history.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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 .schedule {
  49. display: -webkit-box;
  50. display: -webkit-flex;
  51. display: flex;
  52. width: 280rpx;
  53. height: 50rpx;
  54. border: 2rpx solid #F0F0F0;
  55. margin-right: 40rpx;
  56. }
  57. .graph .canvasbox .schedule .schedule_value {
  58. width: 70%;
  59. text-align: center;
  60. line-height: 50rpx;
  61. font-size: 24rpx;
  62. }
  63. .graph .canvasbox .schedule .schedule_icon {
  64. width: 30%;
  65. background-color: #F2F2F2;
  66. text-align: center;
  67. line-height: 50rpx;
  68. }
  69. .graph .none_hint {
  70. font-size: 32rpx;
  71. font-weight: 700;
  72. position: absolute;
  73. top: 0;
  74. left: 50%;
  75. margin-left: -64rpx;
  76. }
  77. .shuju_one_title {
  78. width: 70%;
  79. margin: 0 auto;
  80. display: -webkit-box;
  81. display: -webkit-flex;
  82. display: flex;
  83. }
  84. .shuju_one_title .tltle_text {
  85. width: 25%;
  86. border: 2rpx solid #B2B2B2;
  87. color: #57c878;
  88. text-align: center;
  89. font-size: 24rpx;
  90. height: 50rpx;
  91. line-height: 50rpx;
  92. }
  93. .shuju_one_title .title_text_color {
  94. width: 25%;
  95. border: 2rpx solid #57c878;
  96. color: #fff;
  97. text-align: center;
  98. font-size: 24rpx;
  99. height: 50rpx;
  100. line-height: 50rpx;
  101. }
  102. .selecttimes {
  103. width: 100%;
  104. box-shadow: 0 0 10rpx #bcb9ca;
  105. margin-top: 20rpx;
  106. padding: 10rpx 20rpx;
  107. box-sizing: border-box;
  108. }
  109. .selecttimes .timesbox {
  110. display: -webkit-box;
  111. display: -webkit-flex;
  112. display: flex;
  113. -webkit-justify-content: space-around;
  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. .condition {
  127. display: -webkit-box;
  128. display: -webkit-flex;
  129. display: flex;
  130. -webkit-flex-wrap: wrap;
  131. flex-wrap: wrap;
  132. width: 100%;
  133. box-shadow: 0 0 10rpx #bcb9ca;
  134. margin: 30rpx 0;
  135. }
  136. .condition .scroll-X {
  137. width: 95%;
  138. margin: 20rpx auto;
  139. }
  140. .condition .scroll-X .tr {
  141. display: -webkit-box;
  142. display: -webkit-flex;
  143. display: flex;
  144. overflow: hidden;
  145. }
  146. .condition .scroll-X .tr .th,
  147. .condition .scroll-X .tr .td {
  148. display: inline-block;
  149. padding: 5rpx;
  150. width: 240rpx;
  151. text-align: center;
  152. height: 52rpx;
  153. line-height: 52rpx;
  154. }
  155. .condition .scroll-X .tr .th:first-child,
  156. .condition .scroll-X .tr .td:first-child {
  157. width: 300rpx;
  158. }
  159. .condition .scroll-X .tr:nth-child(2n-1) {
  160. background-color: #f5fff8;
  161. }
  162. .condition .scroll-X .tr:first-child {
  163. background-color: #57c878;
  164. color: #fff;
  165. }
  166. .condition .pagenumber {
  167. display: -webkit-box;
  168. display: -webkit-flex;
  169. display: flex;
  170. margin: 20rpx auto;
  171. }
  172. .condition .pagenumber button {
  173. width: 150rpx;
  174. height: 50rpx;
  175. line-height: 50rpx;
  176. font-size: 26rpx;
  177. text-align: center;
  178. background-color: #57c878;
  179. color: #FFFFFF;
  180. }
  181. .condition .pagenumber .pagenumber_page {
  182. width: 150rpx;
  183. height: 50rpx;
  184. line-height: 50rpx;
  185. font-size: 26rpx;
  186. text-align: center;
  187. }
  188. .u-calendar__action {
  189. display: -webkit-box;
  190. display: -webkit-flex;
  191. display: flex;
  192. -webkit-justify-content: space-around;
  193. justify-content: space-around;
  194. }
  195. .u-calendar__action .u-calendar__action__text {
  196. line-height: 25px;
  197. }