goods.wxss 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332
  1. @keyframes fadeIn {
  2. 0% {
  3. opacity: 0;
  4. }
  5. 100% {
  6. opacity: 1;
  7. }
  8. }
  9. .container {
  10. margin-bottom: 100rpx;
  11. }
  12. .goodsimgs {
  13. position: relative;
  14. width: 750rpx;
  15. height: 750rpx;
  16. background: #fff;
  17. top:0rpx;
  18. }
  19. /* .goodsimgs image {
  20. width: 750rpx;
  21. height: 750rpx;
  22. }
  23. .goodsimgs video{
  24. position: absolute;
  25. display: block;
  26. top:0rpx;
  27. width: 750rpx;
  28. height: 450rpx;
  29. margin-top:150rpx;
  30. } */
  31. .content-wrapper {
  32. /* position: fixed; */
  33. top: 0;
  34. right: 0;
  35. bottom: 0;
  36. left: 0;
  37. z-index: 2;
  38. /* width: 750rpx;
  39. height: 750rpx; */
  40. }
  41. .content-wrapper .overflow {
  42. /* width: 750rpx;
  43. height: 750rpx; */
  44. }
  45. .content-wrapper .scroll-wrapper {
  46. width: 750rpx;
  47. height: 750rpx;
  48. overflow: hidden;
  49. }
  50. .content-wrapper .scroll-view {
  51. white-space: nowrap;
  52. display: block;
  53. /* height: 750rpx; */
  54. overflow-x: auto;
  55. margin-top: -100rpx;
  56. /* padding-bottom: 100rpx; */
  57. -webkit-transform: translateY(100rpx);
  58. transform: translateY(100rpx);
  59. }
  60. .content-wrapper .scroll-view .items-wrapper {
  61. height: 750rpx;
  62. box-sizing: border-box;
  63. display: -webkit-box;
  64. display: -webkit-flex;
  65. display: -moz-box;
  66. display: flex;
  67. flex-flow: row nowrap;
  68. -webkit-box-orient: horizontal;
  69. flex-direction: row;
  70. -webkit-box-align: center;
  71. -webkit-align-items: center;
  72. align-items: center;
  73. position:relative;
  74. transition:all 0.3s ease;
  75. -webkit-overflow-scrolling:touch;
  76. transform: translateZ(0);
  77. }
  78. .content-wrapper .scroll-view .item {
  79. display: block;
  80. position: relative;
  81. flex-shrink: 0;
  82. transition: transform 0.2s ease;
  83. transform-origin: center;
  84. letter-spacing: 0;
  85. }
  86. .video2{ margin-top: 150rpx;
  87. position: relative;
  88. }
  89. .model-img{
  90. background-size:650rpx 321rpx;
  91. }
  92. .model-btn{
  93. position:absolute;
  94. left:0;
  95. top:0;
  96. bottom:0;
  97. right:0;
  98. margin:auto;
  99. width:100rpx;
  100. height:100rpx;
  101. border-radius:50%;
  102. background-color: rgba(0,0,0,.3);
  103. }
  104. .play-icon{
  105. margin:28rpx 42rpx;
  106. border-top:26rpx solid transparent;
  107. border-left:36rpx solid #fff;
  108. border-bottom:22rpx solid transparent;
  109. }
  110. .content-wrapper .scroll-view .item .img-wrapper .myVideo {
  111. width: 750rpx;
  112. height: calc(9 * 750rpx / 16);
  113. /* left:0; */
  114. }
  115. /* .content-wrapper .scroll-view .item:nth-child(1) {
  116. margin-left: 127rpx;
  117. } */
  118. .content-wrapper .scroll-view .item .rank-num {
  119. position: absolute;
  120. left: 650rpx;
  121. top: 680rpx;
  122. padding: 0 20rpx;
  123. line-height: 50rpx;
  124. height: 50rpx;
  125. border-radius: 8rpx;
  126. color: #ffffff;
  127. }
  128. .content-wrapper .scroll-view .item .img-wrapper {
  129. width: 750rpx;
  130. height: 750rpx;
  131. border-radius: 8rpx;
  132. overflow: hidden;
  133. }
  134. .content-wrapper .scroll-view .item .img-wrapper .img {
  135. display: block;
  136. width: 750rpx;
  137. min-height: 750rpx;
  138. }
  139. .content-wrapper .scroll-view .item .content {
  140. padding: 20rpx;
  141. background-color: rgba(255, 255, 255, 0.9);
  142. box-sizing: border-box;
  143. position: absolute;
  144. right: 20rpx;
  145. bottom: 20rpx;
  146. left: 20rpx;
  147. z-index: 2;
  148. border-radius: 8rpx;
  149. overflow: hidden;
  150. }
  151. .content-wrapper .scroll-view .item .content .title {
  152. display: block;
  153. font-size: 32rpx;
  154. line-height: 44rpx;
  155. color: #333333;
  156. white-space: nowrap;
  157. overflow: hidden;
  158. text-overflow: ellipsis;
  159. margin-bottom: 10rpx;
  160. }
  161. .content-wrapper .scroll-view .item .content .rank-wrapper {
  162. display: -webkit-box;
  163. display: -webkit-flex;
  164. display: -moz-box;
  165. display: flex;
  166. flex-flow: row nowrap;
  167. -webkit-box-orient: horizontal;
  168. flex-direction: row;
  169. -webkit-box-align: center;
  170. -webkit-align-items: center;
  171. align-items: center;
  172. margin-bottom: 12rpx;
  173. }
  174. .content-wrapper .scroll-view .item .content .rank-wrapper .stars-wrapper {
  175. display: -webkit-box;
  176. display: -webkit-flex;
  177. display: -moz-box;
  178. display: flex;
  179. flex-flow: row nowrap;
  180. -webkit-box-orient: horizontal;
  181. flex-direction: row;
  182. margin-right: 20rpx;
  183. }
  184. .content-wrapper .scroll-view .item .content .rank-wrapper .stars-wrapper .star {
  185. display: block;
  186. width: 32rpx;
  187. height: 32rpx;
  188. }
  189. .content-wrapper .scroll-view .item .content .rank-wrapper .score {
  190. font-size: 32rpx;
  191. line-height: 44rpx;
  192. color: #333333;
  193. }
  194. .content-wrapper .scroll-view .item .content .p {
  195. display: block;
  196. font-size: 28rpx;
  197. line-height: 40rpx;
  198. color: white;
  199. }
  200. /* 如果不为激活状态,那就添加图层蒙版 */
  201. .poker-face {
  202. filter: brightness(40%)
  203. }
  204. /* 添加激活状态 */
  205. .active {
  206. transform: scale(1.083333)
  207. }
  208. .imageClass{
  209. background-size:600rpx 600rpx;
  210. width: 750rpx;
  211. height: 750rpx;
  212. }
  213. .weui-cells{
  214. margin-top: 80rpx;
  215. text-align: left;
  216. }
  217. .weui-label{
  218. width: 5em;
  219. }
  220. .page-body-button {
  221. margin-bottom: 30rpx;
  222. }
  223. .service-policy {
  224. width: 750rpx;
  225. height: 73rpx;
  226. background: #f5f1f1ef;
  227. padding: 0 31.25rpx;
  228. display: flex;
  229. flex-flow: row nowrap;
  230. align-items: center;
  231. justify-content: space-between;
  232. }
  233. .service-policy .item {
  234. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr25eAGT4BAAAA2Yyhu9Q372.png) 0 center no-repeat;
  235. background-size: 10rpx;
  236. padding-left: 15rpx;
  237. display: flex;
  238. align-items: center;
  239. font-size: 25rpx;
  240. color: #666;
  241. }
  242. .goods-info {
  243. width: 750rpx;
  244. height: 210rpx;
  245. overflow: hidden;
  246. background: #fff;
  247. }
  248. .goods-info .c {
  249. display: block;
  250. width: 718.75rpx;
  251. /* height: 100%; */
  252. margin-left: 31.25rpx;
  253. padding: 38rpx 31.25rpx 38rpx 0;
  254. border-bottom: 1px solid #f4f4f4;
  255. }
  256. .goods-info .c text {
  257. display: block;
  258. /* width: 687.5rpx; */
  259. text-align: left;
  260. font-weight: bolder;
  261. }
  262. .goods-info .name {
  263. height: 41rpx;
  264. margin-bottom: 20rpx;
  265. font-size: 30rpx;
  266. line-height: 41rpx;
  267. margin-top: 10rpx;
  268. }
  269. .goods-info .desc {
  270. height: 43rpx;
  271. margin-bottom: 41rpx;
  272. font-size: 24rpx;
  273. line-height: 36rpx;
  274. color: #999;
  275. width: 200rpx;
  276. }
  277. .desc2{
  278. position:absolute;
  279. right:220rpx;
  280. top:910rpx;
  281. height: 43rpx;
  282. margin-bottom: 41rpx;
  283. font-size: 24rpx;
  284. line-height: 36rpx;
  285. color: #999;
  286. }
  287. .goods-info .goods-do {
  288. text-align:left;
  289. }
  290. .goods-info .goods-do .price {
  291. /* height: 35rpx; */
  292. font-size: 35rpx;
  293. line-height: 35rpx;
  294. color: #b4282d;
  295. display: inline;
  296. text-align: left;
  297. }
  298. .goods-info .goods-do .org-price {
  299. /* height: 25rpx; */
  300. font-size: 25rpx;
  301. line-height: 35rpx;
  302. color: #303030;
  303. display: inline;
  304. text-align: left;
  305. margin-left: 16rpx;
  306. }
  307. .goods-info .brand {
  308. margin-top: 23rpx;
  309. min-height: 40rpx;
  310. text-align: center;
  311. }
  312. .goods-info .brand text {
  313. display: inline-block;
  314. width: auto;
  315. padding: 2px 30rpx 2px 10.5rpx;
  316. line-height: 35.5rpx;
  317. border: 1px solid #f48f18;
  318. font-size: 25rpx;
  319. color: #f48f18;
  320. border-radius: 4px;
  321. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr28mAes5qAAABHjRl7xw575.png) 95% center no-repeat;
  322. background-size: 10.75rpx 18.75rpx;
  323. }
  324. .section-nav {
  325. width: 750rpx;
  326. height: 108rpx;
  327. background: #fff;
  328. margin-bottom: 20rpx;
  329. }
  330. .section-nav .t {
  331. float: left;
  332. width: 600rpx;
  333. height: 108rpx;
  334. line-height: 108rpx;
  335. font-size: 29rpx;
  336. color: #333;
  337. margin-left: 31.25rpx;
  338. }
  339. .section-nav .i {
  340. float: right;
  341. width: 52rpx;
  342. height: 52rpx;
  343. margin-right: 16rpx;
  344. margin-top: 28rpx;
  345. }
  346. .section-act .t {
  347. float: left;
  348. display: flex;
  349. align-items: center;
  350. width: 600rpx;
  351. height: 108rpx;
  352. overflow: hidden;
  353. line-height: 108rpx;
  354. font-size: 29rpx;
  355. color: #999;
  356. margin-left: 31.25rpx;
  357. }
  358. .section-act .label {
  359. color: #999;
  360. }
  361. .section-act .tag {
  362. display: flex;
  363. align-items: center;
  364. padding: 0 10rpx;
  365. border-radius: 3px;
  366. height: 37rpx;
  367. width: auto;
  368. color: #f48f18;
  369. overflow: hidden;
  370. border: 1px solid #f48f18;
  371. font-size: 25rpx;
  372. margin: 0 10rpx;
  373. }
  374. .section-act .text {
  375. display: flex;
  376. align-items: center;
  377. height: 37rpx;
  378. width: auto;
  379. overflow: hidden;
  380. color: #f48f18;
  381. font-size: 29rpx;
  382. }
  383. .comments {
  384. width: 100%;
  385. height: auto;
  386. padding-left: 30rpx;
  387. background: #fff;
  388. margin: 20rpx 0;
  389. }
  390. .comments .h {
  391. height: 102.5rpx;
  392. line-height: 100.5rpx;
  393. width: 718.75rpx;
  394. padding-right: 16rpx;
  395. border-bottom: 1px solid #d9d9d9;
  396. }
  397. .comments .h .t {
  398. display: block;
  399. float: left;
  400. width: 50%;
  401. font-size: 38.5rpx;
  402. color: #333;
  403. }
  404. .comments .h .i {
  405. display: block;
  406. float: right;
  407. width: 164rpx;
  408. height: 100.5rpx;
  409. line-height: 100.5rpx;
  410. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2_OAO7zoAAABG9E7g8o485.png) right center no-repeat;
  411. background-size: 52rpx;
  412. }
  413. .comments .b {
  414. height: auto;
  415. width: 720rpx;
  416. }
  417. .comments .item {
  418. height: auto;
  419. width: 720rpx;
  420. overflow: hidden;
  421. }
  422. .comments .info {
  423. height: 127rpx;
  424. width: 100%;
  425. padding: 33rpx 0 27rpx 0;
  426. }
  427. .comments .user {
  428. float: left;
  429. width: auto;
  430. height: 67rpx;
  431. line-height: 67rpx;
  432. font-size: 0;
  433. }
  434. .comments .user image {
  435. float: left;
  436. width: 67rpx;
  437. height: 67rpx;
  438. margin-right: 17rpx;
  439. border-radius: 50%;
  440. }
  441. .comments .user text {
  442. display: inline-block;
  443. width: auto;
  444. height: 66rpx;
  445. overflow: hidden;
  446. font-size: 29rpx;
  447. line-height: 66rpx;
  448. }
  449. .comments .time {
  450. display: block;
  451. float: right;
  452. width: auto;
  453. height: 67rpx;
  454. line-height: 67rpx;
  455. color: #7f7f7f;
  456. font-size: 25rpx;
  457. margin-right: 30rpx;
  458. }
  459. .comments .content {
  460. width: 720rpx;
  461. padding-right: 30rpx;
  462. line-height: 45.8rpx;
  463. font-size: 29rpx;
  464. margin-bottom: 24rpx;
  465. }
  466. .comments .imgs {
  467. width: 720rpx;
  468. height: auto;
  469. margin-bottom: 25rpx;
  470. }
  471. .comments .imgs .img {
  472. height: 150rpx;
  473. width: 150rpx;
  474. margin-right: 28rpx;
  475. }
  476. .comments .spec {
  477. width: 720rpx;
  478. padding-right: 30rpx;
  479. line-height: 30rpx;
  480. font-size: 24rpx;
  481. color: #999;
  482. margin-bottom: 30rpx;
  483. }
  484. .goods-attr {
  485. width: 750rpx;
  486. height: auto;
  487. overflow: hidden;
  488. padding: 0 31.25rpx 25rpx 31.25rpx;
  489. background: #fff;
  490. }
  491. .goods-attr .t {
  492. width: 687.5rpx;
  493. height: 104rpx;
  494. line-height: 104rpx;
  495. font-size: 38.5rpx;
  496. }
  497. .goods-attr .item {
  498. width: 687.5rpx;
  499. height: 68rpx;
  500. padding: 11rpx 20rpx;
  501. margin-bottom: 11rpx;
  502. background: #f7f7f7;
  503. font-size: 38.5rpx;
  504. }
  505. .goods-attr .left {
  506. float: left;
  507. font-size: 25rpx;
  508. width: 134rpx;
  509. height: 45rpx;
  510. line-height: 45rpx;
  511. overflow: hidden;
  512. color: #999;
  513. }
  514. .goods-attr .right {
  515. float: left;
  516. font-size: 26rpx;
  517. margin-left: 20rpx;
  518. width: 480rpx;
  519. height: 45rpx;
  520. line-height: 45rpx;
  521. overflow: hidden;
  522. color: #333;
  523. }
  524. .detail {
  525. width: 750rpx;
  526. height: auto;
  527. overflow: hidden;
  528. /* padding: 0 31.25rpx 25rpx 31.25rpx; */
  529. padding: 0 3rpx 2rpx 3rpx;
  530. background: #fff;
  531. }
  532. .detail image {
  533. width: 750rpx;
  534. display: block;
  535. }
  536. .common-problem {
  537. width: 750rpx;
  538. height: auto;
  539. overflow: hidden;
  540. }
  541. .common-problem .h {
  542. position: relative;
  543. height: 145.5rpx;
  544. width: 750rpx;
  545. padding: 56.25rpx 0;
  546. background: #fff;
  547. text-align: center;
  548. }
  549. .common-problem .h .line {
  550. display: inline-block;
  551. position: absolute;
  552. top: 72rpx;
  553. left: 0;
  554. z-index: 2;
  555. height: 1px;
  556. margin-left: 225rpx;
  557. width: 300rpx;
  558. background: #ccc;
  559. }
  560. .common-problem .h .title {
  561. display: inline-block;
  562. position: absolute;
  563. top: 56.125rpx;
  564. left: 0;
  565. z-index: 3;
  566. height: 33rpx;
  567. margin-left: 285rpx;
  568. width: 180rpx;
  569. background: #fff;
  570. }
  571. .common-problem .b {
  572. width: 750rpx;
  573. height: auto;
  574. overflow: hidden;
  575. padding: 0rpx 30rpx;
  576. background: #fff;
  577. }
  578. .common-problem .item {
  579. height: auto;
  580. overflow: hidden;
  581. padding-bottom: 25rpx;
  582. }
  583. .common-problem .question-box .spot {
  584. float: left;
  585. display: block;
  586. height: 8rpx;
  587. width: 8rpx;
  588. background: #b4282d;
  589. border-radius: 50%;
  590. margin-top: 11rpx;
  591. }
  592. .common-problem .question-box .question {
  593. float: left;
  594. line-height: 30rpx;
  595. padding-left: 8rpx;
  596. display: block;
  597. font-size: 26rpx;
  598. padding-bottom: 15rpx;
  599. color: #303030;
  600. }
  601. .common-problem .answer {
  602. line-height: 36rpx;
  603. padding-left: 16rpx;
  604. font-size: 26rpx;
  605. color: #787878;
  606. }
  607. .related-goods {
  608. width: 750rpx;
  609. height: auto;
  610. overflow: hidden;
  611. }
  612. .related-goods .h {
  613. position: relative;
  614. height: 145.5rpx;
  615. width: 750rpx;
  616. padding: 56.25rpx 0;
  617. background: #fff;
  618. text-align: center;
  619. border-bottom: 1px solid #f4f4f4;
  620. }
  621. .related-goods .h .line {
  622. display: inline-block;
  623. position: absolute;
  624. top: 72rpx;
  625. left: 0;
  626. z-index: 2;
  627. height: 1px;
  628. margin-left: 225rpx;
  629. width: 300rpx;
  630. background: #ccc;
  631. }
  632. .related-goods .h .title {
  633. display: inline-block;
  634. position: absolute;
  635. top: 56.125rpx;
  636. left: 0;
  637. z-index: 3;
  638. height: 33rpx;
  639. margin-left: 285rpx;
  640. width: 180rpx;
  641. background: #fff;
  642. }
  643. .related-goods .b {
  644. width: 750rpx;
  645. height: auto;
  646. overflow: hidden;
  647. }
  648. .related-goods .b .item {
  649. float: left;
  650. background: #fff;
  651. width: 375rpx;
  652. height: auto;
  653. overflow: hidden;
  654. text-align: center;
  655. padding: 15rpx 31.25rpx;
  656. border-right: 1px solid #f4f4f4;
  657. border-bottom: 1px solid #f4f4f4;
  658. }
  659. .related-goods .item .img {
  660. width: 311.45rpx;
  661. height: 311.45rpx;
  662. background-size:211rpx 211rpx;
  663. }
  664. .related-goods .item .name {
  665. display: block;
  666. width: 311.45rpx;
  667. margin: 11.5rpx 0 15rpx 0;
  668. text-align: center;
  669. font-size: 30rpx;
  670. color: #333;
  671. }
  672. .related-goods .item .price {
  673. width: 311.45rpx;
  674. text-align: center;
  675. font-size: 30rpx;
  676. color: #b4282d;
  677. }
  678. .related-goods .item .price .cart{
  679. margin-left: 20rpx;
  680. width: 35rpx;
  681. height: 35rpx;
  682. vertical-align: -6rpx;
  683. }
  684. .bottom-btn {
  685. position: fixed;
  686. left: 0;
  687. bottom: 0;
  688. z-index: 10;
  689. width: 750rpx;
  690. height: 100rpx;
  691. display: flex;
  692. background: #fff;
  693. }
  694. .bottom-btn .l {
  695. float: left;
  696. height: 100rpx;
  697. width: 122rpx;
  698. border: 1px solid #f4f4f4;
  699. display: flex;
  700. align-items: center;
  701. justify-content: center;
  702. }
  703. .bottom-btn .l.l-home {
  704. border-right: none;
  705. border-left: none;
  706. text-align: center;
  707. }
  708. .bottom-btn .l.l-collect {
  709. border-right: none;
  710. border-left: none;
  711. text-align: center;
  712. }
  713. .bottom-btn .l.l-cart .box {
  714. position: relative;
  715. height: 60rpx;
  716. width: 60rpx;
  717. }
  718. .bottom-btn .l.l-cart .cart-count {
  719. height: 28rpx;
  720. width: 28rpx;
  721. z-index: 10;
  722. position: absolute;
  723. top: 0;
  724. right: 0;
  725. background: #b4282d;
  726. text-align: center;
  727. font-size: 18rpx;
  728. color: #fff;
  729. line-height: 28rpx;
  730. border-radius: 50%;
  731. }
  732. .bottom-btn .l.l-cart .icon {
  733. position: absolute;
  734. top: 10rpx;
  735. left: 0;
  736. }
  737. .bottom-btn .l .icon {
  738. display: block;
  739. height: 44rpx;
  740. width: 44rpx;
  741. }
  742. .bottom-btn .c {
  743. float: left;
  744. height: 100rpx;
  745. line-height: 96rpx;
  746. flex: 1;
  747. text-align: center;
  748. color: #333;
  749. border-top: 1px solid #f4f4f4;
  750. border-bottom: 1px solid #f4f4f4;
  751. }
  752. .bottom-btn .contact {
  753. float: left;
  754. height: 100rpx;
  755. width: 122rpx;
  756. border: 1px solid #f4f4f4;
  757. display: flex;
  758. align-items: center;
  759. justify-content: center;
  760. }
  761. .bottom-btn .r {
  762. border: 1px solid #eb6064;
  763. background: #eb6064;
  764. float: left;
  765. height: 100rpx;
  766. line-height: 96rpx;
  767. flex: 1;
  768. text-align: center;
  769. color: #fff;
  770. }
  771. @import "../../lib/wxParse/wxParse.wxss";
  772. .bottom-btn .r-disable {
  773. border: 1px solid #c57477;
  774. background: #c57477;
  775. float: left;
  776. height: 100rpx;
  777. line-height: 96rpx;
  778. flex: 1;
  779. text-align: center;
  780. color: rgb(248, 206, 206);
  781. }
  782. .bottom-btn .r2 {
  783. border: 1px solid #b4282d;
  784. background: #b4282d;
  785. float: left;
  786. height: 100rpx;
  787. line-height: 96rpx;
  788. flex: 1;
  789. text-align: center;
  790. color: #fff;
  791. }
  792. .bottom-btn .r-disable2 {
  793. border: 1px solid #c57477;
  794. background: #c57477;
  795. float: left;
  796. height: 100rpx;
  797. line-height: 96rpx;
  798. flex: 1;
  799. text-align: center;
  800. color: rgb(248, 206, 206);
  801. }
  802. .attr-pop {
  803. width: 100%;
  804. height: auto;
  805. padding: 31.25rpx;
  806. background: #fff;
  807. position: fixed;
  808. bottom: 100rpx;
  809. z-index: 500;
  810. }
  811. .attr-pop2 {
  812. width: 100%;
  813. height: auto;
  814. padding: 31.25rpx;
  815. background: #fff;
  816. position: fixed;
  817. bottom: 1rpx;
  818. z-index: 500;
  819. }
  820. .attr-close{
  821. float: right;
  822. width: 40rpx;
  823. height: 40rpx;
  824. line-height: 40rpx;
  825. border-radius: 50%;
  826. font-size: 40rpx;
  827. text-align: center;
  828. overflow: hidden;
  829. }
  830. .attr-title{
  831. float: left;
  832. height: 40rpx;
  833. line-height: 40rpx;
  834. font-size: 35rpx;
  835. text-align: center;
  836. overflow: hidden;
  837. font-weight:bold;
  838. }
  839. .attr-pop .img-info {
  840. width: 687.5rpx;
  841. height: 177rpx;
  842. overflow: hidden;
  843. margin-bottom: 41.5rpx;
  844. }
  845. .attr-pop .img {
  846. float: left;
  847. height: 177rpx;
  848. width: 177rpx;
  849. background: #f4f4f4;
  850. margin-right: 31.25rpx;
  851. }
  852. .attr-pop .info {
  853. /* float: left; */
  854. height: 177rpx;
  855. display: flex;
  856. align-items: center;
  857. }
  858. .attr-pop .p {
  859. font-size: 33rpx;
  860. color: #333;
  861. height: 33rpx;
  862. line-height: 33rpx;
  863. margin-bottom: 10rpx;
  864. }
  865. .attr-pop .a {
  866. font-size: 29rpx;
  867. color: #333;
  868. height: 40rpx;
  869. line-height: 40rpx;
  870. width: 260px;
  871. display:block;
  872. word-break: break-all;
  873. word-wrap: break-word;
  874. }
  875. .spec-con {
  876. width: 100%;
  877. height: auto;
  878. overflow: hidden;
  879. }
  880. .spec-con .name {
  881. height: 32rpx;
  882. margin-bottom: 22rpx;
  883. font-size: 29rpx;
  884. color: #333;
  885. }
  886. .spec-con .values {
  887. height: auto;
  888. margin-bottom: 31.25rpx;
  889. font-size: 0;
  890. }
  891. .spec-con .value {
  892. display: inline-block;
  893. height: 62rpx;
  894. padding: 0 35rpx;
  895. line-height: 56rpx;
  896. text-align: center;
  897. margin-right: 25rpx;
  898. margin-bottom: 16.5rpx;
  899. border: 1px solid #333;
  900. font-size: 25rpx;
  901. color: #333;
  902. }
  903. .spec-con .value.disable {
  904. border: 1px solid #ccc;
  905. color: #ccc;
  906. }
  907. .spec-con .value.selected {
  908. border: 1px solid #b4282d;
  909. color: #b4282d;
  910. }
  911. .number-item .selnum {
  912. width: 322rpx;
  913. height: 71rpx;
  914. border: 1px solid #ccc;
  915. display: flex;
  916. }
  917. .number-item .cut {
  918. width: 93.75rpx;
  919. height: 100%;
  920. text-align: center;
  921. line-height: 65rpx;
  922. }
  923. .number-item .number {
  924. flex: 1;
  925. height: 100%;
  926. text-align: center;
  927. line-height: 68.75rpx;
  928. border-left: 1px solid #ccc;
  929. border-right: 1px solid #ccc;
  930. float: left;
  931. }
  932. .number-item .add {
  933. width: 93.75rpx;
  934. height: 100%;
  935. text-align: center;
  936. line-height: 65rpx;
  937. }
  938. .number-item .addEnabel {
  939. width: 93.75rpx;
  940. height: 100%;
  941. text-align: center;
  942. line-height: 65rpx;
  943. color: #ccc;
  944. }
  945. .line-through {
  946. text-decoration: line-through;
  947. }
  948. .crash-goods {
  949. width: 750rpx;
  950. height: auto;
  951. overflow: hidden;
  952. }
  953. .crash-goods .h {
  954. position: relative;
  955. height: 145.5rpx;
  956. width: 750rpx;
  957. padding: 56.25rpx 0;
  958. background: #fff;
  959. text-align: center;
  960. border-bottom: 1px solid #f4f4f4;
  961. }
  962. .crash-goods .h .line {
  963. display: inline-block;
  964. position: absolute;
  965. top: 72rpx;
  966. left: 0;
  967. z-index: 2;
  968. height: 1px;
  969. margin-left: 225rpx;
  970. width: 300rpx;
  971. background: #ccc;
  972. }
  973. .crash-goods .h .title {
  974. display: inline-block;
  975. position: absolute;
  976. top: 56.125rpx;
  977. left: 0;
  978. z-index: 3;
  979. height: 33rpx;
  980. margin-left: 285rpx;
  981. width: 180rpx;
  982. background: #fff;
  983. }
  984. .crash-goods .b {
  985. width: 750rpx;
  986. height: auto;
  987. overflow: hidden;
  988. }
  989. .crash-goods .b .item {
  990. float: left;
  991. background: #fff;
  992. width: 375rpx;
  993. height: auto;
  994. overflow: hidden;
  995. text-align: center;
  996. padding: 15rpx 31.25rpx;
  997. border-right: 1px solid #f4f4f4;
  998. border-bottom: 1px solid #f4f4f4;
  999. }
  1000. .crash-goods .item .img {
  1001. width: 311.45rpx;
  1002. height: 311.45rpx;
  1003. }
  1004. .crash-goods .item .name {
  1005. display: block;
  1006. width: 311.45rpx;
  1007. height: 35rpx;
  1008. margin: 11.5rpx 0 15rpx 0;
  1009. text-align: center;
  1010. overflow: hidden;
  1011. font-size: 30rpx;
  1012. color: #333;
  1013. }
  1014. .crash-goods .item .goods-do {
  1015. text-align:left;
  1016. }
  1017. .crash-goods .item .goods-do .price {
  1018. /* display: block; */
  1019. /* width: 70.45rpx; */
  1020. /* height: 30rpx; */
  1021. text-align: left;
  1022. font-size: 30rpx;
  1023. color: #b4282d;
  1024. display: inline;
  1025. }
  1026. .crash-goods .item .goods-do .org-price {
  1027. /* display: block; */
  1028. /* width: 70.45rpx; */
  1029. /* height: 23rpx; */
  1030. text-align: left;
  1031. font-size: 30rpx;
  1032. color: #303030;
  1033. display: inline;
  1034. }
  1035. .crash-goods .item .goods-do .add {
  1036. /* width: 93.75rpx; */
  1037. /* height: 100%; */
  1038. text-align: right;
  1039. line-height: 65rpx;
  1040. display: inline;
  1041. }
  1042. .shelves-view {
  1043. position: fixed;
  1044. left: 0;
  1045. bottom: 100rpx;
  1046. z-index: 10;
  1047. width: 100%;
  1048. height: 60rpx;
  1049. display: flex;
  1050. background: #fff;
  1051. }
  1052. .shelves-view .shelves {
  1053. border: 1px solid #7c7b7b;
  1054. background: #7c7b7b;
  1055. float: left;
  1056. height: 60rpx;
  1057. line-height: 60rpx;
  1058. flex: 1;
  1059. text-align: center;
  1060. color: #fff;
  1061. width: 100%;
  1062. }
  1063. .shelves-view .shelves .shelves-text {
  1064. font-size: 28rpx;
  1065. flex: 1;
  1066. text-align: center;
  1067. color: #fff;
  1068. }
  1069. .detail .t {
  1070. width: 687.5rpx;
  1071. height: 104rpx;
  1072. line-height: 104rpx;
  1073. font-size: 38.5rpx;
  1074. margin-left:20rpx;
  1075. }
  1076. .ticket-border{
  1077. border: 1px solid #b4282d;
  1078. border-radius: 10rpx;
  1079. width:auto;
  1080. height:35rpx;
  1081. float:left;
  1082. margin-top:38rpx;
  1083. margin-left:20rpx;
  1084. }
  1085. .ticket-text{
  1086. color: #b4282d;
  1087. text-align: center;
  1088. height:35rpx;
  1089. line-height:35rpx;
  1090. font-size:26rpx;
  1091. }
  1092. .ticket-img-info {
  1093. width: 687.5rpx;
  1094. height: 450rpx;
  1095. overflow: scroll;
  1096. margin-bottom: 41.5rpx;
  1097. }
  1098. .coupon-box {
  1099. background-color: #fff;
  1100. display: flex;
  1101. border-radius: 5px;
  1102. flex-direction: row;
  1103. position: relative;
  1104. }
  1105. .coupon-box .coupon-used {
  1106. position: absolute;
  1107. top: 50%;
  1108. right: 10px;
  1109. margin-top: -7.5vmin;
  1110. height: 15vmin;
  1111. width: 15vmin;
  1112. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2s2AIzXWAAAPHxXo1UI166.png) no-repeat center;
  1113. background-size: contain;
  1114. }
  1115. .coupon-box-g {
  1116. background: linear-gradient(to right, #f0f0f0, #fff);
  1117. }
  1118. .coupon-box1 {
  1119. border: 1px solid #b4282d;
  1120. border-left: none;
  1121. }
  1122. .coupon-box2 {
  1123. border: 1px solid #ccc;
  1124. border-left: none;
  1125. }
  1126. .coupon-bg {
  1127. width: 30%;
  1128. background-position: left;
  1129. background-size: cover;
  1130. color: #fff;
  1131. font-size: 2.0rem;
  1132. display: flex;
  1133. justify-content: center;
  1134. flex-direction: column;
  1135. align-items: center;
  1136. }
  1137. .coupon-bg > view{
  1138. font-size: inherit;
  1139. color: #fff;
  1140. }
  1141. .coupon-bg .coupon-currency {
  1142. font-size: 1rem;
  1143. padding-right: 5px;
  1144. color: #fff;
  1145. }
  1146. .coupon-bg .coupon-type {
  1147. font-size: 0.8rem;
  1148. color: #fff;
  1149. }
  1150. .coupon-bg1 {
  1151. background-image: url(http://120.76.26.84:80/group1/M00/00/28/rBJEdVzmamGARRS8AAJzKZC-vjI880.png);
  1152. }
  1153. .coupon-bg2 {
  1154. background-image: url(http://120.76.26.84:80/group1/M00/00/28/rBJEdVzmazCAFjztAAJzKfmaJd4492.png);
  1155. }
  1156. .coupon-info {
  1157. width: 50%;
  1158. margin-left: 20px;
  1159. }
  1160. .coupon-info .coupon-title {
  1161. font-size: 0.9rem;
  1162. padding: 2px 0 0 0;
  1163. margin-top:12rpx;
  1164. }
  1165. .coupon-info .coupon-desc {
  1166. font-size: 0.9rem;
  1167. color: #9b9b9b;
  1168. list-style: outside;
  1169. padding: 2px 0 2px 0;
  1170. }
  1171. .coupon-info .coupon-desc-shop {
  1172. font-size: 0.9rem;
  1173. color: #9b9b9b;
  1174. list-style: outside;
  1175. padding-bottom:12rpx;
  1176. }
  1177. .coupon-info-use{
  1178. width: 20%;
  1179. background: #b4282d;
  1180. text-align:center;
  1181. }
  1182. .coupon-info-use2{
  1183. width: 20%;
  1184. background: #ccc;
  1185. text-align:center;
  1186. }
  1187. .coupon-desc-use{
  1188. font-size: 30rpx;
  1189. color: white;
  1190. margin-top:50rpx;
  1191. }
  1192. .camp-title{
  1193. color: #b4282d;
  1194. font-size: 28rpx;
  1195. }
  1196. .camp-name{
  1197. float: left;
  1198. font-size: 25rpx;
  1199. color: rgb(82, 81, 81);
  1200. }
  1201. .camp-url{
  1202. float: right;
  1203. font-size: 25rpx;
  1204. color: rgb(151, 150, 150);
  1205. }