test.wxss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  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. page.data-v-3e202046 {
  28. background-color: #F7F7F7;
  29. }
  30. #top-box.data-v-3e202046 {
  31. padding: 0rpx 30rpx;
  32. }
  33. #top-box .process-box.data-v-3e202046 {
  34. width: 100%;
  35. overflow: hidden;
  36. }
  37. #top-box .process-box .middle.data-v-3e202046 {
  38. width: 63%;
  39. }
  40. #top-box .process-box .process-out.data-v-3e202046 {
  41. width: 100%;
  42. position: relative;
  43. }
  44. #top-box .process-box .process-out image.data-v-3e202046 {
  45. width: 30rpx;
  46. position: absolute;
  47. right: 0rpx;
  48. top: -8rpx;
  49. height: 30rpx;
  50. }
  51. #top-box .process-box .text.data-v-3e202046, #top-box .process-box .middle.data-v-3e202046, #top-box .process-box .last.data-v-3e202046 {
  52. float: left;
  53. height: 46rpx;
  54. line-height: 46rpx;
  55. }
  56. #top-box .process-box .text.data-v-3e202046 {
  57. width: 17%;
  58. }
  59. #top-box .process-box .text ._span.data-v-3e202046:nth-child(1) {
  60. color: #EFD140;
  61. font-size: 40rpx;
  62. }
  63. #top-box .process-box .text ._span.data-v-3e202046:nth-child(2) {
  64. color: #FAEA9C;
  65. font-size: 30rpx;
  66. }
  67. #top-box .process-box view.data-v-3e202046 {
  68. display: inline-block;
  69. }
  70. #top-box .process-box view.data-v-3e202046:nth-child(3) {
  71. width: 20%;
  72. text-align: right;
  73. color: #EFD140;
  74. overflow: hidden;
  75. }
  76. #top-box .process-box view:nth-child(3) view.data-v-3e202046 {
  77. float: right;
  78. height: 46rpx;
  79. line-height: 46rpx;
  80. }
  81. #top-box .process-box view:nth-child(3) image.data-v-3e202046 {
  82. width: 30rpx;
  83. float: right;
  84. margin-top: 8rpx;
  85. margin-right: 10rpx;
  86. height: 30rpx;
  87. }
  88. .header .process-box .process-out.data-v-3e202046 {
  89. position: relative;
  90. width: 500rpx;
  91. height: 14rpx;
  92. -webkit-border-radius: 14rpx;
  93. border-radius: 14rpx;
  94. background: #EEEEEE;
  95. }
  96. .header .process-box .process-in.data-v-3e202046 {
  97. height: 14rpx;
  98. width: 10%;
  99. background: #EFD140;
  100. position: absolute;
  101. -webkit-border-radius: 10px;
  102. border-radius: 10px;
  103. }
  104. .header .process-box .text ._span.data-v-3e202046:nth-child(1) {
  105. font-size: 40rpx;
  106. }
  107. .main-container.data-v-3e202046 {
  108. margin: 0 auto;
  109. }
  110. .main-top.data-v-3e202046 {
  111. padding: 20rpx 30rpx;
  112. font-size: 32rpx;
  113. -webkit-border-radius: 8rpx;
  114. border-radius: 8rpx;
  115. margin: 20rpx 20rpx 0px 20rpx;
  116. }
  117. .main-top image.data-v-3e202046 {
  118. max-width: 100%;
  119. max-height: 420rpx;
  120. }
  121. .main-top view.data-v-3e202046 {
  122. margin-bottom: 20rpx;
  123. color: #3A3A3A;
  124. font-weight: 600;
  125. }
  126. .main-top view.data-v-3e202046:first-child {
  127. font-size: 34rpx;
  128. }
  129. .main-top .text view.data-v-3e202046 {
  130. font-weight: 500 !important;
  131. }
  132. .choseIndex.data-v-3e202046 {
  133. background-color: #EFD140;
  134. }
  135. .cu-bar uni-image.data-v-3e202046 {
  136. max-height: 200rpx;
  137. }
  138. .cu-bar .action.data-v-3e202046:first-child {
  139. width: 20%;
  140. text-align: center;
  141. }
  142. .cu-bar .action.data-v-3e202046:last-child {
  143. width: 80%;
  144. text-align: center;
  145. margin: 0;
  146. }
  147. .cu-bar .action:last-child view + view.data-v-3e202046 {
  148. margin-left: 5%;
  149. }
  150. .cu-bar .action:last-child view.data-v-3e202046 {
  151. margin-right: 5%;
  152. }
  153. .cu-form-group.data-v-3e202046 {
  154. -webkit-box-pack: start;
  155. -webkit-justify-content: flex-start;
  156. justify-content: flex-start;
  157. padding: 0rpx;
  158. -webkit-border-radius: 8rpx;
  159. border-radius: 8rpx;
  160. margin: 20rpx 20rpx 0rpx 20rpx;
  161. }
  162. .cu-form-group .title.data-v-3e202046 {
  163. padding-left: 60rpx;
  164. padding-right: 60rpx;
  165. }
  166. .cu-form-group .title ._a.data-v-3e202046 {
  167. margin-left: 6rpx;
  168. }
  169. .cu-form-group .title-img.data-v-3e202046 {
  170. overflow: hidden;
  171. padding-left: 60rpx;
  172. padding-right: 60rpx;
  173. }
  174. .cu-form-group .title-img ._span.data-v-3e202046 {
  175. display: inline-block;
  176. float: left;
  177. margin-left: 6rpx;
  178. }
  179. .cu-form-group .title-img ._a.data-v-3e202046 {
  180. display: inline-block;
  181. float: left;
  182. height: 60rpx;
  183. line-height: 60rpx;
  184. }
  185. .cu-form-group .title-img uni-image.data-v-3e202046 {
  186. max-width: 60rpx;
  187. max-height: 60rpx;
  188. }
  189. .cu-form-group + .cu-form-group.data-v-3e202046 {
  190. border-top: none;
  191. }
  192. .cu-bar-title.data-v-3e202046 {
  193. min-height: 50rpx;
  194. }
  195. .cu-list.menu > .cu-item-error.data-v-3e202046 {
  196. -webkit-box-pack: start;
  197. -webkit-justify-content: flex-start;
  198. justify-content: flex-start;
  199. }
  200. #foot-box.data-v-3e202046 {
  201. position: fixed;
  202. bottom: 0;
  203. width: 100%;
  204. height: 120rpx;
  205. background: #FFFFFF;
  206. -webkit-box-shadow: 0rpx -2rpx 8rpx rgba(0, 0, 0, 0.08);
  207. box-shadow: 0rpx -2rpx 8rpx rgba(0, 0, 0, 0.08);
  208. }
  209. #foot-box image.data-v-3e202046 {
  210. width: 54rpx;
  211. height: 54rpx;
  212. margin-top: 12rpx;
  213. }
  214. #foot-box .text.data-v-3e202046 {
  215. text-align: center;
  216. font-size: 20rpx;
  217. font-weight: 400;
  218. color: #EFD140;
  219. }
  220. #foot-box .btn.data-v-3e202046 {
  221. width: 45%;
  222. height: 80rpx;
  223. line-height: 80rpx;
  224. text-align: center;
  225. color: #FFFFFF;
  226. background: #D8D8D8;
  227. -webkit-border-radius: 40rpx;
  228. border-radius: 40rpx;
  229. }
  230. #foot-box .btns.data-v-3e202046 {
  231. width: 45%;
  232. height: 80rpx;
  233. line-height: 80rpx;
  234. text-align: center;
  235. color: #292929;
  236. background: #EFD140;
  237. -webkit-border-radius: 40rpx;
  238. border-radius: 40rpx;
  239. }
  240. #foot-box .btn + .btns.data-v-3e202046 {
  241. margin-left: 50rpx;
  242. }
  243. #foot-box .bt.data-v-3e202046 {
  244. width: 90%;
  245. height: 80rpx;
  246. line-height: 80rpx;
  247. margin: 20rpx auto;
  248. text-align: center;
  249. color: #292929;
  250. background: #EFD140;
  251. -webkit-border-radius: 40rpx;
  252. border-radius: 40rpx;
  253. }
  254. #foot-box .actions.data-v-3e202046 {
  255. width: 100%;
  256. margin: auto;
  257. }
  258. .uni-pop.data-v-3e202046 {
  259. width: 100vw;
  260. height: 100vh;
  261. position: fixed;
  262. left: 0;
  263. top: 0;
  264. bottom: 0;
  265. right: 0;
  266. background-color: rgba(0, 0, 0, 0.3);
  267. }
  268. .uni-pop .uni-pops.data-v-3e202046 {
  269. position: absolute;
  270. width: 500rpx;
  271. overflow: hidden;
  272. height: 200rpx;
  273. background-color: #FFFFFF;
  274. -webkit-border-radius: 20rpx;
  275. border-radius: 20rpx;
  276. left: calc((100vw - 500rpx)/2);
  277. top: calc((100vh - 200rpx)/2);
  278. -webkit-box-align: center;
  279. -webkit-align-items: center;
  280. align-items: center;
  281. -webkit-box-pack: center;
  282. -webkit-justify-content: center;
  283. justify-content: center;
  284. -webkit-flex-wrap: wrap;
  285. flex-wrap: wrap;
  286. color: #484848;
  287. z-index: 100;
  288. }
  289. .uni-pop .uni-pops view.data-v-3e202046 {
  290. font-size: 28rpx;
  291. height: 100rpx;
  292. line-height: 100rpx;
  293. text-align: center;
  294. }
  295. .uni-pop .uni-pops view.data-v-3e202046:nth-child(1) {
  296. border-bottom: 2rpx solid #EEEEEE;
  297. }
  298. .uni-pop .uni-pops view.data-v-3e202046:nth-child(2) {
  299. color: #EFD140;
  300. }