confirm.wxss 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. @charset "UTF-8";
  2. /* 文字尺寸 */
  3. /*文字颜色*/
  4. /* 边框颜色 */
  5. /* 图片加载中颜色 */
  6. /* 行为相关颜色 */
  7. .normal-tip.data-v-e61b15a0 {
  8. font-size: 24rpx;
  9. line-height: 40rpx;
  10. padding: 4rpx 10rpx;
  11. }
  12. .normal-tip.by.data-v-e61b15a0 {
  13. border-radius: 20rpx;
  14. }
  15. .normal-tip.yd.data-v-e61b15a0 {
  16. border-radius: 5rspx;
  17. }
  18. .fixed-page-content.data-v-e61b15a0 {
  19. width: 100%;
  20. height: 100%;
  21. padding-bottom: 120rpx;
  22. box-sizing: border-box;
  23. }
  24. .page-content.data-v-e61b15a0 {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .white-box.data-v-e61b15a0 {
  29. width: 100%;
  30. font-size: 28rpx;
  31. padding: 0 40rpx;
  32. background-color: #ffffff;
  33. box-sizing: border-box;
  34. }
  35. .white-box.data-v-e61b15a0:not(:last-child) {
  36. margin-bottom: 30rpx;
  37. }
  38. .white-box .flex-item.data-v-e61b15a0 {
  39. align-items: center;
  40. }
  41. .white-box .flex-item .tel-box.data-v-e61b15a0 {
  42. display: flex;
  43. align-items: center;
  44. justify-content: flex-end;
  45. }
  46. .white-box .flex-item .tel-box .custom-tel-component.data-v-e61b15a0 {
  47. margin-left: 20rpx;
  48. }
  49. .white-box .cell-item.data-v-e61b15a0 {
  50. color: var(--Black);
  51. padding: 30rpx 0;
  52. display: flex;
  53. justify-content: space-between;
  54. position: relative;
  55. }
  56. .white-box .cell-item.data-v-e61b15a0::after {
  57. position: absolute;
  58. box-sizing: border-box;
  59. content: ' ';
  60. pointer-events: none;
  61. right: 0;
  62. bottom: 0;
  63. left: 0;
  64. border-bottom: 2rpx solid #ebedf0;
  65. -webkit-transform: scaleY(0.5);
  66. transform: scaleY(0.5);
  67. }
  68. .white-box .cell-item > .label.data-v-e61b15a0 {
  69. flex: 1;
  70. width: 30%;
  71. }
  72. .white-box .cell-item > .label .tips.data-v-e61b15a0 {
  73. font-size: 22rpx;
  74. color: var(--greyColor);
  75. }
  76. .white-box .cell-item > .label.required.data-v-e61b15a0 {
  77. position: relative;
  78. }
  79. .white-box .cell-item > .label.required.data-v-e61b15a0::after {
  80. content: '*';
  81. color: var(--Red);
  82. position: absolute;
  83. font-size: 30rpx;
  84. top: -15rpx;
  85. left: -15rpx;
  86. }
  87. .white-box .cell-item > .tit.data-v-e61b15a0 {
  88. color: var(--Black);
  89. flex: 1;
  90. width: 70%;
  91. text-align: right;
  92. }
  93. .white-box .cell-item > .tit .van-radio-group.data-v-e61b15a0 {
  94. display: flex;
  95. justify-content: flex-end;
  96. }
  97. .white-box .cell-item > .tit .van-radio-group .van-radio.data-v-e61b15a0:not(:first-child) {
  98. margin-left: 30rpx;
  99. }
  100. .white-box .block-cell-item.data-v-e61b15a0 {
  101. color: var(--Black);
  102. padding: 30rpx 0;
  103. position: relative;
  104. }
  105. .white-box .block-cell-item.data-v-e61b15a0::after {
  106. position: absolute;
  107. box-sizing: border-box;
  108. content: " ";
  109. pointer-events: none;
  110. right: 16rpx;
  111. bottom: 0;
  112. left: 16rpx;
  113. border-bottom: 2rpx solid #ebedf0;
  114. -webkit-transform: scaleY(0.5);
  115. transform: scaleY(0.5);
  116. }
  117. .white-box .block-cell-item .label.data-v-e61b15a0 {
  118. width: 100%;
  119. padding-bottom: 30rpx;
  120. }
  121. .white-box .block-cell-item .label.required.data-v-e61b15a0 {
  122. position: relative;
  123. }
  124. .white-box .block-cell-item .label.required.data-v-e61b15a0::after {
  125. content: '*';
  126. color: var(--Red);
  127. position: absolute;
  128. font-size: 30rpx;
  129. top: -15rpx;
  130. left: -15rpx;
  131. }
  132. .white-box .block-cell-item .label .tips.data-v-e61b15a0 {
  133. font-size: 22rpx;
  134. color: var(--greyColor);
  135. }
  136. .white-box .block-cell-item .tit.data-v-e61b15a0 {
  137. width: 100%;
  138. color: var(--Black);
  139. }
  140. .white-box .block-cell-item .tit .van-radio-group.data-v-e61b15a0 {
  141. display: flex;
  142. justify-content: flex-end;
  143. }
  144. .white-box .block-cell-item .tit .van-radio-group .van-radio.data-v-e61b15a0:not(:first-child) {
  145. margin-left: 30rpx;
  146. }
  147. .white-box .block-cell-item .tit .textarea.data-v-e61b15a0 {
  148. background-color: #F8F8F8;
  149. font-size: 30rpx;
  150. color: #B7B7B7;
  151. border-radius: 10rpx;
  152. padding: 30rpx;
  153. word-break: break-all;
  154. }
  155. .white-box .custom-white-box-content.data-v-e61b15a0 {
  156. padding-bottom: 30rpx;
  157. }
  158. .z-bg.data-v-e61b15a0 {
  159. background: #6600ff;
  160. color: #fff;
  161. }
  162. .l-bg.data-v-e61b15a0 {
  163. background: #0000FF;
  164. color: #fff;
  165. }
  166. .h-bg.data-v-e61b15a0 {
  167. background: #F87A7A;
  168. color: #fff;
  169. }
  170. .z-br.data-v-e61b15a0 {
  171. background: #fff;
  172. border: 1px solid #6600ff;
  173. color: #6600ff;
  174. }
  175. .chaochuyincang.data-v-e61b15a0 {
  176. white-space: nowrap;
  177. overflow: hidden;
  178. text-overflow: ellipsis;
  179. }
  180. .detail.data-v-e61b15a0 {
  181. padding: 0 0 180rpx;
  182. overflow: hidden;
  183. }
  184. .detail .bottom-button.data-v-e61b15a0 {
  185. position: fixed;
  186. bottom: 0;
  187. left: 0;
  188. height: 21.333vw;
  189. width: 92%;
  190. height: 125rpx;
  191. padding: 4.667vw 4vw;
  192. background-color: #fff;
  193. display: flex;
  194. align-items: center;
  195. justify-content: center;
  196. }
  197. .detail .bottom-button .btn.data-v-e61b15a0 {
  198. height: 100%;
  199. line-height: 125rpx;
  200. width: 100%;
  201. color: #fff;
  202. background-color: #60f;
  203. font-size: 4.533vw;
  204. border-radius: 1.333vw;
  205. }
  206. .detail .top-box.data-v-e61b15a0 {
  207. height: 100rpx;
  208. line-height: 100rpx;
  209. font-size: 30rpx;
  210. color: #333;
  211. }
  212. .detail .part-1.data-v-e61b15a0 {
  213. margin-bottom: 20rpx;
  214. }
  215. .detail .part-1 .custom-item-tit.data-v-e61b15a0 {
  216. height: 13.333vw;
  217. font-size: 4.267vw;
  218. color: #333;
  219. padding: 2.667vw 0;
  220. position: relative;
  221. display: flex;
  222. justify-content: space-between;
  223. align-items: center;
  224. box-sizing: border-box;
  225. }
  226. .detail .part-1 .custom-item-tit .tit.data-v-e61b15a0 {
  227. padding-left: 2.667vw;
  228. position: relative;
  229. font-size: 4.267vw;
  230. }
  231. .detail .part-1 .custom-item-tit .tit.data-v-e61b15a0::after {
  232. content: "";
  233. width: 0.8vw;
  234. height: 90%;
  235. background-color: #976dec;
  236. border-radius: 0.4vw;
  237. position: absolute;
  238. left: 0;
  239. top: 50%;
  240. -webkit-transform: translateY(-50%);
  241. transform: translateY(-50%);
  242. }
  243. .detail .part-2.data-v-e61b15a0 {
  244. margin-bottom: 20rpx;
  245. }
  246. .detail .part-2 .custom-item-tit.data-v-e61b15a0 {
  247. height: 13.333vw;
  248. font-size: 4.267vw;
  249. color: #333;
  250. padding: 2.667vw 0;
  251. position: relative;
  252. display: flex;
  253. justify-content: space-between;
  254. align-items: center;
  255. box-sizing: border-box;
  256. }
  257. .detail .part-2 .custom-item-tit .tit.data-v-e61b15a0 {
  258. padding-left: 2.667vw;
  259. position: relative;
  260. font-size: 4.267vw;
  261. }
  262. .detail .part-2 .custom-item-tit .tit.data-v-e61b15a0::after {
  263. content: "";
  264. width: 0.8vw;
  265. height: 90%;
  266. background-color: #976dec;
  267. border-radius: 0.4vw;
  268. position: absolute;
  269. left: 0;
  270. top: 50%;
  271. -webkit-transform: translateY(-50%);
  272. transform: translateY(-50%);
  273. }
  274. .detail .filter-box.data-v-e61b15a0 {
  275. padding: 0 30rpx 30rpx;
  276. margin-bottom: 20rpx;
  277. }
  278. .detail .filter-box .tit.data-v-e61b15a0 {
  279. font-size: 34rpx;
  280. padding-bottom: 30rpx;
  281. }
  282. .detail .filter-input-box.data-v-e61b15a0 {
  283. display: flex;
  284. align-items: center;
  285. justify-content: space-between;
  286. }
  287. .detail .filter-input-box .custom-input-box.data-v-e61b15a0 {
  288. width: 250rpx;
  289. }
  290. .detail .filter-input-box .confirm-btn.data-v-e61b15a0 {
  291. width: 100rpx;
  292. height: 80rpx;
  293. border-radius: 10rpx;
  294. color: #fff;
  295. background-color: #6600ff;
  296. }
  297. .detail .filter-input-box .confirm-btn ._i.data-v-e61b15a0 {
  298. font-size: 35rpx;
  299. }
  300. .detail .part-2.data-v-e61b15a0 {
  301. padding: 30rpx;
  302. }
  303. .detail .part-3 .custom-item-tit.data-v-e61b15a0 {
  304. height: 13.333vw;
  305. font-size: 4.267vw;
  306. color: #333;
  307. padding: 2.667vw 0;
  308. position: relative;
  309. display: flex;
  310. justify-content: space-between;
  311. align-items: center;
  312. box-sizing: border-box;
  313. }
  314. .detail .part-3 .custom-item-tit .tit.data-v-e61b15a0 {
  315. padding-left: 2.667vw;
  316. position: relative;
  317. font-size: 4.267vw;
  318. }
  319. .detail .part-3 .custom-item-tit .tit.data-v-e61b15a0::after {
  320. content: "";
  321. width: 0.8vw;
  322. height: 90%;
  323. background-color: #976dec;
  324. border-radius: 0.4vw;
  325. position: absolute;
  326. left: 0;
  327. top: 50%;
  328. -webkit-transform: translateY(-50%);
  329. transform: translateY(-50%);
  330. }
  331. .detail .part-3 .input-item-warp.data-v-e61b15a0 {
  332. padding: 0 0 30rpx;
  333. }
  334. .detail .part-4 .custom-item-tit.data-v-e61b15a0 {
  335. height: 13.333vw;
  336. font-size: 4.267vw;
  337. color: #333;
  338. padding: 2.667vw 0;
  339. position: relative;
  340. display: flex;
  341. justify-content: space-between;
  342. align-items: center;
  343. box-sizing: border-box;
  344. }
  345. .detail .part-4 .custom-item-tit .tit.data-v-e61b15a0 {
  346. padding-left: 2.667vw;
  347. position: relative;
  348. font-size: 4.267vw;
  349. }
  350. .detail .part-4 .custom-item-tit .tit.data-v-e61b15a0::after {
  351. content: "";
  352. width: 0.8vw;
  353. height: 90%;
  354. background-color: #976dec;
  355. border-radius: 0.4vw;
  356. position: absolute;
  357. left: 0;
  358. top: 50%;
  359. -webkit-transform: translateY(-50%);
  360. transform: translateY(-50%);
  361. }
  362. .detail .part-4 .input-item-warp.data-v-e61b15a0 {
  363. padding: 0 0 30rpx;
  364. }
  365. .detail .part-5 .custom-item-tit.data-v-e61b15a0 {
  366. height: 13.333vw;
  367. font-size: 4.267vw;
  368. color: #333;
  369. padding: 2.667vw 0;
  370. position: relative;
  371. display: flex;
  372. justify-content: space-between;
  373. align-items: center;
  374. box-sizing: border-box;
  375. }
  376. .detail .part-5 .custom-item-tit .tit.data-v-e61b15a0 {
  377. padding-left: 2.667vw;
  378. position: relative;
  379. font-size: 4.267vw;
  380. }
  381. .detail .part-5 .custom-item-tit .tit.data-v-e61b15a0::after {
  382. content: "";
  383. width: 0.8vw;
  384. height: 90%;
  385. background-color: #976dec;
  386. border-radius: 0.4vw;
  387. position: absolute;
  388. left: 0;
  389. top: 50%;
  390. -webkit-transform: translateY(-50%);
  391. transform: translateY(-50%);
  392. }
  393. .detail .part-5 .input-item-warp.data-v-e61b15a0 {
  394. padding: 0 0 30rpx;
  395. }