index.wxss 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .page-index.data-v-57280228 {
  5. background: linear-gradient(180deg, #4D73FF 0%, rgba(77, 115, 255, 0) 100%);
  6. padding: 0 30rpx;
  7. }
  8. .page-index .title .tab.data-v-57280228 {
  9. font-size: 34rpx;
  10. line-height: 50rpx;
  11. margin-right: 32rpx;
  12. color: rgba(255, 255, 255, 0.6);
  13. }
  14. .page-index .title .tab.active.data-v-57280228 {
  15. color: #fff;
  16. }
  17. .page-index .statistics.data-v-57280228 {
  18. border-radius: 24rpx;
  19. background-color: #fff;
  20. padding: 36rpx 0 44rpx 24rpx;
  21. margin-top: 48rpx;
  22. }
  23. .page-index .statistics .head.data-v-57280228 {
  24. font-weight: 900;
  25. font-size: 34rpx;
  26. line-height: 50rpx;
  27. color: #151515;
  28. }
  29. .page-index .statistics .container.data-v-57280228 {
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. }
  34. .page-index .statistics .container .item.data-v-57280228 {
  35. width: 33.33%;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. flex-direction: column;
  40. }
  41. .page-index .statistics .container .item .icon.data-v-57280228 {
  42. display: block;
  43. width: 88rpx;
  44. height: 88rpx;
  45. }
  46. .page-index .statistics .container .item text.data-v-57280228 {
  47. font-size: 28rpx;
  48. line-height: 42rpx;
  49. color: #151515;
  50. padding-top: 18rpx;
  51. }
  52. .page-index .task-list.data-v-57280228 {
  53. border-radius: 24rpx;
  54. background-color: #fff;
  55. margin-top: 24rpx;
  56. padding: 36rpx 24rpx;
  57. }
  58. .page-index .task-list .head.data-v-57280228 {
  59. font-weight: 900;
  60. font-size: 34rpx;
  61. line-height: 50rpx;
  62. color: #151515;
  63. }
  64. .page-index .task-list .item.data-v-57280228 {
  65. padding: 30rpx 40rpx 38rpx 40rpx;
  66. }
  67. .page-index .task-list .item .task-title.data-v-57280228 {
  68. color: #212121;
  69. font-size: 32rpx;
  70. padding-bottom: 24rpx;
  71. }
  72. .page-index .task-list .item .time.data-v-57280228 {
  73. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADzSURBVHgBhVDLjYMwFLSNuXBKCSmB7cCI33WpINvBpoV0QDpIKuCIQEihBDqI00EOCOXAJwOCxIocMRL2Y96M3htTMiNJko1lWf+UUoFfMdPVMAxxGIbnRUfHI03TLWPsAvGWaACT5JwL13VvkyHLsus3sWpqmubHgHgH8R9ZATQb0zQfDMVe0/zFddLwguG2PxvIU6EpNYMmgxa+7x+CIKDztBc4iBKBhEq2bRvneX4f677vbWiWVsVxlOT97mqGpVZXjRne94haknVIz/POzHGce9d1zopJGoYhpokqWxTFDnn2+Ox5nXJcua7rYxRFU6YnluNRz/9Gr/8AAAAASUVORK5CYII=);
  74. background-repeat: no-repeat;
  75. background-position: left center;
  76. background-size: 24rpx 24rpx;
  77. padding-left: 36rpx;
  78. color: #999;
  79. font-size: 24rpx;
  80. }
  81. .container.data-v-57280228 {
  82. padding: 20px;
  83. font-size: 14px;
  84. line-height: 24px;
  85. }