index.wxss 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. /* wxParse.wxss */
  2. @import "/wxParse/wxParse.wxss";
  3. .slide-image {
  4. background: #fff;
  5. }
  6. .banner-box {
  7. height: 750rpx;
  8. /* border-bottom: 1rpx solid #e4e4e4; */
  9. }
  10. .user-orderJtou {
  11. color: #999;
  12. font-size: 26rpx;
  13. position: absolute;
  14. top: 50%;
  15. margin-top: -9rpx;
  16. }
  17. /* 底部操作栏 */
  18. .footer-fixed .goods-fixed-icon {
  19. width: 100rpx;
  20. background: #fff;
  21. margin: 0 auto;
  22. padding: 0 6rpx;
  23. border-left: 1rpx solid #eee;
  24. height: 92rpx;
  25. position: relative;
  26. }
  27. .footer-fixed .goods-fixed-icon:first-child {
  28. border-left: none;
  29. }
  30. .footer-fixed .goods-fixed-icon image {
  31. width: 56rpx;
  32. height: 56rpx;
  33. display: block;
  34. position: absolute;
  35. left: 50%;
  36. margin-left: -28rpx;
  37. top: 50%;
  38. margin-top: -26rpx;
  39. }
  40. .footer-fixed .goods-fixed-icon text {
  41. color: #7a7e83;
  42. font-size: 48rpx;
  43. }
  44. .footer-fixed .goods-fixed-icon .icon-shoucang {
  45. font-size: 40rpx;
  46. }
  47. .footer-fixed .goods-fixed-icon .s_cont {
  48. color: #ff495e;
  49. }
  50. .footer-fixed .fixed-buttons {
  51. height: 100%;
  52. }
  53. .footer-fixed .fixed-buttons .order-bt {
  54. width: auto;
  55. line-height: unset;
  56. height: 100%;
  57. }
  58. .footer-fixed .fixed-buttons .order-number {
  59. height: 100%;
  60. }
  61. /* 商品标题 */
  62. .goods-title {
  63. overflow: hidden;
  64. padding: 0 0rpx 0 0;
  65. color: #333;
  66. }
  67. /* 商品价格 */
  68. .money-box {
  69. margin: 10rpx 0;
  70. }
  71. .money-box .goods-price .goods-price_num {
  72. font-size: 40rpx;
  73. }
  74. .money-box .line-price {
  75. font-size: 24rpx;
  76. color: #999;
  77. padding-top: 6rpx;
  78. text-decoration: line-through;
  79. margin-left: 12rpx;
  80. }
  81. /* 商品销量 */
  82. .goods-sales-box .stock {
  83. display: block;
  84. text-align: right;
  85. }
  86. /* 商品评论 */
  87. .goods-comment .goods-property-box {
  88. position: relative;
  89. padding: 12px;
  90. }
  91. .goods-comment .goods-property-jianTou {
  92. width: 52rpx;
  93. position: absolute;
  94. right: 0;
  95. top: 50%;
  96. margin-top: -13rpx;
  97. }
  98. .goods-comment .goods-property-jianTou image {
  99. height: 100%;
  100. width: 100%;
  101. }
  102. .goods-comment-box .comment_btn {
  103. width: 220rpx;
  104. margin: 0 auto;
  105. padding: 20rpx 0;
  106. }
  107. .goods-comment-box .comment_btn text {
  108. display: block;
  109. padding: 5rpx 0;
  110. color: #ff495e;
  111. font-size: 26rpx;
  112. text-align: center;
  113. border: 1px solid #ff495e;
  114. border-radius: 30rpx;
  115. }
  116. /* banner计数 */
  117. .banner-num {
  118. position: absolute;
  119. right: 30rpx;
  120. margin-top: -70rpx;
  121. padding: 0 18rpx;
  122. background: rgba(0, 0, 0, 0.3);
  123. border-radius: 50rpx;
  124. color: #fff;
  125. font-size: 32rpx;
  126. }
  127. .banner-num text:last-child {
  128. color: rgba(255, 255, 255, 0.6);
  129. font-size: 26rpx;
  130. }
  131. .footer-fixed .order-number {
  132. background: #ff92ba;
  133. color: #fff;
  134. text-align: center;
  135. }
  136. .footer-fixed .order-number button {
  137. background: none;
  138. padding: 0;
  139. /* font-size: 34rpx; */
  140. color: #fff;
  141. line-height: inherit;
  142. border-radius: 0;
  143. border: 0;
  144. }
  145. .footer-fixed .order-number button::after {
  146. content: " ";
  147. width: 0;
  148. height: 0;
  149. position: absolute;
  150. top: 0;
  151. left: 0;
  152. border: none;
  153. transform: scale(0);
  154. transform-origin: 0 0;
  155. box-sizing: border-box;
  156. border-radius: 0;
  157. }
  158. .footer-fixed .default-btn {
  159. width: 100%;
  160. background-color: #ccc;
  161. color: #fff;
  162. text-align: center;
  163. line-height: 92rpx;
  164. }
  165. .footer-fixed .flow_num {
  166. background: #ff495e;
  167. position: absolute;
  168. right: 20rpx;
  169. top: 10rpx;
  170. border-radius: 30rpx;
  171. height: 30rpx;
  172. min-width: 30rpx;
  173. }
  174. /* 商品详情 */
  175. .goods-detail-box {
  176. font-size: 28rpx;
  177. }
  178. /* 评价次数 */
  179. .comment-num {
  180. position: absolute;
  181. right: 34px;
  182. top: 50%;
  183. margin-top: -20rpx;
  184. font-size: 28rpx;
  185. color: #333;
  186. }
  187. .top-nav-bar {
  188. padding: 24rpx;
  189. font-size: 28rpx;
  190. color: #333;
  191. }
  192. .goods-fixed-icon contact-button {
  193. display: block;
  194. }
  195. /* 商品分享 */
  196. .goods__share button.share-btn {
  197. line-height: normal;
  198. padding: 0 0 0 10rpx;
  199. background: none;
  200. border-radius: 0;
  201. box-shadow: none;
  202. font-size: 8pt;
  203. border: none;
  204. color: #888;
  205. }
  206. .goods__share button.share-btn::after {
  207. border: none;
  208. }
  209. .goods__share .share__icon {
  210. font-size: 46rpx;
  211. margin-bottom: 5rpx;
  212. }
  213. /* 商品海报 弹出层 */
  214. .pop-poster {
  215. position: relative;
  216. background: #fff;
  217. padding: 42rpx;
  218. border-radius: 10rpx;
  219. }
  220. /* 关闭按钮 */
  221. .pop-poster .pop-close {
  222. position: absolute;
  223. width: 56rpx;
  224. height: 56rpx;
  225. background: #fff;
  226. border-radius: 50%;
  227. box-shadow: 0 0 25rpx rgba(0, 0, 0, 0.15);
  228. right: -28rpx;
  229. top: -28rpx;
  230. }
  231. .pop-poster .pop-close text {
  232. display: block;
  233. }
  234. .pop-poster .poster__image {
  235. padding: 0 40rpx;
  236. }
  237. .pop-poster .poster__image image {
  238. box-shadow: 0 0 25rpx rgba(0, 0, 0, 0.15);
  239. width: 460rpx;
  240. height: 696.746rpx;
  241. }
  242. .pop-poster .profile-btn button {
  243. margin-bottom: 0;
  244. }
  245. /* sku选择器 */
  246. .sku-selector {
  247. padding: 30rpx 20rpx;
  248. }
  249. /* 确认购买弹窗 */
  250. .popup__trade {
  251. width: 750rpx;
  252. position: relative;
  253. padding-bottom: 92rpx;
  254. z-index: 999;
  255. }
  256. .popup__trade .trade-close {
  257. position: absolute;
  258. top: 20rpx;
  259. right: 20rpx;
  260. width: 50rpx;
  261. height: 50rpx;
  262. }
  263. .popup__trade .trade-main {
  264. background: #fff;
  265. box-sizing: border-box;
  266. padding: 24rpx;
  267. }
  268. .popup__trade .footer-fixed {
  269. position: absolute;
  270. }
  271. .popup__trade .footer-fixed .order-bt {
  272. width: 100%;
  273. line-height: unset;
  274. }
  275. .popup__trade .trade-main .goods-info {
  276. margin-bottom: 10rpx;
  277. }
  278. .popup__trade .trade-main .goods-info .goods-image {
  279. margin-top: -40px;
  280. margin-right: 20rpx;
  281. }
  282. .popup__trade .trade-main .goods-info .goods-image image {
  283. width: 90px;
  284. height: 90px;
  285. border: 5rpx solid #fff;
  286. box-shadow: 0 4rpx 10rpx rgba(220, 220, 220, 0.79);
  287. }
  288. .popup__trade .trade-main .goods-info .money-box {
  289. margin: 0;
  290. }
  291. .popup__trade .trade-main .goods-info .goods-stock {
  292. padding-left: 10rpx;
  293. }
  294. .popup__trade .trade-main .buy_number {
  295. margin: 20rpx 0;
  296. justify-content: space-between;
  297. }
  298. .popup__trade .trade-main .buy_number .buyNumber {
  299. color: #888;
  300. background: #fff;
  301. border-radius: 10rpx;
  302. margin-bottom: 10rpx;
  303. }
  304. /* 商品规格 */
  305. .goods-attr {
  306. padding: 10rpx 0;
  307. }
  308. .goods-attr .goods-attr--scroll {
  309. max-height: 600rpx;
  310. }
  311. .goods-attr .group-item .tips-text {
  312. font-size: 26rpx;
  313. color: #888;
  314. margin-bottom: 10rpx;
  315. }
  316. .goods-attr .group-item .spec-item {
  317. display: inline-block;
  318. }
  319. .goods-attr .group-item .spec-item {
  320. font-size: 26rpx;
  321. height: 55rpx;
  322. line-height: 55rpx;
  323. padding: 0 30rpx;
  324. margin: 0 20rpx 20rpx 0;
  325. border-radius: 8rpx;
  326. color: #888;
  327. border: 1rpx solid #e6e6e6;
  328. }
  329. .goods-attr .group-item .spec-item.cur {
  330. background: #f82169;
  331. border: 1rpx solid #f82169;
  332. color: #fff;
  333. }
  334. .goods-attr .group-item .spec-item.disabled {
  335. color: #dedede;
  336. cursor: not-allowed;
  337. background: #eee;
  338. border: 2rpx dashed #dedede;
  339. }
  340. .select-number {
  341. width: 202rpx;
  342. height: 52rpx;
  343. flex-direction: row;
  344. border: 1rpx solid rgb(231, 231, 231);
  345. border-radius: 5rpx;
  346. }
  347. .select-number .default {
  348. float: left;
  349. width: 60rpx;
  350. height: 52rpx;
  351. line-height: 48rpx;
  352. padding: 0;
  353. background: #fff;
  354. color: #444;
  355. font-size: 40rpx;
  356. border-radius: unset;
  357. }
  358. .select-number .disabled {
  359. background: #f7f7f7;
  360. color: #ddd;
  361. }
  362. .select-number button:after {
  363. content: none;
  364. border: none;
  365. }
  366. .select-number input {
  367. float: left;
  368. width: 80rpx;
  369. height: 52rpx;
  370. line-height: 52rpx;
  371. border-right: 1rpx solid #eee;
  372. border-left: 1rpx solid #eee;
  373. text-align: center;
  374. font-size: 28rpx;
  375. color: #444;
  376. }
  377. /* 团购提醒 */
  378. .goods__share {
  379. margin-left: 20rpx;
  380. }
  381. .goods-name {
  382. padding: 26rpx 20rpx;
  383. }
  384. /* 商品卖点 */
  385. .goods-name .goods-selling-point {
  386. color: #f20c59;
  387. }
  388. .goods-attention {
  389. background: url("https://css.gomein.net.cn/plus/style/product/item/images/tq-bg.png?v=2017111401") center no-repeat;
  390. height: 108rpx;
  391. color: #fff;
  392. font-size: 28rpx;
  393. padding: 10rpx 20rpx;
  394. box-sizing: border-box;
  395. }
  396. .goods-price {
  397. margin-right: 20rpx;
  398. }
  399. .goods-attention .price-text {
  400. font-size: 58rpx;
  401. }
  402. /* .goods-message {} */
  403. .goods-message .line-price {
  404. text-decoration: line-through;
  405. margin-bottom: 5rpx;
  406. }
  407. .goods-message .in-tag {
  408. background-color: #fff;
  409. color: #ec3467;
  410. border-radius: 12rpx;
  411. padding: 1rpx 12rpx;
  412. margin-right: 10rpx;
  413. }
  414. /* 拼团玩法 */
  415. .rule-nav {
  416. padding: 24rpx;
  417. font-size: 29rpx;
  418. }
  419. .rule-nav .rule-simple {
  420. margin-top: 35rpx;
  421. color: #737373;
  422. }
  423. .rule-nav .i-number {
  424. width: 60rpx;
  425. height: 60rpx;
  426. border-radius: 50%;
  427. margin-bottom: 15rpx;
  428. border: 1rpx dashed #c0c0c0;
  429. }
  430. /* 进行中的团购 */
  431. .corwd {
  432. padding: 15rpx 0rpx;
  433. display: flex;
  434. height: 100rpx;
  435. line-height: 1;
  436. justify-content: space-between;
  437. border-bottom: 1rpx solid #eee;
  438. }
  439. .corwd:last-child {
  440. border-bottom: none;
  441. }
  442. .corwd_people {
  443. width: 40%;
  444. display: flex;
  445. align-items: center;
  446. box-sizing: border-box;
  447. }
  448. .corwd_people .corwd_people_images {
  449. margin-right: 12rpx;
  450. width: 80rpx;
  451. height: 80rpx;
  452. border-radius: 50%;
  453. border: 2rpx solid #eee;
  454. }
  455. .corwd_people text {
  456. font-size: 28rpx;
  457. }
  458. .corwd_time {
  459. display: flex;
  460. align-items: center;
  461. width: 60%;
  462. }
  463. .corwd_time_text {
  464. width: 60%;
  465. text-align: center;
  466. }
  467. .corwd_time_title {
  468. display: block;
  469. }
  470. .corwd_time_title text {
  471. color: red;
  472. }
  473. .corwd_time_number {
  474. display: flex;
  475. align-items: center;
  476. justify-content: center;
  477. margin-top: 15rpx;
  478. font-size: 22rpx;
  479. }
  480. .corwd_time_number .prefix {
  481. margin-right: 6rpx;
  482. }
  483. .corwd_time button {
  484. padding: 0rpx 28rpx;
  485. line-height: 55rpx;
  486. text-align: center;
  487. font-size: 26rpx;
  488. border-radius: 40rpx;
  489. color: #fff;
  490. background: linear-gradient(to right, #fa1e8c 0, #fc1e56 100%);
  491. border: none;
  492. }
  493. .corwd_time button:after {
  494. content: none;
  495. border: none;
  496. }