| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .item{
- background: #FFFFFF;
- margin-top: 20rpx;
- padding: 20rpx 20rpx;
- }
- .h-img{
- width: 30rpx;
- height: 30rpx;
- margin-top: 10rpx;
- }
- .h-text{
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- line-height: 44rpx;
- margin-left: 10rpx;
- }
- .a{
- width: 210rpx;
- height: 120rpx;
- background: #FFFCEE;
- border-radius: 12rpx;
- margin-top: 20rpx;
- }
- .b{
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- line-height: 70rpx;
- text-align: center;
- }
- .c{
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- line-height: 50rpx;
- text-align: center;
- }
- .aColor{
- color: #333333;
- }
- .bColor{
- color: #ED569F;
- }
- .cColor{
- color: #93D21A;
- }
- .de{
- margin-top: 20rpx;
- }
- .d{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- line-height: 44rpx;
- }
- .e{
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: bold;
- color: #333333;
- line-height: 44rpx;
- }
- .op-btn{
- margin-top: 20rpx;
- width: 200rpx;
- height: 64rpx;
- background: #FFE05C;
- border-radius: 32rpx;
- text-align: center;
- line-height: 64rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- }
|