goods.wxss 22 KB

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