history.wxss 4.1 KB

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