| 1234567891011121314151617181920212223242526272829303132 | .input {    text-align: left;    margin-left: 50rpx;}.image {    width: 40rpx !important;    height: 40rpx !important;}.box {    display: flex;    justify-content: space-between;    width: 690rpx;    margin: 40rpx auto 0;    font-family: PingFang SC-Regular, PingFang SC;    .checkbox {        font-size: 24rpx;        color: #666666;        margin-top: -3rpx;    }    .label {        margin-left: -10rpx;    }    .view {        font-size: 24rpx;        color: #999999;    }}
 |