| 123456789101112131415161718192021222324252627 |
- page {
- background-color: #fff !important;
- }
- .quality-recommend .title {
- height: 120rpx;
- font-size: 32rpx;
- color: #282828;
- background-color: #f5f5f5;
- }
- .quality-recommend .title .line {
- width: 230rpx;
- height: 2rpx;
- background-color: #e9e9e9;
- }
- .quality-recommend .title .name {
- margin: 0 20rpx;
- }
- .quality-recommend .title .name .iconfont {
- margin-right: 13rpx;
- font-size: 38rpx;
- vertical-align: -4rpx;
- color: #343434;
- }
|