1
0

goods.wxss 19 KB

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