index.wxss 2.7 KB

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