| 12345678910111213141516171819202122232425262728 | .radio-box {    display: flex;    padding-left: 20rpx;    height: 60rpx;    background-color: #fff;    .radio {        font-size: 26rpx;        font-family: PingFang SC-Regular, PingFang SC;        color: #666666;    }}.but-box {    width: 100%;    margin-top: 50rpx;    text-align: center;    .but {        width: 300rpx;        height: 90rpx;        background: #3874F6;        border-radius: 55rpx;        font-size: 28rpx;        font-family: PingFang SC-Bold, PingFang SC;        font-weight: bold;        color: #FFFFFF;    }}
 |