瑶都万能墙
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

615 lines
8.3 KiB

4 months ago
  1. :root {
  2. font-family: PingFang SC;
  3. --re-color: #F40000;
  4. --re-backage: #F6F6F6;
  5. }
  6. .re-fcolor{
  7. color: #F40000 !important;
  8. }
  9. .test{
  10. border: 1rpx dashed red;
  11. }
  12. .re-card{
  13. background-color: #FFFFFF;
  14. border-radius: 20rpx;
  15. width: 690rpx;
  16. min-height: 120rpx;
  17. margin: 0 calc(50vw - 690rpx / 2);
  18. margin-bottom: 30rpx;
  19. position: relative;
  20. }
  21. .re-card-p32{
  22. background-color: #FFFFFF;
  23. border-radius: 20rpx;
  24. width: calc(690rpx - 64rpx);
  25. min-height: 120rpx;
  26. margin: 0 calc(50vw - 690rpx / 2);
  27. margin-bottom: 30rpx;
  28. padding: 32rpx;
  29. position: relative;
  30. }
  31. .re-from-line{
  32. margin-bottom: 28rpx;
  33. }
  34. .re-from-label{
  35. font-size: 28rpx;
  36. font-weight: normal;
  37. letter-spacing: 0px;
  38. margin-bottom: 10rpx;
  39. color: #1c1c1c;
  40. }
  41. .re-from-input{
  42. box-sizing: border-box;
  43. width: 630rpx;
  44. height: 70rpx;
  45. line-height: 70rpx;
  46. border-radius: 10rpx;
  47. padding-left: 70rpx;
  48. border: 2rpx solid #CCCCCC;
  49. font-size: 28rpx;
  50. font-weight: normal;
  51. letter-spacing: 0px;
  52. color: #000;
  53. }
  54. .re-card-textarea{
  55. width: 570rpx;
  56. height: 152rpx;
  57. border-radius: 8rpx;
  58. padding: 20rpx;
  59. background: #EEEEEE;
  60. font-size: 26rpx;
  61. line-height: normal;
  62. letter-spacing: 0em;
  63. color: #0d0d0d;
  64. }
  65. .re-from-icon {
  66. position: absolute;
  67. left: 26rpx;
  68. top: 18rpx;
  69. width: 32rpx;
  70. height: 32rpx;
  71. }
  72. .re-card-context{
  73. font-size: 24rpx;
  74. font-weight: normal;
  75. line-height: normal;
  76. letter-spacing: 0em;
  77. color: #9E9E9E;
  78. line-height: 36rpx;
  79. }
  80. /*
  81. .re-card-context span {
  82. color: #F40000;
  83. }
  84. */
  85. .re-card-context label {
  86. color: #F40000;
  87. }
  88. .re-card-show{
  89. color: #9E9E9E;
  90. font-size: 24rpx;
  91. font-weight: normal;
  92. line-height: normal;
  93. letter-spacing: 0em;
  94. }
  95. .re-card-select{
  96. height: 72rpx;
  97. line-height: 72rpx;
  98. font-size: 28rpx;
  99. color: #333333;;
  100. }
  101. .re-end-pand{
  102. width: 100vw;
  103. height: 88rpx;
  104. opacity: 1;
  105. background: #FFFFFF;
  106. box-shadow: 0rpx 2rpx 20rpx 0rpx rgba(0, 0, 0, 0.2);
  107. padding: 30rpx 0;
  108. }
  109. .re-end-pand button{
  110. width: 620rpx;
  111. height: 88rpx;
  112. line-height: 88rpx;
  113. border-radius: 10rpx;
  114. background: #F40000;
  115. color: #FFF;
  116. text-align: center;
  117. margin: 0 auto;
  118. font-size: 30rpx;
  119. font-weight: 400;
  120. transition: all 0.2s ease-in-out;
  121. }
  122. .re-end-pand button:active{
  123. transform: translateY(2rpx) translateX(1rpx);
  124. }
  125. .re-item{
  126. width: calc(100% - 64rpx);
  127. height: 120rpx;
  128. line-height: 120rpx;
  129. background-color: #FFF;
  130. margin: 0 32rpx;
  131. font-size: 32rpx;
  132. color: #152748;
  133. }
  134. .re-empty {
  135. position: absolute;
  136. color: #888;
  137. top: 50%;
  138. text-align: center;
  139. width: 100%;
  140. }
  141. /* 定制机型-微信单选框 */
  142. radio .wx-radio-input{
  143. border-color: #000000;
  144. width: 32rpx !important;
  145. height: 32rpx !important;
  146. }
  147. ::v-deep .wx-radio-input.wx-radio-input-checked {
  148. background-color: #F40000 !important;
  149. border-color: #F40000 !important;
  150. background-clip: content-box !important;
  151. box-sizing: content-box;
  152. }
  153. ::v-deep .wx-radio-input.wx-radio-input-checked::before {
  154. /* transform: scale(0.7); */
  155. }
  156. /* radio[checked]{
  157. background-color: #F40000 !important;
  158. border-color: #F40000 !important;
  159. } */
  160. .font-title{
  161. font-size: 36rpx;
  162. font-weight: 500;
  163. line-height: 36rpx;
  164. letter-spacing: 0;
  165. color: #333333;
  166. }
  167. .font-subtitle{
  168. font-size: 32rpx;
  169. font-weight: 500;
  170. line-height: 36rpx;
  171. letter-spacing: 0px;
  172. color: #9E9E9E;
  173. }
  174. .font-botton{
  175. font-size: 36rpx;
  176. font-weight: bolder;
  177. line-height: 36rpx;
  178. color: #F40000;
  179. }
  180. .font-justify{
  181. text-align: justify;
  182. }
  183. .re-radio{
  184. transform: scale(0.7);
  185. margin-left:-48rpx
  186. }
  187. .re-width2{
  188. width:50%;
  189. }
  190. .re-width3{
  191. width:33.33%;
  192. }
  193. .uni-checkbox-input-checked,
  194. .uni-radio-input-checked,
  195. .uni-switch-input-checked {
  196. background-color:var(--re-color) !important;
  197. border-color: var(--re-color) !important;
  198. }
  199. uni-checkbox:not([disabled]) .uni-checkbox-input:hover {
  200. border-color: var(--re-color);
  201. }
  202. .uni-radio-wrapper,
  203. .uni-radio-input{
  204. margin: 0;
  205. }
  206. .wx-checkbox-input-checked,
  207. .wx-radio-input-checked,
  208. .wx-switch-input-checked {
  209. background-color: var(--re-color) !important;
  210. border-color: var(--re-color) !important;
  211. }
  212. .wx-checkbox-input,
  213. .wx-radio-input,
  214. .wx-switch-input {
  215. border-color: var(--re-color) !important;
  216. }
  217. .font-c{
  218. color: #ccc;
  219. font-size: 26rpx;
  220. }
  221. .w50{
  222. width: 50%;
  223. }
  224. .h375{
  225. width: 100%;
  226. height: 375rpx;
  227. }
  228. .h238{
  229. width: 238rpx;
  230. height: 238rpx;
  231. margin: auto;
  232. }
  233. .h220{
  234. width: 100%;
  235. height: 220rpx;
  236. }
  237. .h120 {
  238. width: 100%;
  239. height: 120rpx;
  240. line-height: 120rpx;
  241. }
  242. .h70{
  243. width: 100%;
  244. height: 70rpx;
  245. line-height: 70rpx;
  246. }
  247. .h22{
  248. width: 100%;
  249. height: 22rpx;
  250. line-height: 22rpx;
  251. }
  252. .h32{
  253. width: 100%;
  254. height: 32rpx;
  255. line-height: 32rpx;
  256. }
  257. .h44{
  258. width: 100%;
  259. height: 44rpx;
  260. line-height: 44rpx;
  261. }
  262. .h88{
  263. width: 100%;
  264. height: 88rpx;
  265. line-height: 88rpx;
  266. }
  267. .mb120{
  268. margin-bottom: 120rpx;
  269. }
  270. .mb88{
  271. margin-bottom: 88rpx;
  272. }
  273. .mb80{
  274. margin-bottom: 80rpx;
  275. }
  276. .mb40{
  277. margin-bottom: 40rpx;
  278. }
  279. .mb22{
  280. margin-bottom: 22rpx;
  281. }
  282. .mb20{
  283. margin-bottom: 20rpx;
  284. }
  285. .mt20{
  286. margin-top: 20rpx;
  287. }
  288. .mt22{
  289. margin-top: 22rpx;
  290. }
  291. .mt32{
  292. margin-top: 32rpx;
  293. }
  294. .mt56{
  295. margin-top: 56rpx;
  296. }
  297. .mt100{
  298. margin-top: 100rpx;
  299. }
  300. .mt40{
  301. margin-top: 40rpx;
  302. }
  303. .m120{
  304. margin-top: 120rpx;
  305. margin-bottom: 120rpx;
  306. }
  307. .mr5{
  308. margin-right: 5rpx;
  309. }
  310. .mr10{
  311. margin-right: 10rpx;
  312. }
  313. .mr20{
  314. margin-right: 20rpx;
  315. }
  316. .m5{
  317. margin-top: 5rpx;
  318. margin-bottom: 5rpx;
  319. }
  320. .m10{
  321. margin-top: 10rpx;
  322. margin-bottom: 10rpx;
  323. }
  324. .m20{
  325. margin-top: 20rpx;
  326. margin-bottom: 20rpx;
  327. }
  328. .m36{
  329. margin-top: 36rpx;
  330. margin-bottom: 36rpx;
  331. }
  332. .pt10{
  333. padding-top: 10rpx;
  334. }
  335. .pb10{
  336. padding-bottom: 10rpx;
  337. }
  338. .pb20{
  339. padding-bottom: 20rpx;
  340. }
  341. .pb120{
  342. padding-bottom: 120rpx;
  343. }
  344. .m10auto{
  345. margin: 10 auto;
  346. }
  347. .m20auto{
  348. margin: 20 auto;
  349. }
  350. .flex{
  351. display: flex;
  352. }
  353. .flex-sb{
  354. display: flex;
  355. justify-content: space-between;
  356. }
  357. .flex-wrap{
  358. display: flex;
  359. justify-content: space-between;
  360. flex-wrap: wrap;
  361. }
  362. .flex-reverse{
  363. display: flex;
  364. flex-direction: row-reverse;
  365. }
  366. .sb-w2{
  367. width: calc(100% / 2);
  368. text-align: center;
  369. }
  370. .sb-w3{
  371. width: calc(100% / 3);
  372. text-align: center;
  373. }
  374. .sb-w4{
  375. width: calc(100% / 4);
  376. text-align: center;
  377. }
  378. .sb-w5{
  379. width: calc(100% / 5);
  380. text-align: center;
  381. }
  382. .sb-w8{
  383. width: calc(100% / 8);
  384. text-align: center;
  385. }
  386. .line36{
  387. line-height: 36rpx;
  388. font-size: 30rpx;
  389. }
  390. .line42{
  391. line-height: 42rpx;
  392. font-size: 32rpx;
  393. }
  394. .line64{
  395. line-height: 64rpx;
  396. font-size: 36rpx;
  397. }
  398. .line72{
  399. line-height: 72rpx;
  400. font-size: 42rpx;
  401. }
  402. .bottom-line{
  403. border-bottom: 2rpx solid #eee;
  404. }
  405. .bottom-line:last-child{
  406. border-bottom: none;
  407. }
  408. .square20{
  409. width: 20rpx;
  410. height: 20rpx;
  411. }
  412. .square32{
  413. width: 32rpx;
  414. height: 32rpx;
  415. }
  416. .square40{
  417. width: 40rpx;
  418. height: 40rpx;
  419. }
  420. .square80{
  421. width: 80rpx;
  422. height: 80rpx;
  423. }
  424. .square120{
  425. width: 120rpx;
  426. height: 120rpx;
  427. }
  428. .square256{
  429. width: 256rpx;
  430. height: 256rpx;
  431. }
  432. .square375{
  433. width: 375rpx;
  434. height: 375rpx;
  435. }
  436. .garden{
  437. overflow: hidden;
  438. border-radius: 50%;
  439. box-shadow: 0 10rpx 20rpx rgba(0, 0, 0, 0.4);
  440. }
  441. .b-fiexd{
  442. min-height: 120rpx;
  443. width: calc(100vw - 40rpx);
  444. padding: 0 20rpx;
  445. position: fixed;
  446. left: 0;
  447. bottom: 0;
  448. box-shadow: -20rpx 10rpx 10rpx #000;
  449. background-color: #ffffff;
  450. }
  451. .b-relative{
  452. position: relative;
  453. }
  454. .b-button{
  455. background-color: 10rpx;
  456. height:72rpx;
  457. line-height: 72rpx;
  458. text-align:center;
  459. color: #ffffff;
  460. width: 376rpx;
  461. background-color: #fe8a00;
  462. border-radius: 10rpx;
  463. margin: 24rpx auto;
  464. }
  465. /**
  466. * 滑动定位
  467. */
  468. .bg-white{
  469. background-color: white;
  470. }
  471. .box-shadow-gray{
  472. box-shadow: #ccc 0 0rpx 40rpx 0.1rpx;
  473. }
  474. .box-shadow-light{
  475. box-shadow: #ccc 0 1rpx 8rpx;
  476. }
  477. .sticky{
  478. position: -webkit-sticky;
  479. position: sticky;
  480. top: 0;
  481. z-index: 100;
  482. transition: background-color 0.3s;
  483. }
  484. /**
  485. * 模拟药丸
  486. */
  487. .back-feixd {
  488. background-color: #fff8ef;
  489. border: 1rpx solid #dbc9ba;
  490. border-radius: 50%;
  491. width: 60rpx;
  492. height: 60rpx;
  493. position: fixed;
  494. top: 100rpx;
  495. left: 12rpx;
  496. z-index: 101;
  497. line-height: 60rpx;
  498. text-align: center;
  499. opacity: .7;
  500. }
  501. /**
  502. * 搜索
  503. */
  504. .s-input {
  505. padding: 16rpx 40rpx;
  506. margin: 0 20rpx;
  507. width: 590rpx;
  508. border-radius: 40rpx;
  509. height: 40rpx;
  510. line-height: 40rpx;
  511. border: 1rpx solid #ccc;
  512. color: #0d0d0d;
  513. font-size: 28rpx;
  514. }
  515. .s-input-line {
  516. height: 72rpx;
  517. line-height: 72rpx;
  518. margin: 0 78rpx;
  519. color: #666;
  520. font-size: 28rpx;
  521. }
  522. /**
  523. * 超出隐藏
  524. */
  525. .ellipsis {
  526. overflow: hidden;
  527. white-space: nowrap;
  528. text-overflow: ellipsis;
  529. }
  530. /**
  531. * 圆形图片
  532. */
  533. .radius80{
  534. width: 80rpx;
  535. height: 80rpx;
  536. border-radius: 50%;
  537. }
  538. /**
  539. * 隐藏滚动条
  540. */
  541. /* env(safe-area-inset-top) */
  542. .driver{
  543. width: 100%;
  544. height: 2rpx;
  545. background-color: #D5D5D5;
  546. opacity: .4;
  547. margin: 20rpx auto;
  548. }