history.wxss 4.1 KB

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