analyse.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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. .anabox {
  28. background-color: #f1f4ff;
  29. padding-top: 10px;
  30. }
  31. .pickerBox {
  32. position: relative;
  33. background: #FFFFFF;
  34. z-index: 10;
  35. }
  36. .selecttimes {
  37. padding: 10px;
  38. box-sizing: border-box;
  39. margin: 10px auto 0;
  40. display: flex;
  41. background-color: #fff;
  42. justify-content: space-between;
  43. width: 95%;
  44. }
  45. .selecttimes .timesbox {
  46. display: flex;
  47. justify-content: space-around;
  48. width: 60%;
  49. margin-left: 10px;
  50. border: 1px solid #CCCCCC;
  51. padding: 5px;
  52. font-size: 12px;
  53. border-radius: 5px;
  54. }
  55. .selecttimes .timesbox image {
  56. width: 30rpx;
  57. height: 30rpx;
  58. margin-top: 6rpx;
  59. }
  60. .selecttimes .timesbox .icon {
  61. color: #949494;
  62. text-align: right;
  63. margin-left: 30rpx;
  64. }
  65. .wormtime {
  66. width: 95%;
  67. padding: 10px;
  68. box-sizing: border-box;
  69. margin: 0 auto;
  70. display: flex;
  71. justify-content: space-around;
  72. background-color: #fff;
  73. }
  74. .wormtime .wormtime_item {
  75. width: 25%;
  76. margin-top: 10px;
  77. padding: 10px;
  78. }
  79. .wormtime .wormtime_item .img {
  80. width: 50px;
  81. height: 50px;
  82. }
  83. .wormtime .wormtime_item ._p:nth-child(2) {
  84. font-size: 16px;
  85. font-weight: 700;
  86. }
  87. .wormtime .wormtime_item ._p:nth-child(3) {
  88. font-size: 12px;
  89. margin-top: 5px;
  90. }
  91. .wormtime .wormtime_item ._p:last-child {
  92. font-size: 12px;
  93. margin-top: 5px;
  94. }
  95. .wormtime .wormtime_item:first-child {
  96. background-color: #F9FAFE;
  97. }
  98. .wormtime .wormtime_item:nth-child(2) {
  99. background-color: #FFFCF9;
  100. }
  101. .wormtime .wormtime_item:last-child {
  102. background-color: #FCF8FF;
  103. }
  104. .schedulebox {
  105. display: flex;
  106. padding: 10px 10px;
  107. box-sizing: border-box;
  108. width: 95%;
  109. margin: 0px auto;
  110. background-color: #fff;
  111. }
  112. .schedulebox .schedule {
  113. display: flex;
  114. width: 240rpx;
  115. height: 50rpx;
  116. margin-right: 20rpx;
  117. background-color: #F9FAFC;
  118. border-radius: 25px;
  119. }
  120. .schedulebox .schedule .schedule_value {
  121. width: 70%;
  122. text-align: center;
  123. line-height: 50rpx;
  124. font-size: 24rpx;
  125. }
  126. .schedulebox .schedule .schedule_icon {
  127. width: 30%;
  128. text-align: center;
  129. line-height: 50rpx;
  130. }
  131. .schedulebox .schedule .schedule_icon .u-icon__icon {
  132. color: rgba(0, 0, 0, 0.3);
  133. }
  134. .tendency {
  135. width: 95%;
  136. display: flex;
  137. justify-content: space-around;
  138. margin: 0 auto;
  139. background-color: #fff;
  140. }
  141. .tendency_pro {
  142. width: 95%;
  143. padding: 0 20px;
  144. box-sizing: border-box;
  145. height: 140px;
  146. overflow-y: auto;
  147. margin: 0 auto;
  148. background-color: #fff;
  149. }
  150. .tendency_pro ._span:first-child {
  151. display: inline-block;
  152. width: 100px;
  153. overflow: hidden;
  154. white-space: nowrap;
  155. text-overflow: ellipsis;
  156. }
  157. .tendency_pro .u-progress {
  158. width: calc(100% - 150px);
  159. }
  160. .tendency_pro ._span:last-child {
  161. display: inline-block;
  162. width: 30px;
  163. margin-left: 10px;
  164. }
  165. .tablebox {
  166. display: flex;
  167. flex-wrap: wrap;
  168. width: 95%;
  169. margin: 10px auto 20px;
  170. background-color: #fff;
  171. }
  172. .tablebox .top_text {
  173. width: 100%;
  174. display: flex;
  175. height: 30px;
  176. line-height: 30px;
  177. }
  178. .tablebox .top_text .tltle_text {
  179. width: 30%;
  180. text-align: center;
  181. }
  182. .tablebox .top_text .title_text_color {
  183. width: 30%;
  184. text-align: center;
  185. }
  186. .tablebox .top_text .title_text_color .title_item {
  187. border-bottom: 2px solid #64CC82;
  188. color: #64CC82;
  189. }
  190. .tablebox .scroll-X {
  191. width: 95%;
  192. margin: 20rpx auto;
  193. }
  194. .tablebox .scroll-X .table {
  195. width: 1800rpx;
  196. }
  197. .tablebox .scroll-X .table .td:nth-child(3),
  198. .tablebox .scroll-X .table .td:last-child {
  199. color: #37aed8;
  200. }
  201. .tablebox .scroll-X .tr {
  202. display: flex;
  203. overflow: hidden;
  204. }
  205. .tablebox .scroll-X .tr .th,
  206. .tablebox .scroll-X .tr .td {
  207. display: inline-block;
  208. padding: 5rpx;
  209. text-align: center;
  210. height: 52rpx;
  211. line-height: 52rpx;
  212. width: 320rpx;
  213. }
  214. .tablebox .scroll-X .tr:nth-child(2n-1) {
  215. background-color: #f5fff8;
  216. }
  217. .tablebox .scroll-X .tr:first-child {
  218. background-color: #57c878;
  219. color: #fff;
  220. }
  221. .tablebox .pagenumber {
  222. display: flex;
  223. margin: 20rpx auto;
  224. }
  225. .tablebox .pagenumber button {
  226. width: 150rpx;
  227. height: 50rpx;
  228. line-height: 50rpx;
  229. font-size: 26rpx;
  230. text-align: center;
  231. background-color: #57c878;
  232. color: #FFFFFF;
  233. }
  234. .tablebox .pagenumber .pagenumber_page {
  235. width: 150rpx;
  236. height: 50rpx;
  237. line-height: 50rpx;
  238. font-size: 26rpx;
  239. text-align: center;
  240. }
  241. .modalbox {
  242. width: 100%;
  243. height: 120px;
  244. padding-left: 30px;
  245. margin-top: 10px;
  246. overflow-y: auto;
  247. }
  248. .u-calendar__action {
  249. display: flex;
  250. justify-content: space-around;
  251. }
  252. .u-calendar__action .u-calendar__action__text {
  253. line-height: 25px;
  254. }