daYiReservation.wxss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. .daYiReservation.data-v-02dc1322 {
  2. height: 100%;
  3. width: 100%;
  4. background: #363744;
  5. padding: 20rpx 0rpx 0;
  6. box-sizing: border-box;
  7. }
  8. .daYiReservation .chart.data-v-02dc1322 {
  9. width: 690rpx;
  10. height: 380rpx;
  11. background: #3e414f;
  12. border-radius: 20rpx 20rpx 20rpx 20rpx;
  13. overflow: hidden;
  14. margin: 0 30rpx;
  15. }
  16. .daYiReservation .chart .chart-t.data-v-02dc1322 {
  17. display: flex;
  18. justify-content: space-between;
  19. align-items: center;
  20. height: 50rpx;
  21. margin-top: 30rpx;
  22. padding: 0 24rpx 0 42rpx;
  23. box-sizing: border-box;
  24. }
  25. .daYiReservation .chart .chart-t .chart-t-l >text.data-v-02dc1322 {
  26. font-weight: 400;
  27. font-size: 30rpx;
  28. color: #fff;
  29. line-height: 42rpx;
  30. }
  31. .daYiReservation .chart .chart-t .chart-t-l >text.data-v-02dc1322:nth-of-type(1) {
  32. color: #fff;
  33. }
  34. .daYiReservation .chart .chart-t .chart-t-l >text.data-v-02dc1322:nth-of-type(2) {
  35. color: #0183fa;
  36. }
  37. .daYiReservation .chart .chart-t .chart-tab.data-v-02dc1322 {
  38. width: 120rpx;
  39. height: 50rpx;
  40. border-radius: 10rpx;
  41. overflow: hidden;
  42. border: 1rpx solid #52545f;
  43. display: flex;
  44. justify-content: flex-start;
  45. }
  46. .daYiReservation .chart .chart-t .chart-tab .chart-tab-li.data-v-02dc1322 {
  47. width: 60rpx;
  48. font-weight: 400;
  49. font-size: 28rpx;
  50. color: #999;
  51. line-height: 50rpx;
  52. text-align: center;
  53. }
  54. .daYiReservation .chart .chart-t .chart-tab .chart-tab-li.data-v-02dc1322:nth-of-type(1) {
  55. border-right: 1rpx solid #52545f;
  56. }
  57. .daYiReservation .chart .chart-t .chart-tab .chart-tab-li.data-v-02dc1322:nth-of-type(2) {
  58. border-right: 1rpx solid #52545f;
  59. }
  60. .daYiReservation .chart .chart-t .chart-tab .tab-A.data-v-02dc1322 {
  61. color: #fff;
  62. background: #0183fa;
  63. }
  64. .daYiReservation .chart .chart-t .chart-tab .tab-B.data-v-02dc1322 {
  65. color: #999;
  66. background: none;
  67. }
  68. .daYiReservation .chart .chart-b.data-v-02dc1322 {
  69. width: 690rpx;
  70. height: 300rpx;
  71. }
  72. .daYiReservation .statistics.data-v-02dc1322 {
  73. width: 750rpx;
  74. height: 120rpx;
  75. background: #3e414f;
  76. margin-top: 20rpx;
  77. }
  78. .daYiReservation .statistics .statistics-b.data-v-02dc1322 {
  79. display: flex;
  80. justify-content: space-between;
  81. align-items: center;
  82. }
  83. .daYiReservation .statistics .statistics-b .statistics-b-li.data-v-02dc1322 {
  84. flex: 1;
  85. text-align: center;
  86. }
  87. .daYiReservation .statistics .statistics-b .statistics-b-li .statistics-b-li-t.data-v-02dc1322 {
  88. margin-top: 10rpx;
  89. }
  90. .daYiReservation .statistics .statistics-b .statistics-b-li .statistics-b-li-t >text.data-v-02dc1322 {
  91. font-weight: 400;
  92. font-size: 36rpx;
  93. line-height: 50rpx;
  94. }
  95. .daYiReservation .statistics .statistics-b .statistics-b-li .statistics-b-li-t >text.data-v-02dc1322:nth-of-type(1) {
  96. font-size: 36rpx;
  97. }
  98. .daYiReservation .statistics .statistics-b .statistics-b-li .statistics-b-li-t >text.data-v-02dc1322:nth-of-type(2) {
  99. font-size: 24rpx;
  100. }
  101. .daYiReservation .statistics .statistics-b .statistics-b-li .statistics-b-li-b.data-v-02dc1322 {
  102. font-weight: 400;
  103. font-size: 24rpx;
  104. color: #fff;
  105. line-height: 34rpx;
  106. margin-top: 9rpx;
  107. }
  108. .daYiReservation .statistics .statistics-b .line.data-v-02dc1322 {
  109. width: 2rpx;
  110. height: 30rpx;
  111. background: #d8d8d8;
  112. }
  113. .daYiReservation .statistics .color-A.data-v-02dc1322 {
  114. color: #0183fa;
  115. }
  116. .daYiReservation .statistics .color-B.data-v-02dc1322 {
  117. color: #05ffe6;
  118. }
  119. .daYiReservation .statistics .color-C.data-v-02dc1322 {
  120. color: #fa0;
  121. }
  122. .daYiReservation .small-title.data-v-02dc1322 {
  123. width: 690rpx;
  124. height: 50rpx;
  125. display: flex;
  126. justify-content: space-between;
  127. align-items: center;
  128. margin: 24rpx 30rpx;
  129. }
  130. .daYiReservation .small-title .small-title-l.data-v-02dc1322 {
  131. font-weight: 400;
  132. font-size: 32rpx;
  133. color: #fff;
  134. line-height: 45rpx;
  135. }
  136. .daYiReservation .small-title .chart-tab-tow.data-v-02dc1322 {
  137. width: 300rpx;
  138. height: 50rpx;
  139. border-radius: 25rpx;
  140. overflow: hidden;
  141. border: 1rpx solid #52545f;
  142. display: flex;
  143. justify-content: flex-start;
  144. }
  145. .daYiReservation .small-title .chart-tab-tow .chart-tab-li.data-v-02dc1322 {
  146. width: 100rpx;
  147. font-weight: 400;
  148. font-size: 28rpx;
  149. color: #999;
  150. line-height: 50rpx;
  151. text-align: center;
  152. }
  153. .daYiReservation .small-title .chart-tab-tow .chart-tab-li.data-v-02dc1322:nth-of-type(1) {
  154. border-right: 1rpx solid #52545f;
  155. }
  156. .daYiReservation .small-title .chart-tab-tow .chart-tab-li.data-v-02dc1322:nth-of-type(2) {
  157. border-right: 1rpx solid #52545f;
  158. }
  159. .daYiReservation .small-title .chart-tab-tow .tab-A.data-v-02dc1322 {
  160. color: #fff;
  161. background: #0183fa;
  162. }
  163. .daYiReservation .small-title .chart-tab-tow .tab-B.data-v-02dc1322 {
  164. color: #999;
  165. background: none;
  166. }
  167. .daYiReservation .table.data-v-02dc1322 {
  168. width: 690rpx;
  169. margin-top: 20rpx;
  170. border-radius: 20rpx 20rpx 0 0;
  171. overflow: hidden;
  172. margin-left: 30rpx;
  173. }
  174. .daYiReservation .sortOne.data-v-02dc1322 {
  175. display: inline-block;
  176. width: 40rpx;
  177. height: 40rpx;
  178. padding: 4rpx;
  179. box-sizing: border-box;
  180. background: rgba(255,0,0,0.2);
  181. font-weight: 400;
  182. font-size: 28rpx;
  183. color: #f00;
  184. line-height: 40rpx;
  185. text-align: center;
  186. border-radius: 20rpx;
  187. }
  188. .daYiReservation .sortTow.data-v-02dc1322 {
  189. display: inline-block;
  190. width: 40rpx;
  191. height: 40rpx;
  192. padding: 4rpx;
  193. box-sizing: border-box;
  194. background: rgba(255,153,0,0.2);
  195. font-weight: 400;
  196. font-size: 28rpx;
  197. color: #f90;
  198. line-height: 40rpx;
  199. text-align: center;
  200. border-radius: 20rpx;
  201. }
  202. .daYiReservation .sortThree.data-v-02dc1322 {
  203. display: inline-block;
  204. width: 40rpx;
  205. height: 40rpx;
  206. padding: 4rpx;
  207. box-sizing: border-box;
  208. background: rgba(255,242,0,0.2);
  209. font-weight: 400;
  210. font-size: 28rpx;
  211. color: #fff200;
  212. line-height: 40rpx;
  213. text-align: center;
  214. border-radius: 20rpx;
  215. }
  216. .daYiReservation .sortFive.data-v-02dc1322 {
  217. display: inline-block;
  218. width: 40rpx;
  219. height: 40rpx;
  220. padding: 4rpx;
  221. box-sizing: border-box;
  222. background: rgba(1,131,250,0.2);
  223. font-weight: 400;
  224. font-size: 28rpx;
  225. color: #0183fa;
  226. line-height: 40rpx;
  227. text-align: center;
  228. border-radius: 20rpx;
  229. }
  230. .daYiReservation .table-tow.data-v-02dc1322 {
  231. width: 690rpx;
  232. margin-top: 20rpx;
  233. border-radius: 20rpx 20rpx 0 0;
  234. overflow: hidden;
  235. margin-left: 30rpx;
  236. }
  237. .daYiReservation .small-title-tow.data-v-02dc1322 {
  238. width: 750rpx;
  239. height: 80rpx;
  240. background: #3e414f;
  241. display: flex;
  242. justify-content: space-between;
  243. align-items: center;
  244. padding: 0 20rpx 0 30rpx;
  245. box-sizing: border-box;
  246. margin-top: 2rpx;
  247. }
  248. .daYiReservation .small-title-tow .small-title-tow-l.data-v-02dc1322 {
  249. flex: 1;
  250. font-weight: 400;
  251. font-size: 30rpx;
  252. color: #fff;
  253. line-height: 42rpx;
  254. overflow: hidden;
  255. text-overflow: ellipsis;
  256. white-space: nowrap;
  257. }
  258. .daYiReservation .small-title-tow .small-title-tow-r.data-v-02dc1322 {
  259. width: 14rpx;
  260. height: 8rpx;
  261. }
  262. .daYiReservation .chart-tow.data-v-02dc1322 {
  263. width: 690rpx;
  264. height: 480rpx;
  265. background: #3e414f;
  266. border-radius: 20rpx 20rpx 20rpx 30rpx;
  267. margin: 26rpx 30rpx 0;
  268. }
  269. .daYiReservation .chart-tow .chart-tow-b.data-v-02dc1322 {
  270. width: 690rpx;
  271. height: 480rpx;
  272. }