analyse.wxss 5.1 KB

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