index.module.less 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. .goodsApply {
  2. background: linear-gradient(to right, #F7E3AA 0%, #FFAC9B 100%);
  3. min-height: 100vh;
  4. position: relative;
  5. .dialogSubmit {
  6. :global {
  7. .van-dialog__cancel {
  8. color: #f67146;
  9. }
  10. .van-dialog__confirm {
  11. color: #777777;
  12. }
  13. }
  14. }
  15. }
  16. .headBg {
  17. position: absolute;
  18. top: 0;
  19. width: 100%;
  20. // opacity: .2;
  21. }
  22. .goodsHeader {
  23. position: relative;
  24. height: 175px;
  25. }
  26. .orchestraTitle {
  27. padding: 17px 0 0 18px;
  28. position: relative;
  29. z-index: 2;
  30. .headTitle {
  31. width: 170px;
  32. height: 82px;
  33. }
  34. .name {
  35. max-width: 220px;
  36. font-size: 15px;
  37. color: #54260D;
  38. line-height: 21px;
  39. }
  40. }
  41. .headPhone {
  42. position: absolute;
  43. right: 9px;
  44. top: 4px;
  45. width: 158px;
  46. height: 157px;
  47. }
  48. .form {
  49. position: relative;
  50. background: rgba(255, 255, 255, 0.5);
  51. border-radius: 20px 20px 0 0;
  52. border: 2px solid #FFFFFF;
  53. border-bottom: 0;
  54. padding-bottom: 12px; // calc(12px + env(safe-area-inset-bottom));
  55. }
  56. .applyCellGroup {
  57. position: relative;
  58. margin: 30px 13px 0;
  59. border-radius: 16px;
  60. padding-top: 22px;
  61. overflow: visible;
  62. &.self,
  63. &.groupBuy {
  64. margin-top: 12px;
  65. padding-top: 0px;
  66. &::before {
  67. content: ' ';
  68. position: absolute;
  69. right: 24%;
  70. top: -6px;
  71. display: inline-block;
  72. width: 21px;
  73. height: 21px;
  74. background: #FFFFFF;
  75. border-radius: 3px 0px 0px 0px;
  76. transform: rotate(45deg);
  77. }
  78. }
  79. &.groupBuy {
  80. &::before {
  81. left: 23%;
  82. }
  83. }
  84. .title {
  85. position: absolute;
  86. top: -10px;
  87. left: 50%;
  88. height: 32px;
  89. }
  90. .titleApply {
  91. width: 178px;
  92. margin-left: -89px;
  93. background: url('./images/title-1.png') no-repeat center;
  94. background-size: contain;
  95. }
  96. .titleParent {
  97. width: 178px;
  98. margin-left: -89px;
  99. background: url('./images/title-2.png') no-repeat center;
  100. background-size: contain;
  101. }
  102. .titleTips {
  103. width: 292px;
  104. margin-left: -146px;
  105. background: url('./images/title-3.png') no-repeat center;
  106. background-size: contain;
  107. }
  108. .titleTool {
  109. width: 214px;
  110. margin-left: -107px;
  111. background: url('./images/title-4.png') no-repeat center;
  112. background-size: contain;
  113. }
  114. :global {
  115. .van-cell {
  116. padding: 18px 12px;
  117. border-radius: 16px;
  118. }
  119. .van-field__label {
  120. font-size: 16px;
  121. // color: #F44541;
  122. color: #1A1A1A;
  123. line-height: 22px;
  124. }
  125. .van-field__control {
  126. padding-right: 2px;
  127. }
  128. }
  129. .toolRadioGroup {
  130. padding-top: 12px;
  131. width: 100%;
  132. display: flex;
  133. align-items: center;
  134. }
  135. .radioSectionTag {
  136. min-height: 28px;
  137. flex: 1;
  138. }
  139. .radioSection {
  140. position: relative;
  141. min-width: 32px;
  142. justify-content: center;
  143. background-color: #fff;
  144. color: #987D6E;
  145. border: 1px solid #987D6E;
  146. border-radius: 6px;
  147. line-height: 1;
  148. padding: 5px 10px 3.5px;
  149. font-weight: 400;
  150. font-size: 16px;
  151. .radioItem {
  152. position: absolute;
  153. top: 0;
  154. left: 0;
  155. right: 0;
  156. bottom: 0;
  157. opacity: 0;
  158. }
  159. &+.radioSection {
  160. margin-left: 12px;
  161. }
  162. &.active {
  163. background-color: #FFD460;
  164. color: #54260D;
  165. border: 1px solid #FFD460;
  166. }
  167. }
  168. }
  169. .tipsContainer {
  170. padding: 14px 12px 10px 43px;
  171. .line {
  172. font-size: 14px;
  173. font-weight: 600;
  174. color: #333333;
  175. line-height: 24px;
  176. padding-bottom: 8px;
  177. .child {
  178. padding-top: 2px;
  179. font-size: 13px;
  180. color: #666;
  181. font-weight: 400;
  182. }
  183. }
  184. .num {
  185. position: absolute;
  186. left: 12px;
  187. display: block;
  188. width: 23px;
  189. height: 23px;
  190. }
  191. .numOne {
  192. background: url('./images/p-1.png') no-repeat center;
  193. background-size: contain;
  194. }
  195. .numTwo {
  196. background: url('./images/p-2.png') no-repeat center;
  197. background-size: contain;
  198. }
  199. }
  200. .toolImg {
  201. position: relative;
  202. padding-top: 12px;
  203. margin: 0 12px 0;
  204. // width: 325px;
  205. height: 325px;
  206. width: calc(100% - 24px);
  207. border-radius: 12px;
  208. overflow: hidden;
  209. :global {
  210. .van-image {
  211. border-radius: 12px;
  212. overflow: hidden;
  213. }
  214. .van-button {
  215. border-radius: 8px;
  216. font-size: 14px;
  217. font-weight: 600;
  218. color: #131415;
  219. line-height: 20px;
  220. }
  221. }
  222. .toolImgOverflow {
  223. position: absolute;
  224. top: 12px;
  225. left: 0;
  226. bottom: 0;
  227. right: 0;
  228. background-color: rgba(0, 0, 0, 0.5);
  229. border-radius: 12px;
  230. display: flex;
  231. align-items: center;
  232. justify-content: center;
  233. }
  234. .iconHead {
  235. position: absolute;
  236. right: 37px;
  237. bottom: 59px;
  238. width: 75px;
  239. height: 83px;
  240. // animation: loadFade 1s ease-in-out infinite;
  241. animation: head-change 1s ease infinite;
  242. }
  243. }
  244. @keyframes head-change {
  245. 0% {
  246. transform: scale(1);
  247. }
  248. 50% {
  249. transform: scale(0.9);
  250. }
  251. 100% {
  252. transform: scale(1);
  253. }
  254. }
  255. .toolInput {
  256. :global {
  257. .van-field__body {
  258. margin-top: 8px;
  259. padding: 0 12px;
  260. height: 44px;
  261. border-radius: 6px;
  262. border: 1px solid #DEDEDE;
  263. }
  264. }
  265. }
  266. .groupBuy {
  267. // overflow: hidden;
  268. padding-bottom: 24px;
  269. :global {
  270. .van-cell__value {
  271. text-align: left;
  272. }
  273. }
  274. .goodsImg {
  275. width: 90px;
  276. height: 90px;
  277. margin-right: 12px;
  278. border-radius: 8px;
  279. overflow: hidden;
  280. }
  281. .goodsTitle {
  282. display: flex;
  283. align-items: center;
  284. font-size: 16px;
  285. font-weight: 600;
  286. color: #131415;
  287. line-height: 22px;
  288. padding-right: 4px;
  289. padding-bottom: 4px;
  290. img {
  291. margin-top: -1px;
  292. height: 18px;
  293. margin-left: 4px;
  294. }
  295. }
  296. .goodsTips {
  297. font-size: 12px;
  298. color: #FF4100;
  299. line-height: 16px;
  300. padding-bottom: 4px;
  301. }
  302. .goodsMemo {
  303. font-size: 13px;
  304. color: #777777;
  305. padding-bottom: 4px;
  306. }
  307. .goodsPrice {
  308. display: flex;
  309. align-items: center;
  310. font-family: DINAlternate-Bold, DINAlternate;
  311. flex: 1;
  312. }
  313. .priceGroup {
  314. display: flex;
  315. align-items: center;
  316. font-size: 14px;
  317. font-weight: 600;
  318. color: #333333;
  319. line-height: 20px;
  320. p {
  321. font-size: 20px;
  322. font-family: DINAlternate-Bold, DINAlternate;
  323. font-weight: bold;
  324. color: #FC1A19;
  325. line-height: 16px;
  326. span {
  327. font-size: 14px;
  328. }
  329. }
  330. }
  331. .priceOrigin {
  332. padding-left: 6px;
  333. font-size: 12px;
  334. color: #AAAAAA;
  335. line-height: 17px;
  336. }
  337. .iconBao {
  338. width: 56px;
  339. height: 19px;
  340. margin-right: 4px;
  341. }
  342. .baoTitle {
  343. font-size: 12px;
  344. color: #131415;
  345. line-height: 17px;
  346. }
  347. .baoContainer {
  348. display: flex;
  349. align-items: center;
  350. justify-content: space-between;
  351. .baoPrice {
  352. display: flex;
  353. align-items: center;
  354. font-size: 16px;
  355. font-family: DINAlternate-Bold, DINAlternate;
  356. font-weight: bold;
  357. color: #FC1A19;
  358. line-height: 16px;
  359. display: flex;
  360. align-content: center;
  361. p {
  362. padding-right: 6px;
  363. }
  364. .prefix {
  365. font-size: 14px;
  366. }
  367. .suffix {
  368. font-size: 12px;
  369. vertical-align: bottom;
  370. }
  371. }
  372. .checkboxImg {
  373. width: 14px;
  374. height: 14px;
  375. }
  376. }
  377. .inspectCell {
  378. margin: 0 12px 0;
  379. padding: 8px 14px;
  380. background: #FFF3EA;
  381. border-radius: 6px;
  382. width: auto;
  383. }
  384. }
  385. .paymentContainer {
  386. background-color: #fff;
  387. display: flex;
  388. align-items: center;
  389. justify-content: space-between;
  390. font-size: 14px;
  391. padding: 15px 12px 22px 12px;
  392. .needPrice {
  393. display: flex;
  394. align-items: center;
  395. color: #333333;
  396. span {
  397. display: flex;
  398. align-items: center;
  399. font-size: 24px;
  400. font-weight: bold;
  401. color: #ff4e19;
  402. font-family: DINAlternate-Bold, DINAlternate;
  403. span {
  404. font-size: 16px;
  405. margin-right: 2px;
  406. }
  407. }
  408. }
  409. :global {
  410. .van-button {
  411. height: 40px;
  412. line-height: 40px;
  413. min-width: 112px;
  414. font-size: 16px;
  415. font-weight: 600;
  416. }
  417. }
  418. }
  419. .inspectPopup {
  420. width: calc(100% - 50px);
  421. border-radius: 16px;
  422. }