| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .tabs {
- display: flex;
- margin-bottom: 0;
- margin-top: 20rpx;
- .tab {
- line-height: 34rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 24rpx;
- color: #999999;
- margin-right: 40rpx;
- }
- .active {
- font-family: PingFang SC, PingFang SC;
- font-size: 24rpx;
- color: #1965E8;
- }
- }
- .tab-class {
- font-weight: 600 !important;
- font-size: 28rpx !important;
- color: #333333 !important;
- }
- .item {
- width: 650rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- border: 2rpx solid #F0F0F0;
- padding: 20rpx;
- box-sizing: border-box;
- margin: 20rpx auto 0;
- .index {
- min-width: 48rpx;
- height: 48rpx;
- background: #F56C6C;
- display: inline-block;
- border-radius: 24rpx;
- text-align: center;
- line-height: 48rpx;
- margin-right: 20rpx;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 28rpx;
- color: #FFFFFF;
- padding: 0 6rpx;
- box-sizing: border-box;
- }
- .row {
- line-height: 32rpx;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 24rpx;
- color: #999999;
- margin-top: 10rpx;
- }
- .bottom {
- display: flex;
- border-top: 2rpx solid #E0E0E0;
- margin-top: 20rpx;
- .col {
- width: 50%;
- }
- }
- }
|