stat.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-44536cf4 {
  5. padding-top: 20rpx;
  6. }
  7. .container .header.data-v-44536cf4 {
  8. margin: 0 auto;
  9. width: 690rpx;
  10. height: 236rpx;
  11. background-color: #fff;
  12. }
  13. .container .header .title.data-v-44536cf4 {
  14. display: flex;
  15. height: 92rpx;
  16. }
  17. .container .header .title .month.data-v-44536cf4 {
  18. flex: 8;
  19. margin: 30rpx 0 0 30rpx;
  20. font-size: 32rpx;
  21. font-weight: 500;
  22. }
  23. .container .header .title .right.data-v-44536cf4 {
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. flex: 1;
  28. }
  29. .container .header .title .right ._img.data-v-44536cf4 {
  30. width: 15rpx;
  31. height: 30rpx;
  32. }
  33. .container .header .state.data-v-44536cf4 {
  34. display: flex;
  35. height: 144rpx;
  36. }
  37. .container .header .state .err.data-v-44536cf4 {
  38. flex: 1;
  39. display: flex;
  40. flex-direction: column;
  41. justify-content: center;
  42. align-items: center;
  43. }
  44. .container .header .state .err .number.data-v-44536cf4 {
  45. font-size: 46rpx;
  46. font-weight: 700;
  47. }
  48. .container .header .state .err .mes.data-v-44536cf4 {
  49. font-size: 28rpx;
  50. color: #999999;
  51. }
  52. .container .header .state .success.data-v-44536cf4 {
  53. flex: 1;
  54. display: flex;
  55. flex-direction: column;
  56. justify-content: center;
  57. align-items: center;
  58. }
  59. .container .header .state .success .number.data-v-44536cf4 {
  60. font-size: 46rpx;
  61. font-weight: 700;
  62. }
  63. .container .header .state .success .mes.data-v-44536cf4 {
  64. font-size: 28rpx;
  65. color: #999999;
  66. }
  67. .container .calendar.data-v-44536cf4 {
  68. margin: 0 auto;
  69. margin-top: 30rpx;
  70. width: 693rpx;
  71. background-color: #fff;
  72. }
  73. .container .calendar .calendar_title.data-v-44536cf4 {
  74. padding-left: 30rpx;
  75. height: 100rpx;
  76. line-height: 100rpx;
  77. font-size: 32rpx;
  78. font-weight: 500;
  79. }
  80. .container .calendar .calendar_title ._span.data-v-44536cf4 {
  81. font-size: 26rpx;
  82. color: #999999;
  83. }
  84. .container .calendar .calendar_body.data-v-44536cf4 {
  85. height: 690rpx;
  86. background-color: skyblue;
  87. }
  88. .container .calendar .calendar_foot.data-v-44536cf4 {
  89. padding: 0 30rpx;
  90. margin-bottom: 80rpx;
  91. }
  92. .container .calendar .calendar_foot .foot_item.data-v-44536cf4 {
  93. box-sizing: border-box;
  94. padding: 30rpx;
  95. display: flex;
  96. flex-direction: column;
  97. justify-content: space-evenly;
  98. height: 130rpx;
  99. font-size: 24rpx;
  100. color: #808080;
  101. }
  102. .container .calendar .calendar_foot .foot_item .box.data-v-44536cf4 {
  103. display: flex;
  104. align-items: center;
  105. }
  106. .container .calendar .calendar_foot .foot_item .box .circular.data-v-44536cf4 {
  107. margin-right: 18rpx;
  108. width: 12rpx;
  109. height: 12rpx;
  110. border-radius: 6rpx;
  111. background-color: #31C20E;
  112. }
  113. .container .calendar .calendar_foot .foot_item .box .color.data-v-44536cf4 {
  114. background-color: #999999;
  115. }
  116. .container .calendar .calendar_foot .foot_item .box ._span.data-v-44536cf4 {
  117. margin-left: 18rpx;
  118. }
  119. .data-v-44536cf4 .uni-calendar-item--isDay {
  120. border-radius: 50rpx;
  121. }
  122. .data-v-44536cf4 .uni-calendar-item--checked {
  123. border-radius: 50rpx;
  124. }