.page { margin: auto; padding: 0 1rem 1rem; width: 80%; background: rgba(255, 255, 255, 0.78); box-shadow: 0rem 0rem 0.08rem 0.04rem rgba(212, 212, 212, 0.5); border-radius: 0.2rem; font-size: 0.43rem; font-weight: 400; color: #4a4a4a; background: linear-gradient( 193deg, rgba(226, 241, 250, 0.99) 0%, rgba(226, 241, 250, 0.99) 0%, rgba(255, 255, 255, 0.97) 100% ); box-shadow: -0.04rem 66 1.35rem 0rem rgba(60, 93, 133, 0.72); border: 0.04rem solid rgba(255, 255, 255, 0.96); } .nameContainer { display: flex; justify-content: center; } .name { font-size: 0.34rem; font-family: PingFangSC, PingFang SC; font-weight: 400; color: #4a4a4a; line-height: 0.48rem; } .photo { margin-left: 0.5rem; margin-top: 0.16rem; font-size: 0.27rem; font-family: Helvetica; color: #615d5d; line-height: 0.28rem; } .head { padding-left: 0.1rem; display: flex; justify-content: space-between; align-items: center; .time { font-size: 0.27rem; font-family: PingFangSC, PingFang SC; font-weight: 400; color: #4a4a4a; line-height: 0.27rem; } .headRight { font-size: 0.27rem; font-family: Helvetica; color: #615d5d; line-height: 0.27rem; display: flex; flex-direction: column; align-items: flex-end; } } .title { margin: 0.4rem 0.4rem 0.2rem 0.4rem; font-size: 0.54rem; font-family: Helvetica; color: #3b3b3b; line-height: 0.54rem; letter-spacing: 0.06rem; } .titleContent { padding: 0.14rem 0.4rem; position: absolute; top: -0.27rem; left: 0.4rem; background-color: #1755ff; border-radius: 0.43rem; font-size: 0.27rem; font-family: Helvetica; color: #ffffff; letter-spacing: 0.04rem; } .scrollContent { height: calc(100vh - 2.2rem); overflow: auto; padding-top: 0.4rem; } .box { position: relative; margin-bottom: 1rem; box-sizing: border-box; padding: 0.04rem; border-radius: 0.4rem 0.1rem 0.4rem 0.1rem; background-image: -webkit-linear-gradient(#1755ff 0%, #ffffff 80%); box-shadow: 0.01rem 0.08rem 0.14rem 0rem rgba(0, 0, 0, 0.1); .main_in { padding-top: 0.4rem; width: 100%; height: 100%; border-radius: 0.4rem 0.1rem 0.4rem 0.1rem; background: linear-gradient(180deg, #ddf4ff 0%, #ffffff 100%); } .left { position: relative; left: 0.2rem; float: left; font-size: 0.3rem; font-family: PingFangSC, PingFang SC; font-weight: 400; color: #4a4a4a; line-height: 0.42rem; } .content { display: flex; justify-content: space-between; padding: 0.4rem 0.6rem 0.2rem; flex-wrap: wrap; } .item { width: 50%; margin-bottom: 0.18rem; font-size: 0.3rem; font-family: PingFangSC, PingFang SC; font-weight: 400; color: #4a4a4a; line-height: 0.42rem; } .smartText { margin-bottom: 0.18rem; font-size: 0.3rem; } .longWhiteBox { width: 48%; white-space: nowrap; padding: 0.3rem 0 0.02rem; text-align: center; } .longWhiteBoxIn { text-align: center; padding: 0.2rem 0.4rem 0; background: #ffffff; border-radius: 1rem; font-size: 0.3rem; font-family: Helvetica; color: #1755ff; // line-height: 0.92rem; } .blueText { font-size: 0.3rem; font-family: Helvetica; color: #1755ff; line-height: 0.45rem; text-align: center; } .value { font-size: 0.54rem; font-family: Helvetica; color: #3b3b3b; line-height: 0.92rem; letter-spacing: 0.07rem; font-family: PangMenZhengDao-3, PangMenZhengDao-3; } .threeContent { margin: 0.62rem 0; display: flex; width: 100%; height: 1.86rem; // background: #ecf8fd; // box-shadow: 0rem 0.05rem 0.14rem 0rem rgba(141, 141, 141, 0.2); // border-radius: 2.78rem; // border: 0.01rem solid #00a6ff; .blueText; } .threeItem { flex: 1; margin: 0.22rem 0; border-right: 0.03rem solid #bcbaba; } .threeItem:last-child { border-right: none; } .unit { .blueText; text-align: left; color: #3b3b3b; } .circleContent { padding: 0 1rem; margin-bottom: 0.4rem; display: flex; justify-content: space-around; } .circle { padding: 0.3rem; width: 2.54rem; height: 2.54rem; // background: url('@/assets/center/circle.png') no-repeat center; // background-size: 100% 100%; .blueText; } .circleValue { .value; margin: auto; text-align: center; width: 1.8rem; height: 1.8rem; border-radius: 50%; line-height: 1.8rem; border: 0.04rem solid #1755ff; } .ValueSmall { .value; text-align: center; width: 2rem; height: 1.2rem; line-height: 1.2rem; } .paddingContent { padding: 0 0.9rem; } .cutLine { background-color: #bcbaba; width: 100%; height: 0.01rem; } }