statistics.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .top_text {
  28. width: 90%;
  29. position: absolute;
  30. top: 54px;
  31. display: flex;
  32. left: 5%;
  33. }
  34. .top_text .tltle_text {
  35. width: 50%;
  36. border: 2rpx solid #F0F0F0;
  37. text-align: center;
  38. }
  39. .top_text .title_text_color {
  40. width: 50%;
  41. border: 2rpx solid #64CC82;
  42. text-align: center;
  43. }
  44. .tishi {
  45. position: absolute;
  46. top: 250rpx;
  47. left: 40%;
  48. font-size: 32rpx;
  49. color: #7A7373;
  50. }
  51. .shuju_one_title {
  52. font-size: 32rpx;
  53. font-weight: 700;
  54. width: 100%;
  55. text-align: center;
  56. margin-bottom: 20rpx;
  57. }
  58. .shuju_one_btn {
  59. width: 90%;
  60. margin: 0 auto;
  61. display: flex;
  62. justify-content: space-between;
  63. }
  64. .shuju_one_btn .schedule_box {
  65. display: flex;
  66. }
  67. .shuju_one_btn .schedule {
  68. display: flex;
  69. width: 280rpx;
  70. height: 50rpx;
  71. border: 2rpx solid #F0F0F0;
  72. margin-left: 20rpx;
  73. }
  74. .shuju_one_btn .schedule .schedule_value {
  75. width: 70%;
  76. text-align: center;
  77. line-height: 50rpx;
  78. font-size: 24rpx;
  79. }
  80. .shuju_one_btn .schedule .schedule_icon {
  81. width: 30%;
  82. background-color: #F2F2F2;
  83. text-align: center;
  84. line-height: 50rpx;
  85. }
  86. @charset "UTF-8";
  87. /**
  88. * 这里是uni-app内置的常用样式变量
  89. *
  90. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  91. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  92. *
  93. */
  94. /**
  95. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  96. *
  97. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  98. */
  99. /* 颜色变量 */
  100. /* 行为相关颜色 */
  101. /* 文字基本颜色 */
  102. /* 背景颜色 */
  103. /* 边框颜色 */
  104. /* 尺寸变量 */
  105. /* 文字尺寸 */
  106. /* 图片尺寸 */
  107. /* Border Radius */
  108. /* 水平间距 */
  109. /* 垂直间距 */
  110. /* 透明度 */
  111. /* 文章场景相关 */
  112. .shuju_one {
  113. position: absolute;
  114. top: 84px;
  115. width: 90%;
  116. left: 5%;
  117. box-shadow: 0 0 10rpx #bcb9ca;
  118. padding-top: 20rpx;
  119. box-sizing: border-box;
  120. height: 650rpx;
  121. }
  122. .shuju_one .canvastishi {
  123. font-size: 32rpx;
  124. position: absolute;
  125. top: 50%;
  126. left: 50%;
  127. margin-left: -64rpx;
  128. margin-top: -21rpx;
  129. }
  130. .shuju_two {
  131. position: absolute;
  132. top: 840rpx;
  133. width: 90%;
  134. left: 5%;
  135. box-shadow: 0 0 10rpx #bcb9ca;
  136. padding-top: 20rpx;
  137. box-sizing: border-box;
  138. height: 650rpx;
  139. margin-bottom: 40rpx;
  140. }
  141. .shuju_two .canvastishi {
  142. font-size: 32rpx;
  143. position: absolute;
  144. top: 50%;
  145. left: 50%;
  146. margin-left: -64rpx;
  147. margin-top: -21rpx;
  148. }
  149. .shuju_table {
  150. position: absolute;
  151. top: 1510rpx;
  152. width: 90%;
  153. left: 5%;
  154. box-shadow: 0 0 10rpx #bcb9ca;
  155. padding-top: 20rpx;
  156. box-sizing: border-box;
  157. margin-bottom: 40rpx;
  158. }
  159. .shuju_table .table .th,
  160. .shuju_table .table .td {
  161. padding: 5rpx;
  162. width: 240rpx;
  163. text-align: center;
  164. height: 52rpx;
  165. line-height: 52rpx;
  166. font-size: 28rpx !important;
  167. }
  168. .condition {
  169. position: absolute;
  170. top: 600rpx;
  171. display: flex;
  172. flex-wrap: wrap;
  173. width: 90%;
  174. left: 5%;
  175. box-shadow: 0 0 10rpx #bcb9ca;
  176. margin-bottom: 30rpx;
  177. }
  178. .condition .scroll-X {
  179. width: 95%;
  180. margin: 20rpx auto;
  181. }
  182. .condition .scroll-X .tr {
  183. display: flex;
  184. overflow: hidden;
  185. }
  186. .condition .scroll-X .tr .th,
  187. .condition .scroll-X .tr .td {
  188. display: inline-block;
  189. padding: 5rpx;
  190. width: 240rpx;
  191. text-align: center;
  192. height: 52rpx;
  193. line-height: 52rpx;
  194. border: 2rpx solid #F1F1F1;
  195. }
  196. .condition .pagenumber {
  197. display: flex;
  198. margin: 20rpx auto;
  199. }
  200. .condition .pagenumber button {
  201. width: 150rpx;
  202. height: 50rpx;
  203. line-height: 50rpx;
  204. font-size: 26rpx;
  205. text-align: center;
  206. background-color: #17BB89;
  207. color: #FFFFFF;
  208. }
  209. .condition .pagenumber .pagenumber_page {
  210. width: 150rpx;
  211. height: 50rpx;
  212. line-height: 50rpx;
  213. font-size: 26rpx;
  214. text-align: center;
  215. }