| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .item{
- height: 156rpx;
- border-bottom: 1px solid #EEEEEE;
- }
- .leftText{
- width: 84rpx;
- height: 84rpx;
- text-align: center;
- color: #FFFFFF;
- line-height: 84rpx;
- border-radius: 42rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- margin-top: 32rpx ;
- }
- .rightText{
- margin-top: 32rpx;
- width: 590rpx;
- padding: 0 20rpx;
- }
- .text1{
- height: 44rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 44rpx;
- }
- .text2{
- height: 44rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: bold;
- color: #333333;
- line-height: 44rpx;
- }
- .text3{
- height: 40rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 40rpx;
- }
- .backColor1{
- background: #ED569F;
- }
- .backColor2{
- background: #93D21A;
- }
- .backColor3{
- background: #FFAF36;
- }
- .backColor4{
- background: #36f262;
- }
|