common.scss 481 B

123456789101112131415161718192021222324252627282930313233
  1. /deep/ .u-waterfall {
  2. #u-left-column {
  3. padding-right: 10rpx;
  4. }
  5. #u-right-column {
  6. padding-left: 10rpx;
  7. }
  8. }
  9. .task-title {
  10. width: 100%;
  11. padding: 30rpx 0;
  12. font-size: 35rpx;
  13. font-weight: 600;
  14. color: #1a1a1a;
  15. }
  16. .task-title-2 {
  17. width: 100%;
  18. padding: 30rpx 0 15rpx;
  19. font-size: 30rpx;
  20. font-weight: 600;
  21. color: #1a1a1a;
  22. }
  23. .task-explain{
  24. font-size: 28rpx;
  25. // font-family: .PingFang SC, .PingFang SC-Light;
  26. font-weight: Light;
  27. color: #666666;
  28. line-height: 40rpx;
  29. }