index.wxss 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532
  1. /* nova-tourism/pages/collect/collect-detail/index.wxss */
  2. .bax {
  3. width: 100%;
  4. position: relative;
  5. }
  6. .bax .all {
  7. width: 100vw;
  8. overflow-y: scroll;
  9. position: relative;
  10. background-color: #EEEEEE;
  11. color: #727783;
  12. font-family: "Microsoft JhengHei", "PingFang SC", "Helvetica Neue", sans-serif;
  13. font-weight: 700;
  14. }
  15. .bax .all .picturebox {
  16. width: 100%;
  17. height: 550rpx;
  18. position: relative;
  19. }
  20. .bax .all .picturebox .img {
  21. width: 100%;
  22. height: 550rpx;
  23. }
  24. .bax .all .picturebox .img image {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .bax .all .picturebox .numberbox {
  29. position: absolute;
  30. bottom: 40rpx;
  31. right: 20rpx;
  32. border-radius: 45%;
  33. z-index: 10;
  34. color: white;
  35. width: 70rpx;
  36. height: 45rpx;
  37. font-size: 24rpx;
  38. display: flex;
  39. justify-content: center;
  40. align-items: center;
  41. background-color: rgba(12, 12, 12, 0.5);
  42. }
  43. .bax .all .box {
  44. width: 100%;
  45. height: auto;
  46. background-color: #EEEEEE;
  47. position: absolute;
  48. top: 542rpx;
  49. left: 0;
  50. border-radius: 12rpx;
  51. }
  52. .bax .all .box .infobox {
  53. width: 100%;
  54. height: auto;
  55. padding: 40rpx;
  56. border-radius: 20rpx;
  57. background-color: white;
  58. }
  59. .bax .all .box .infobox .title {
  60. width: 100%;
  61. font-size: 26rpx;
  62. }
  63. .bax .all .box .infobox .lebalbox {
  64. width: 100%;
  65. display: flex;
  66. margin-top: 10rpx;
  67. }
  68. .bax .all .box .infobox .lebalbox .lebal {
  69. height: 50rpx;
  70. font-size: 28rpx;
  71. border-radius: 6rpx;
  72. padding-left: 20rpx;
  73. padding-right: 20rpx;
  74. background-color: #FBF5E1;
  75. color: #F8BB7F;
  76. margin-right: 20rpx;
  77. display: flex;
  78. justify-content: center;
  79. align-items: center;
  80. }
  81. .bax .all .box .infobox .carbox {
  82. width: 100%;
  83. height: 60rpx;
  84. margin-top: 24rpx;
  85. display: flex;
  86. align-items: center;
  87. }
  88. .bax .all .box .infobox .carbox image {
  89. width: 40rpx;
  90. height: 30rpx;
  91. }
  92. .bax .all .box .infobox .carbox .car-tex {
  93. font-size: 26rpx;
  94. color: #F8BB7F;
  95. margin-left: 10rpx;
  96. }
  97. .bax .all .box .infobox .carbox2 {
  98. width: 100%;
  99. margin-top: 20rpx;
  100. display: flex;
  101. align-items: center;
  102. border-bottom: solid 2rpx #EEEEEE;
  103. padding-bottom: 20rpx;
  104. }
  105. .bax .all .box .infobox .carbox2 image {
  106. width: 40rpx;
  107. height: 40rpx;
  108. }
  109. .bax .all .box .infobox .carbox2 .car-tex {
  110. font-size: 26rpx;
  111. margin-left: 10rpx;
  112. }
  113. .bax .all .box .infobox .carbox3 {
  114. width: 100%;
  115. margin-top: 20rpx;
  116. display: flex;
  117. }
  118. .bax .all .box .infobox .carbox3 image {
  119. width: 40rpx;
  120. height: 40rpx;
  121. }
  122. .bax .all .box .infobox .carbox3 .carbox3-tex {
  123. font-size: 26rpx;
  124. margin-left: 10rpx;
  125. }
  126. .bax .all .box .infobox .carbox3 .carbox3-tex .carbox3-tex2 {
  127. margin-top: 10rpx;
  128. }
  129. .bax .all .box .infobox .carbox4 {
  130. width: 100%;
  131. margin-top: 20rpx;
  132. display: flex;
  133. align-items: center;
  134. }
  135. .bax .all .box .infobox .carbox4 image {
  136. width: 40rpx;
  137. height: 40rpx;
  138. }
  139. .bax .all .box .infobox .carbox4 .car-tex {
  140. font-size: 26rpx;
  141. margin-left: 10rpx;
  142. }
  143. .bax .all .box .tipbox {
  144. width: 100%;
  145. height: auto;
  146. margin-top: 16rpx;
  147. padding-top: 20rpx;
  148. padding-left: 30rpx;
  149. padding-right: 30rpx;
  150. background-color: white;
  151. border-radius: 20rpx;
  152. padding-bottom: 40rpx;
  153. font-size: 26rpx;
  154. }
  155. .bax .all .box .tipbox .dinggou {
  156. width: 100%;
  157. font-size: 26rpx;
  158. }
  159. .bax .all .box .tipbox .dinggou .dinggou-tex {
  160. margin-left: 20rpx;
  161. margin-top: 10rpx;
  162. }
  163. .bax .all .box .tipbox .picbox {
  164. width: 100%;
  165. margin-top: 20rpx;
  166. margin-bottom: 60rpx;
  167. }
  168. .bax .all .box .tipbox .picbox image {
  169. width: 100%;
  170. }
  171. .bax .all .box .tipbox2 {
  172. width: 100%;
  173. height: auto;
  174. margin-top: 16rpx;
  175. padding-top: 20rpx;
  176. padding-left: 30rpx;
  177. padding-right: 30rpx;
  178. padding-bottom: 40rpx;
  179. background-color: white;
  180. border-radius: 20rpx;
  181. font-size: 26rpx;
  182. padding-bottom: 110rpx;
  183. }
  184. .bax .all .box .tipbox2 .dinggou {
  185. width: 100%;
  186. font-size: 26rpx;
  187. }
  188. .bax .all .box .tipbox2 .dinggou .dinggou-tex {
  189. margin-left: 20rpx;
  190. margin-top: 10rpx;
  191. }
  192. .bax .all .box .tipbox2 image {
  193. width: 100%;
  194. height: 760rpx;
  195. margin-top: 20rpx;
  196. margin-bottom: 20rpx;
  197. }
  198. .bax .all .box .tipbox2 .tip2-tex {
  199. display: flex;
  200. justify-content: flex-end;
  201. }
  202. .bax .all .box .tipbox2 .qrBox {
  203. display: flex;
  204. justify-content: space-between;
  205. align-items: center;
  206. }
  207. .bax .all .box .tipbox2 .qrBox image {
  208. width: 150rpx;
  209. margin: 40rpx 10rpx;
  210. }
  211. .bax .paybox {
  212. width: 100%;
  213. height: 90rpx;
  214. display: flex;
  215. position: absolute;
  216. bottom: 0;
  217. left: 0;
  218. background-color: white;
  219. }
  220. .bax .paybox .pay1 {
  221. width: 288rpx;
  222. height: 100%;
  223. display: flex;
  224. align-items: center;
  225. justify-content: center;
  226. }
  227. .bax .paybox .pay1 image {
  228. width: 50rpx;
  229. height: 44rpx;
  230. }
  231. .bax .paybox .pay1 .pay1-tex {
  232. font-size: 32rpx;
  233. margin-left: 30rpx;
  234. }
  235. .bax .paybox .pay2 {
  236. width: 462rpx;
  237. height: 100%;
  238. display: flex;
  239. justify-content: center;
  240. align-items: center;
  241. font-size: 32rpx;
  242. color: white;
  243. background-color: #F89B7F;
  244. }
  245. .bax .paybox .pay2 .pay2-tex2 {
  246. margin-left: 10rpx;
  247. }
  248. .specBox {
  249. font-family: Microsoft JhengHei UI;
  250. position: relative;
  251. }
  252. .specBox .delivery {
  253. display: flex;
  254. justify-content: space-between;
  255. }
  256. .specBox .delivery .tab {
  257. font-size: 26rpx;
  258. height: 80rpx;
  259. width: 375rpx;
  260. display: flex;
  261. align-items: center;
  262. }
  263. .specBox .delivery .tab image {
  264. width: 48rpx;
  265. height: 40rpx;
  266. padding: 10rpx;
  267. margin: 10rpx;
  268. margin-right: 70rpx;
  269. }
  270. .specBox .delivery .tab2 {
  271. background: #D9D9D9;
  272. border-radius: 0 24rpx 0 24rpx;
  273. justify-content: center;
  274. }
  275. .specBox .verify {
  276. display: flex;
  277. justify-content: space-between;
  278. }
  279. .specBox .verify .tab {
  280. font-size: 26rpx;
  281. height: 80rpx;
  282. width: 375rpx;
  283. display: flex;
  284. align-items: center;
  285. }
  286. .specBox .verify .tab image {
  287. width: 48rpx;
  288. height: 40rpx;
  289. padding: 10rpx;
  290. margin: 10rpx;
  291. margin-right: 70rpx;
  292. }
  293. .specBox .verify .tab1 {
  294. background: #D9D9D9;
  295. border-radius: 24rpx 0 24rpx 0;
  296. }
  297. .specBox .verify .tab2 {
  298. justify-content: center;
  299. }
  300. .specBox .address {
  301. display: flex;
  302. align-items: center;
  303. justify-content: space-between;
  304. padding: 20rpx;
  305. }
  306. .specBox .address .add {
  307. display: flex;
  308. align-items: center;
  309. }
  310. .specBox .address .add image {
  311. width: 50rpx;
  312. height: 50rpx;
  313. padding-right: 20rpx;
  314. }
  315. .specBox .address .add view {
  316. width: 516rpx;
  317. font-size: 26rpx;
  318. line-height: 40rpx;
  319. }
  320. .specBox .good {
  321. display: flex;
  322. margin: 20rpx;
  323. padding-bottom: 20rpx;
  324. border-bottom: #D9D9D9 1rpx solid;
  325. }
  326. .specBox .good image {
  327. width: 224rpx;
  328. height: 222rpx;
  329. margin-right: 30rpx;
  330. }
  331. .specBox .good .info {
  332. width: 440rpx;
  333. display: flex;
  334. flex-direction: column;
  335. justify-content: space-between;
  336. }
  337. .specBox .good .info .price {
  338. display: flex;
  339. margin-bottom: 10rpx;
  340. align-items: flex-end;
  341. }
  342. .specBox .good .info .price .after {
  343. display: flex;
  344. align-items: center;
  345. }
  346. .specBox .good .info .price .after image {
  347. width: 34rpx;
  348. height: 34rpx;
  349. margin-right: 5rpx;
  350. }
  351. .specBox .good .info .price .after .int {
  352. font-size: 33rpx;
  353. color: #F89B7F;
  354. }
  355. .specBox .good .info .price .after .point {
  356. font-size: 24rpx;
  357. color: #F89B7F;
  358. }
  359. .specBox .good .info .price .befor {
  360. margin-left: 10rpx;
  361. font-size: 24rpx;
  362. }
  363. .specBox .good .info .price .befor text {
  364. text-decoration: line-through;
  365. }
  366. .specBox .good .info .name {
  367. font-size: 24rpx;
  368. overflow: hidden;
  369. text-overflow: ellipsis;
  370. white-space: nowrap;
  371. }
  372. .specBox .li {
  373. margin: 20rpx;
  374. display: flex;
  375. justify-content: space-between;
  376. padding-bottom: 20rpx;
  377. border-bottom: #D9D9D9 1rpx solid;
  378. }
  379. .specBox .li .tit {
  380. font-size: 30rpx;
  381. }
  382. .specBox .li .right {
  383. font-size: 26rpx;
  384. }
  385. .specBox .li .right .coupons {
  386. color: #F89B7F;
  387. margin-right: 5rpx;
  388. }
  389. .specBox .tagBox {
  390. padding: 0 20rpx;
  391. padding-bottom: 20rpx;
  392. border-bottom: #D9D9D9 1rpx solid;
  393. }
  394. .specBox .tagBox .tit {
  395. font-size: 30rpx;
  396. margin-bottom: 20rpx;
  397. }
  398. .specBox .tagBox .tag_chick {
  399. color: #F89B7F;
  400. background: #FEF4F3;
  401. border: 3rpx solid #F89B7F;
  402. }
  403. .specBox .tagBox .tag_normal {
  404. background: #F3F1F2;
  405. }
  406. .specBox .tagBox .tag_normal text {
  407. color: #9F9D9E;
  408. }
  409. .specBox .tagBox .tag {
  410. font-size: 26rpx;
  411. padding: 10rpx 20rpx;
  412. border-radius: 8rpx;
  413. }
  414. .specBox .tagBox .occup {
  415. margin: 30rpx 0;
  416. }
  417. .specBox .more {
  418. margin: 20rpx;
  419. padding-bottom: 20rpx;
  420. font-size: 26rpx;
  421. display: flex;
  422. align-items: center;
  423. }
  424. .specBox .more van-icon {
  425. margin-left: 20rpx;
  426. }
  427. .specBox .btn {
  428. position: absolute;
  429. font-size: 32rpx;
  430. height: 82rpx;
  431. width: 100%;
  432. color: white;
  433. background: #F89B7F;
  434. border-radius: 0;
  435. margin: 0;
  436. padding: 0;
  437. bottom: 0;
  438. }
  439. .moreBox .more_title {
  440. border-bottom: #D9D9D9 1rpx solid;
  441. }
  442. .moreBox .more_title .tab {
  443. font-size: 26rpx;
  444. height: 80rpx;
  445. display: flex;
  446. align-items: center;
  447. }
  448. .moreBox .more_title .tab image {
  449. width: 48rpx;
  450. height: 40rpx;
  451. padding: 10rpx;
  452. margin: 10rpx;
  453. margin-right: 240rpx;
  454. }
  455. .moreBox .already {
  456. display: flex;
  457. justify-content: space-between;
  458. align-items: center;
  459. font-size: 26rpx;
  460. padding: 10rpx 20rpx;
  461. border-bottom: #D9D9D9 1rpx solid;
  462. }
  463. .moreBox .already .left {
  464. display: flex;
  465. align-items: center;
  466. }
  467. .moreBox .already .left image {
  468. width: 80rpx;
  469. height: 80rpx;
  470. margin: 0 20rpx;
  471. }
  472. .moreBox .already .left text {
  473. width: 330rpx;
  474. overflow: hidden;
  475. text-overflow: ellipsis;
  476. white-space: nowrap;
  477. }
  478. .moreBox .already .right {
  479. color: gray;
  480. }
  481. .listBox .more_title {
  482. border-bottom: #D9D9D9 1rpx solid;
  483. }
  484. .listBox .more_title .tab {
  485. font-size: 26rpx;
  486. height: 80rpx;
  487. display: flex;
  488. align-items: center;
  489. }
  490. .listBox .more_title .tab image {
  491. width: 48rpx;
  492. height: 40rpx;
  493. padding: 10rpx;
  494. margin: 10rpx;
  495. margin-right: 240rpx;
  496. }
  497. .listBox .good_item {
  498. display: flex;
  499. align-items: center;
  500. margin: 20rpx;
  501. padding-bottom: 20rpx;
  502. border-bottom: #D9D9D9 1rpx solid;
  503. }
  504. .listBox .good_item .item {
  505. display: flex;
  506. justify-content: space-between;
  507. }
  508. .listBox .good_item .item image {
  509. width: 110rpx;
  510. height: 110rpx;
  511. margin-right: 20rpx;
  512. }
  513. .listBox .good_item .item .info {
  514. width: 520rpx;
  515. }
  516. .listBox .good_item .item .info .name {
  517. font-size: 22rpx;
  518. }
  519. .listBox .good_item .item .info .under {
  520. display: flex;
  521. justify-content: space-between;
  522. }
  523. .listBox .add {
  524. margin: auto;
  525. text-align: center;
  526. padding: 15rpx 0;
  527. font-size: 28rpx;
  528. width: 60vw;
  529. color: #F89B7F;
  530. background: white;
  531. border: 1rpx solid #F89B7F;
  532. }