goods.wxss 18 KB

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