goods.wxss 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138
  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. background: #fff;
  521. }
  522. .detail image {
  523. width: 750rpx;
  524. display: block;
  525. }
  526. .common-problem {
  527. width: 750rpx;
  528. height: auto;
  529. overflow: hidden;
  530. }
  531. .common-problem .h {
  532. position: relative;
  533. height: 145.5rpx;
  534. width: 750rpx;
  535. padding: 56.25rpx 0;
  536. background: #fff;
  537. text-align: center;
  538. }
  539. .common-problem .h .line {
  540. display: inline-block;
  541. position: absolute;
  542. top: 72rpx;
  543. left: 0;
  544. z-index: 2;
  545. height: 1px;
  546. margin-left: 225rpx;
  547. width: 300rpx;
  548. background: #ccc;
  549. }
  550. .common-problem .h .title {
  551. display: inline-block;
  552. position: absolute;
  553. top: 56.125rpx;
  554. left: 0;
  555. z-index: 3;
  556. height: 33rpx;
  557. margin-left: 285rpx;
  558. width: 180rpx;
  559. background: #fff;
  560. }
  561. .common-problem .b {
  562. width: 750rpx;
  563. height: auto;
  564. overflow: hidden;
  565. padding: 0rpx 30rpx;
  566. background: #fff;
  567. }
  568. .common-problem .item {
  569. height: auto;
  570. overflow: hidden;
  571. padding-bottom: 25rpx;
  572. }
  573. .common-problem .question-box .spot {
  574. float: left;
  575. display: block;
  576. height: 8rpx;
  577. width: 8rpx;
  578. background: #b4282d;
  579. border-radius: 50%;
  580. margin-top: 11rpx;
  581. }
  582. .common-problem .question-box .question {
  583. float: left;
  584. line-height: 30rpx;
  585. padding-left: 8rpx;
  586. display: block;
  587. font-size: 26rpx;
  588. padding-bottom: 15rpx;
  589. color: #303030;
  590. }
  591. .common-problem .answer {
  592. line-height: 36rpx;
  593. padding-left: 16rpx;
  594. font-size: 26rpx;
  595. color: #787878;
  596. }
  597. .related-goods {
  598. width: 750rpx;
  599. height: auto;
  600. overflow: hidden;
  601. }
  602. .related-goods .h {
  603. position: relative;
  604. height: 145.5rpx;
  605. width: 750rpx;
  606. padding: 56.25rpx 0;
  607. background: #fff;
  608. text-align: center;
  609. border-bottom: 1px solid #f4f4f4;
  610. }
  611. .related-goods .h .line {
  612. display: inline-block;
  613. position: absolute;
  614. top: 72rpx;
  615. left: 0;
  616. z-index: 2;
  617. height: 1px;
  618. margin-left: 225rpx;
  619. width: 300rpx;
  620. background: #ccc;
  621. }
  622. .related-goods .h .title {
  623. display: inline-block;
  624. position: absolute;
  625. top: 56.125rpx;
  626. left: 0;
  627. z-index: 3;
  628. height: 33rpx;
  629. margin-left: 285rpx;
  630. width: 180rpx;
  631. background: #fff;
  632. }
  633. .related-goods .b {
  634. width: 750rpx;
  635. height: auto;
  636. overflow: hidden;
  637. }
  638. .related-goods .b .item {
  639. float: left;
  640. background: #fff;
  641. width: 375rpx;
  642. height: auto;
  643. overflow: hidden;
  644. text-align: center;
  645. padding: 15rpx 31.25rpx;
  646. border-right: 1px solid #f4f4f4;
  647. border-bottom: 1px solid #f4f4f4;
  648. }
  649. .related-goods .item .img {
  650. width: 311.45rpx;
  651. height: 311.45rpx;
  652. background-size:211rpx 211rpx;
  653. }
  654. .related-goods .item .name {
  655. display: block;
  656. width: 311.45rpx;
  657. margin: 11.5rpx 0 15rpx 0;
  658. text-align: center;
  659. font-size: 30rpx;
  660. color: #333;
  661. }
  662. .related-goods .item .price {
  663. width: 311.45rpx;
  664. text-align: center;
  665. font-size: 30rpx;
  666. color: #b4282d;
  667. }
  668. .related-goods .item .price .cart{
  669. margin-left: 20rpx;
  670. width: 35rpx;
  671. height: 35rpx;
  672. vertical-align: -6rpx;
  673. }
  674. .bottom-btn {
  675. position: fixed;
  676. left: 0;
  677. bottom: 0;
  678. z-index: 10;
  679. width: 750rpx;
  680. height: 100rpx;
  681. display: flex;
  682. background: #fff;
  683. }
  684. .bottom-btn .l {
  685. float: left;
  686. height: 100rpx;
  687. width: 122rpx;
  688. border: 1px solid #f4f4f4;
  689. display: flex;
  690. align-items: center;
  691. justify-content: center;
  692. }
  693. .bottom-btn .l.l-home {
  694. border-right: none;
  695. border-left: none;
  696. text-align: center;
  697. }
  698. .bottom-btn .l.l-collect {
  699. border-right: none;
  700. border-left: none;
  701. text-align: center;
  702. }
  703. .bottom-btn .l.l-cart .box {
  704. position: relative;
  705. height: 60rpx;
  706. width: 60rpx;
  707. }
  708. .bottom-btn .l.l-cart .cart-count {
  709. height: 28rpx;
  710. width: 28rpx;
  711. z-index: 10;
  712. position: absolute;
  713. top: 0;
  714. right: 0;
  715. background: #b4282d;
  716. text-align: center;
  717. font-size: 18rpx;
  718. color: #fff;
  719. line-height: 28rpx;
  720. border-radius: 50%;
  721. }
  722. .bottom-btn .l.l-cart .icon {
  723. position: absolute;
  724. top: 10rpx;
  725. left: 0;
  726. }
  727. .bottom-btn .l .icon {
  728. display: block;
  729. height: 44rpx;
  730. width: 44rpx;
  731. }
  732. .bottom-btn .c {
  733. float: left;
  734. height: 100rpx;
  735. line-height: 96rpx;
  736. flex: 1;
  737. text-align: center;
  738. color: #333;
  739. border-top: 1px solid #f4f4f4;
  740. border-bottom: 1px solid #f4f4f4;
  741. }
  742. .bottom-btn .contact {
  743. float: left;
  744. height: 100rpx;
  745. width: 122rpx;
  746. border: 1px solid #f4f4f4;
  747. display: flex;
  748. align-items: center;
  749. justify-content: center;
  750. }
  751. .bottom-btn .r {
  752. border: 1px solid #b4282d;
  753. background: #b4282d;
  754. float: left;
  755. height: 100rpx;
  756. line-height: 96rpx;
  757. flex: 1;
  758. text-align: center;
  759. color: #fff;
  760. }
  761. @import "../../lib/wxParse/wxParse.wxss";
  762. .bottom-btn .r-disable {
  763. border: 1px solid #c57477;
  764. background: #c57477;
  765. float: left;
  766. height: 100rpx;
  767. line-height: 96rpx;
  768. flex: 1;
  769. text-align: center;
  770. color: rgb(248, 206, 206);
  771. }
  772. .attr-pop {
  773. width: 100%;
  774. height: auto;
  775. padding: 31.25rpx;
  776. background: #fff;
  777. position: fixed;
  778. bottom: 100rpx;
  779. z-index: 500;
  780. }
  781. .attr-close{
  782. float: right;
  783. width: 40rpx;
  784. height: 40rpx;
  785. line-height: 40rpx;
  786. border-radius: 50%;
  787. font-size: 40rpx;
  788. text-align: center;
  789. overflow: hidden;
  790. }
  791. .attr-pop .img-info {
  792. width: 687.5rpx;
  793. height: 177rpx;
  794. overflow: hidden;
  795. margin-bottom: 41.5rpx;
  796. }
  797. .attr-pop .img {
  798. float: left;
  799. height: 177rpx;
  800. width: 177rpx;
  801. background: #f4f4f4;
  802. margin-right: 31.25rpx;
  803. }
  804. .attr-pop .info {
  805. float: left;
  806. height: 177rpx;
  807. display: flex;
  808. align-items: center;
  809. }
  810. .attr-pop .p {
  811. font-size: 33rpx;
  812. color: #333;
  813. height: 33rpx;
  814. line-height: 33rpx;
  815. margin-bottom: 10rpx;
  816. }
  817. .attr-pop .a {
  818. font-size: 29rpx;
  819. color: #333;
  820. height: 40rpx;
  821. line-height: 40rpx;
  822. width: 260px;
  823. display:block;
  824. word-break: break-all;
  825. word-wrap: break-word;
  826. }
  827. .spec-con {
  828. width: 100%;
  829. height: auto;
  830. overflow: hidden;
  831. }
  832. .spec-con .name {
  833. height: 32rpx;
  834. margin-bottom: 22rpx;
  835. font-size: 29rpx;
  836. color: #333;
  837. }
  838. .spec-con .values {
  839. height: auto;
  840. margin-bottom: 31.25rpx;
  841. font-size: 0;
  842. }
  843. .spec-con .value {
  844. display: inline-block;
  845. height: 62rpx;
  846. padding: 0 35rpx;
  847. line-height: 56rpx;
  848. text-align: center;
  849. margin-right: 25rpx;
  850. margin-bottom: 16.5rpx;
  851. border: 1px solid #333;
  852. font-size: 25rpx;
  853. color: #333;
  854. }
  855. .spec-con .value.disable {
  856. border: 1px solid #ccc;
  857. color: #ccc;
  858. }
  859. .spec-con .value.selected {
  860. border: 1px solid #b4282d;
  861. color: #b4282d;
  862. }
  863. .number-item .selnum {
  864. width: 322rpx;
  865. height: 71rpx;
  866. border: 1px solid #ccc;
  867. display: flex;
  868. }
  869. .number-item .cut {
  870. width: 93.75rpx;
  871. height: 100%;
  872. text-align: center;
  873. line-height: 65rpx;
  874. }
  875. .number-item .number {
  876. flex: 1;
  877. height: 100%;
  878. text-align: center;
  879. line-height: 68.75rpx;
  880. border-left: 1px solid #ccc;
  881. border-right: 1px solid #ccc;
  882. float: left;
  883. }
  884. .number-item .add {
  885. width: 93.75rpx;
  886. height: 100%;
  887. text-align: center;
  888. line-height: 65rpx;
  889. }
  890. .number-item .addEnabel {
  891. width: 93.75rpx;
  892. height: 100%;
  893. text-align: center;
  894. line-height: 65rpx;
  895. color: #ccc;
  896. }
  897. .line-through {
  898. text-decoration: line-through;
  899. }
  900. .crash-goods {
  901. width: 750rpx;
  902. height: auto;
  903. overflow: hidden;
  904. }
  905. .crash-goods .h {
  906. position: relative;
  907. height: 145.5rpx;
  908. width: 750rpx;
  909. padding: 56.25rpx 0;
  910. background: #fff;
  911. text-align: center;
  912. border-bottom: 1px solid #f4f4f4;
  913. }
  914. .crash-goods .h .line {
  915. display: inline-block;
  916. position: absolute;
  917. top: 72rpx;
  918. left: 0;
  919. z-index: 2;
  920. height: 1px;
  921. margin-left: 225rpx;
  922. width: 300rpx;
  923. background: #ccc;
  924. }
  925. .crash-goods .h .title {
  926. display: inline-block;
  927. position: absolute;
  928. top: 56.125rpx;
  929. left: 0;
  930. z-index: 3;
  931. height: 33rpx;
  932. margin-left: 285rpx;
  933. width: 180rpx;
  934. background: #fff;
  935. }
  936. .crash-goods .b {
  937. width: 750rpx;
  938. height: auto;
  939. overflow: hidden;
  940. }
  941. .crash-goods .b .item {
  942. float: left;
  943. background: #fff;
  944. width: 375rpx;
  945. height: auto;
  946. overflow: hidden;
  947. text-align: center;
  948. padding: 15rpx 31.25rpx;
  949. border-right: 1px solid #f4f4f4;
  950. border-bottom: 1px solid #f4f4f4;
  951. }
  952. .crash-goods .item .img {
  953. width: 311.45rpx;
  954. height: 311.45rpx;
  955. }
  956. .crash-goods .item .name {
  957. display: block;
  958. width: 311.45rpx;
  959. height: 35rpx;
  960. margin: 11.5rpx 0 15rpx 0;
  961. text-align: center;
  962. overflow: hidden;
  963. font-size: 30rpx;
  964. color: #333;
  965. }
  966. .crash-goods .item .goods-do {
  967. text-align:left;
  968. }
  969. .crash-goods .item .goods-do .price {
  970. /* display: block; */
  971. /* width: 70.45rpx; */
  972. /* height: 30rpx; */
  973. text-align: left;
  974. font-size: 30rpx;
  975. color: #b4282d;
  976. display: inline;
  977. }
  978. .crash-goods .item .goods-do .org-price {
  979. /* display: block; */
  980. /* width: 70.45rpx; */
  981. /* height: 23rpx; */
  982. text-align: left;
  983. font-size: 30rpx;
  984. color: #303030;
  985. display: inline;
  986. }
  987. .crash-goods .item .goods-do .add {
  988. /* width: 93.75rpx; */
  989. /* height: 100%; */
  990. text-align: right;
  991. line-height: 65rpx;
  992. display: inline;
  993. }
  994. .shelves-view {
  995. position: fixed;
  996. left: 0;
  997. bottom: 100rpx;
  998. z-index: 10;
  999. width: 100%;
  1000. height: 60rpx;
  1001. display: flex;
  1002. background: #fff;
  1003. }
  1004. .shelves-view .shelves {
  1005. border: 1px solid #7c7b7b;
  1006. background: #7c7b7b;
  1007. float: left;
  1008. height: 60rpx;
  1009. line-height: 60rpx;
  1010. flex: 1;
  1011. text-align: center;
  1012. color: #fff;
  1013. width: 100%;
  1014. }
  1015. .shelves-view .shelves .shelves-text {
  1016. font-size: 28rpx;
  1017. flex: 1;
  1018. text-align: center;
  1019. color: #fff;
  1020. }
  1021. .detail .t {
  1022. width: 687.5rpx;
  1023. height: 104rpx;
  1024. line-height: 104rpx;
  1025. font-size: 38.5rpx;
  1026. }