123456789101112131415161718192021222324252627282930313233 |
- /deep/ .u-waterfall {
- #u-left-column {
- padding-right: 10rpx;
- }
- #u-right-column {
- padding-left: 10rpx;
- }
- }
- .task-title {
- width: 100%;
- padding: 30rpx 0;
- font-size: 35rpx;
- font-weight: 600;
- color: #1a1a1a;
- }
- .task-title-2 {
- width: 100%;
- padding: 30rpx 0 15rpx;
- font-size: 30rpx;
- font-weight: 600;
- color: #1a1a1a;
- }
- .task-explain{
- font-size: 28rpx;
- // font-family: .PingFang SC, .PingFang SC-Light;
- font-weight: Light;
- color: #666666;
- line-height: 40rpx;
- }
|