| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 | .picker {    display: flex;    align-items: center;    height: 86rpx;    line-height: 86rpx;    font-size: 28rpx;    font-family: PingFang SC-Regular, PingFang SC;    color: #333333;    margin-left: 30rpx;    .icon-daoruxialajiantou {        display: block;        color: #999999;        font-size: 16rpx;        margin-left: 10rpx;        transform: rotateX(180deg);    }}.person {    width: 100vw;    height: 158rpx;    background-color: #ffffff;    box-sizing: border-box;    padding: 20rpx 30rpx;    border-bottom: 1px solid #ddd;    >view {        font-size: 24rpx;        font-family: PingFang SC-Regular, PingFang SC;        color: #999999;        line-height: 36rpx;    }    .title {        font-size: 28rpx;        font-family: PingFang SC-Regular, PingFang SC;        color: #000000;        margin-bottom: 15rpx;    }}/* 目标 */.target {    display: flex;    width: 100vw;    height: 124rpx;    background-color: #ffffff;    box-sizing: border-box;    >view {        width: 50%;        .lable {            font-size: 24rpx;            font-family: PingFang SC-Regular, PingFang SC;            color: #666666;            height: 34rpx;            line-height: 34rpx;            text-align: center;            margin-top: 20rpx;        }        .value {            font-size: 28rpx;            font-family: PingFang SC-Regular, PingFang SC;            color: #333333;            height: 40rpx;            line-height: 40rpx;            text-align: center;            margin-top: 10rpx;        }    }}.season {    width: 100vw;    height: 90rpx;    line-height: 90rpx;    background-color: #ffffff;    padding-left: 30rpx;    box-sizing: border-box;    font-size: 28rpx;    font-family: PingFang SC-Regular, PingFang SC;    color: #333333;    margin-top: 20rpx;}.m-target {    // height: 270rpx;    width: 100vw;    background-color: #ffffff;    border-top: 1px solid #ddd;    box-sizing: border-box;    padding-left: 30rpx;    >view {        display: flex;        justify-content: space-between;        width: 100%;        height: 90rpx;        line-height: 90rpx;        border-bottom: 1px solid #ddd;        box-sizing: border-box;        padding-right: 30rpx;        font-size: 28rpx;        font-family: PingFang SC-Regular, PingFang SC;        color: #666666;    }}
 |