ucharts.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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. /*样式的width和height一定要与定义的cWidth和cHeight相对应*/
  28. .shuju_one,
  29. .shuju_two {
  30. position: absolute;
  31. top: 54px;
  32. width: 90%;
  33. left: 5%;
  34. box-shadow: 0 0 10rpx #bcb9ca;
  35. padding-top: 20rpx;
  36. height: 550rpx;
  37. }
  38. .shuju_one .canvastishi,
  39. .shuju_two .canvastishi {
  40. font-size: 32rpx;
  41. position: absolute;
  42. top: 50%;
  43. left: 50%;
  44. margin-left: -64rpx;
  45. margin-top: -21rpx;
  46. }
  47. .shuju_one .shuju_one_title,
  48. .shuju_two .shuju_one_title {
  49. width: 70%;
  50. margin: 0 auto;
  51. display: -webkit-box;
  52. display: -webkit-flex;
  53. display: flex;
  54. }
  55. .shuju_one .shuju_one_title .tltle_text,
  56. .shuju_two .shuju_one_title .tltle_text {
  57. width: 25%;
  58. border: 2rpx solid #B2B2B2;
  59. color: #B2B2B2;
  60. text-align: center;
  61. font-size: 24rpx;
  62. height: 50rpx;
  63. line-height: 50rpx;
  64. }
  65. .shuju_one .shuju_one_title .title_text_color,
  66. .shuju_two .shuju_one_title .title_text_color {
  67. width: 25%;
  68. border: 2rpx solid #28AE4F;
  69. color: #28AE4F;
  70. text-align: center;
  71. font-size: 24rpx;
  72. height: 50rpx;
  73. line-height: 50rpx;
  74. }
  75. .shuju_one .qiun-columns .qiun-charts,
  76. .shuju_two .qiun-columns .qiun-charts {
  77. width: 650rpx;
  78. height: 400rpx;
  79. background-color: #FFFFFF;
  80. }
  81. .shuju_one .qiun-columns .charts,
  82. .shuju_two .qiun-columns .charts {
  83. width: 650rpx;
  84. height: 400rpx;
  85. background-color: #FFFFFF;
  86. }
  87. .shuju_two {
  88. top: 700rpx;
  89. }
  90. .selecttimes {
  91. position: absolute;
  92. top: 1290rpx;
  93. width: 90%;
  94. box-shadow: 0 0 10rpx #bcb9ca;
  95. left: 5%;
  96. }
  97. .selecttimes .tishi {
  98. width: 90%;
  99. margin: 0 auto;
  100. color: #f00000;
  101. text-align: center;
  102. font-size: 24rpx;
  103. }
  104. .selecttimes .btnser {
  105. width: 90%;
  106. margin: 10rpx auto;
  107. color: #FFFFFF;
  108. text-align: center;
  109. font-size: 28rpx;
  110. background-color: #58BD4D;
  111. border-radius: 20rpx;
  112. height: 50rpx;
  113. line-height: 50rpx;
  114. }
  115. .selecttimes .newtimes {
  116. width: 100%;
  117. padding: 20rpx 20rpx;
  118. box-sizing: border-box;
  119. }
  120. .selecttimes .newtimes .newtimes_state,
  121. .selecttimes .newtimes .newtimes_end {
  122. display: -webkit-box;
  123. display: -webkit-flex;
  124. display: flex;
  125. -webkit-box-pack: justify;
  126. -webkit-justify-content: space-between;
  127. justify-content: space-between;
  128. margin-bottom: 20rpx;
  129. }
  130. .selecttimes .newtimes .newtimes_state .oldtimes_left,
  131. .selecttimes .newtimes .newtimes_end .oldtimes_left {
  132. position: relative;
  133. padding-left: 36rpx;
  134. font-size: 28rpx;
  135. }
  136. .selecttimes .newtimes .newtimes_state .oldtimes_left image,
  137. .selecttimes .newtimes .newtimes_end .oldtimes_left image {
  138. width: 30rpx;
  139. height: 30rpx;
  140. vertical-align: top;
  141. position: absolute;
  142. top: 7rpx;
  143. left: 0;
  144. }
  145. .refresh {
  146. position: absolute;
  147. top: 1530rpx;
  148. left: 5%;
  149. width: 160rpx;
  150. height: 50rpx;
  151. background-color: #28AE4F;
  152. color: #FFFFFF;
  153. line-height: 50rpx;
  154. text-align: center;
  155. }
  156. .condition {
  157. position: absolute;
  158. top: 1600rpx;
  159. display: -webkit-box;
  160. display: -webkit-flex;
  161. display: flex;
  162. -webkit-flex-wrap: wrap;
  163. flex-wrap: wrap;
  164. width: 90%;
  165. left: 5%;
  166. box-shadow: 0 0 10rpx #bcb9ca;
  167. margin-bottom: 30rpx;
  168. }
  169. .condition .scroll-X {
  170. width: 95%;
  171. margin: 20rpx auto;
  172. }
  173. .condition .scroll-X .table {
  174. width: 1056px;
  175. }
  176. .condition .scroll-X .tr {
  177. display: -webkit-box;
  178. display: -webkit-flex;
  179. display: flex;
  180. overflow: hidden;
  181. }
  182. .condition .scroll-X .tr .th,
  183. .condition .scroll-X .tr .td {
  184. display: inline-block;
  185. padding: 5rpx;
  186. width: 140rpx;
  187. text-align: center;
  188. height: 52rpx;
  189. line-height: 52rpx;
  190. border: 2rpx solid #F1F1F1;
  191. }
  192. .condition .scroll-X .tr .th:first-child,
  193. .condition .scroll-X .tr .td:first-child {
  194. width: 300rpx;
  195. }
  196. .condition .scroll-X .tr .th:nth-last-child(1),
  197. .condition .scroll-X .tr .th:nth-last-child(2),
  198. .condition .scroll-X .tr .td:nth-last-child(1),
  199. .condition .scroll-X .tr .td:nth-last-child(2) {
  200. width: 200rpx;
  201. }
  202. .condition .pagenumber {
  203. display: -webkit-box;
  204. display: -webkit-flex;
  205. display: flex;
  206. margin: 20rpx auto;
  207. }
  208. .condition .pagenumber button {
  209. width: 150rpx;
  210. height: 50rpx;
  211. line-height: 50rpx;
  212. font-size: 26rpx;
  213. text-align: center;
  214. background-color: #17BB89;
  215. color: #FFFFFF;
  216. }
  217. .condition .pagenumber .pagenumber_page {
  218. width: 150rpx;
  219. height: 50rpx;
  220. line-height: 50rpx;
  221. font-size: 26rpx;
  222. text-align: center;
  223. }