江西小程序管理端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

185 lines
3.2 KiB

1 year ago
12 months ago
8 months ago
1 year ago
10 months ago
1 year ago
  1. .content {
  2. width: 100%;
  3. // background: url('http://192.168.1.20:81/zhili/image/20230824/30073140957f4349b6579cb0ff00d4b1.png') #F6F6F6 no-repeat;
  4. // background-size: 100% 492rpx;
  5. padding: 40rpx 28rpx 140rpx 28rpx;
  6. .userInfo {
  7. .tit {
  8. font-size: 48rpx;
  9. color: #fff;
  10. font-weight: 500;
  11. }
  12. .userRow {
  13. align-items: center;
  14. margin-bottom: 20rpx;
  15. .schoolIcon {
  16. width: 28rpx;
  17. height: 28rpx;
  18. }
  19. .schoolName {
  20. font-size: 28rpx;
  21. padding: 20rpx;
  22. max-width: 220rpx;
  23. color: #fff;
  24. }
  25. .tag {
  26. min-width: 112rpx;
  27. height: 44rpx;
  28. padding: 0 20rpx;
  29. background: #82AFDD;
  30. border-radius: 22rpx;
  31. font-size: 20rpx;
  32. color: #fff;
  33. line-height: 44rpx;
  34. text-align: center;
  35. white-space: nowrap;
  36. width: fit-content;
  37. }
  38. }
  39. }
  40. .priceBox {
  41. padding: 32rpx;
  42. color: $themC;
  43. .blueLab {
  44. font-weight: 500;
  45. font-size: 28rpx;
  46. }
  47. .price {
  48. font-size: 56rpx;
  49. font-weight: 600;
  50. padding: 12rpx 0 24rpx 0;
  51. }
  52. .toDay {
  53. padding: 14rpx 0;
  54. border-top: 2rpx dashed #E8E9EC;
  55. border-bottom: 2rpx dashed #E8E9EC;
  56. margin-bottom: 20rpx;
  57. .row {
  58. padding: 16rpx 0;
  59. display: flex;
  60. align-items: center;
  61. .lab {
  62. color: #686B73;
  63. font-size: 24rpx;
  64. width: 210rpx;
  65. }
  66. .val {
  67. font-size: 28rpx;
  68. font-weight: 600;
  69. }
  70. }
  71. }
  72. .flex-b {
  73. .data {
  74. font-size: 24rpx;
  75. color: #363A44;
  76. }
  77. .refresh {
  78. width: 130rpx;
  79. height: 60rpx;
  80. background: rgba(25,137,250,0.1);
  81. border-radius: 8rpx;
  82. border: 2rpx solid #1989FA;
  83. line-height: 60rpx;
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. .text {
  88. font-size: 28rpx;
  89. }
  90. .icon {
  91. width: 24rpx;
  92. height: 24rpx;
  93. margin-left: 6rpx;
  94. }
  95. }
  96. }
  97. }
  98. .h1 {
  99. margin: 32rpx 0 24rpx 0;
  100. }
  101. .tabs {
  102. display: flex;
  103. justify-content: space-between;
  104. padding-bottom: 24rpx;
  105. .tab {
  106. width: 96rpx;
  107. height: 60rpx;
  108. background: rgba(25,137,250,0.1);
  109. border-radius: 8rpx;
  110. border: 2rpx solid #1989FA;
  111. font-size: 28rpx;
  112. text-align: center;
  113. line-height: 60rpx;
  114. color: $themC;
  115. &.active {
  116. color: #fff;
  117. background-color: $themC;
  118. }
  119. &.long {
  120. min-width: 336rpx;
  121. width: fit-content !important;
  122. }
  123. }
  124. }
  125. .card {
  126. margin-bottom: 20rpx;
  127. .chart {
  128. }
  129. }
  130. .moreBtn {
  131. width: 200rpx;
  132. height: 60rpx;
  133. background: #FFFFFF;
  134. border-radius: 8rpx;
  135. border: 2rpx solid #E8E9EC;
  136. color: #ADADAD;
  137. text-align: center;
  138. line-height: 60rpx;
  139. margin: 32rpx auto 8rpx auto;
  140. }
  141. }
  142. .chart {
  143. width:100%;
  144. height: 390rpx;
  145. background: #FFFFFF;
  146. border-radius: 16rpx;
  147. padding: 28rpx;
  148. }
  149. .toDayServe {
  150. display: flex;
  151. justify-content: space-around;
  152. padding: 20rpx 0;
  153. .serveItem {
  154. width: 33%;
  155. width: 140rpx;
  156. height: 146rpx;
  157. background: rgba(25,137,250,0.06);
  158. border-radius: 12rpx;
  159. text-align: center;
  160. .lab {
  161. font-size: 24rpx;
  162. margin: 18rpx 0 16rpx 0;
  163. }
  164. .val {
  165. font-size: 56rpx;
  166. font-weight: 600;
  167. }
  168. }
  169. }