repeal.wxss 883 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .task-page.data-v-03d22708 {
  5. background-color: #F3F5FB;
  6. height: 100vh;
  7. }
  8. .task-page .title.data-v-03d22708 {
  9. font-family: 'Source Han Sans CN';
  10. font-style: normal;
  11. font-weight: 700;
  12. font-size: 36rpx;
  13. line-height: 54rpx;
  14. color: #212121;
  15. padding: 0 32rpx;
  16. }
  17. .task-page .info.data-v-03d22708 {
  18. padding: 0 32rpx;
  19. margin: 40rpx 0;
  20. background: #FFFFFF;
  21. border-radius: 32rpx 32rpx 0px 0px;
  22. }
  23. .task-page .info .item.data-v-03d22708 {
  24. border-bottom: 1rpx solid #EFF1F3;
  25. padding: 40rpx 32rpx;
  26. }
  27. .task-page .info .item .name.data-v-03d22708 {
  28. font-size: 28rpx;
  29. color: #999999;
  30. line-height: 1;
  31. }
  32. .task-page .info .item .cont.data-v-03d22708 {
  33. font-size: 30rpx;
  34. color: #212121;
  35. line-height: 1.5;
  36. padding-top: 12rpx;
  37. }
  38. .task-page .info .item.data-v-03d22708:last-child {
  39. border-bottom: none;
  40. }