goods.wxss 19 KB

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