elementdata.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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. position: relative;
  30. width: 90%;
  31. box-shadow: 0 0 10rpx #bcb9ca;
  32. padding-top: 20rpx;
  33. height: 550rpx;
  34. margin: 30rpx auto;
  35. }
  36. .shuju_one .canvastishi {
  37. font-size: 32rpx;
  38. position: absolute;
  39. top: 50%;
  40. left: 50%;
  41. margin-left: -64rpx;
  42. margin-top: -21rpx;
  43. }
  44. .shuju_one .canvastishi .dataloading:after {
  45. overflow: hidden;
  46. display: inline-block;
  47. vertical-align: bottom;
  48. -webkit-animation: ellipsis 2s infinite;
  49. animation: ellipsis 2s infinite;
  50. content: "\2026";
  51. }
  52. @-webkit-keyframes ellipsis {
  53. from {
  54. width: 2px;
  55. }
  56. to {
  57. width: 15px;
  58. }
  59. }
  60. @keyframes ellipsis {
  61. from {
  62. width: 2px;
  63. }
  64. to {
  65. width: 15px;
  66. }
  67. }
  68. .shuju_one .shuju_one_title {
  69. width: 70%;
  70. margin: 0 auto;
  71. display: flex;
  72. }
  73. .shuju_one .shuju_one_title .tltle_text {
  74. width: 25%;
  75. border: 2rpx solid #B2B2B2;
  76. color: #57c878;
  77. text-align: center;
  78. font-size: 24rpx;
  79. height: 50rpx;
  80. line-height: 50rpx;
  81. }
  82. .shuju_one .shuju_one_title .title_text_color {
  83. width: 25%;
  84. border: 2rpx solid #57c878;
  85. background-color: #57c878;
  86. color: #fff;
  87. text-align: center;
  88. font-size: 24rpx;
  89. height: 50rpx;
  90. line-height: 50rpx;
  91. }
  92. .shuju_one .qiun-columns .qiun-charts {
  93. width: 650rpx;
  94. height: 400rpx;
  95. background-color: #FFFFFF;
  96. }
  97. .shuju_one .qiun-columns .charts {
  98. width: 650rpx;
  99. height: 400rpx;
  100. background-color: #FFFFFF;
  101. }
  102. .shuju_two {
  103. top: 790rpx;
  104. }
  105. .selecttimes {
  106. width: 90%;
  107. box-shadow: 0 0 10rpx #bcb9ca;
  108. padding: 10rpx 20rpx;
  109. box-sizing: border-box;
  110. margin: 30rpx auto;
  111. }
  112. .selecttimes .timesbox {
  113. display: flex;
  114. justify-content: space-around;
  115. }
  116. .selecttimes .timesbox image {
  117. width: 30rpx;
  118. height: 30rpx;
  119. margin-top: 6rpx;
  120. }
  121. .selecttimes .timesbox .icon {
  122. color: #949494;
  123. text-align: right;
  124. margin-left: 30rpx;
  125. }
  126. .refresh {
  127. width: 160rpx;
  128. height: 50rpx;
  129. background-color: #57c878;
  130. color: #FFFFFF;
  131. line-height: 50rpx;
  132. text-align: center;
  133. box-shadow: 0 0 10rpx #bcb9ca;
  134. margin: 30rpx 5%;
  135. }
  136. .condition {
  137. display: flex;
  138. flex-wrap: wrap;
  139. width: 90%;
  140. box-shadow: 0 0 10rpx #bcb9ca;
  141. margin-bottom: 30rpx;
  142. margin: 30rpx auto;
  143. }
  144. .condition .scroll-X {
  145. width: 95%;
  146. margin: 20rpx auto;
  147. }
  148. .condition .scroll-X .tr {
  149. display: flex;
  150. overflow: hidden;
  151. }
  152. .condition .scroll-X .tr .th,
  153. .condition .scroll-X .tr .td {
  154. display: inline-block;
  155. padding: 5rpx;
  156. width: 140rpx;
  157. text-align: center;
  158. height: 52rpx;
  159. line-height: 52rpx;
  160. }
  161. .condition .scroll-X .tr .th:first-child,
  162. .condition .scroll-X .tr .td:first-child {
  163. width: 300rpx;
  164. }
  165. .condition .scroll-X .tr .th:nth-last-child(1),
  166. .condition .scroll-X .tr .th:nth-last-child(2),
  167. .condition .scroll-X .tr .td:nth-last-child(1),
  168. .condition .scroll-X .tr .td:nth-last-child(2) {
  169. width: 200rpx;
  170. }
  171. .condition .scroll-X .tr:nth-child(2n-1) {
  172. background-color: #f5fff8;
  173. }
  174. .condition .scroll-X .tr:first-child {
  175. background-color: #57c878;
  176. color: #fff;
  177. }
  178. .condition .pagenumber {
  179. display: flex;
  180. margin: 20rpx auto;
  181. }
  182. .condition .pagenumber button {
  183. width: 150rpx;
  184. height: 50rpx;
  185. line-height: 50rpx;
  186. font-size: 26rpx;
  187. text-align: center;
  188. background-color: #57c878;
  189. color: #FFFFFF;
  190. }
  191. .condition .pagenumber .pagenumber_page {
  192. width: 150rpx;
  193. height: 50rpx;
  194. line-height: 50rpx;
  195. font-size: 26rpx;
  196. text-align: center;
  197. }
  198. .u-calendar__action {
  199. display: flex;
  200. justify-content: space-around;
  201. }
  202. .u-calendar__action .u-calendar__action__text {
  203. line-height: 25px;
  204. }