goods.wxss 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349
  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. margin-left: 16rpx;
  306. }
  307. .goods-info .brand {
  308. margin-top: 23rpx;
  309. min-height: 40rpx;
  310. text-align: center;
  311. }
  312. .goods-info .brand text {
  313. display: inline-block;
  314. width: auto;
  315. padding: 2px 30rpx 2px 10.5rpx;
  316. line-height: 35.5rpx;
  317. border: 1px solid #f48f18;
  318. font-size: 25rpx;
  319. color: #f48f18;
  320. border-radius: 4px;
  321. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr28mAes5qAAABHjRl7xw575.png) 95% center no-repeat;
  322. background-size: 10.75rpx 18.75rpx;
  323. }
  324. .section-nav {
  325. width: 750rpx;
  326. height: 108rpx;
  327. background: #fff;
  328. margin-bottom: 20rpx;
  329. }
  330. .section-nav .t {
  331. float: left;
  332. width: 600rpx;
  333. height: 108rpx;
  334. line-height: 108rpx;
  335. font-size: 29rpx;
  336. color: #333;
  337. margin-left: 31.25rpx;
  338. }
  339. .section-nav .i {
  340. float: right;
  341. width: 52rpx;
  342. height: 52rpx;
  343. margin-right: 16rpx;
  344. margin-top: 28rpx;
  345. }
  346. .section-act .t {
  347. float: left;
  348. display: flex;
  349. align-items: center;
  350. width: 600rpx;
  351. height: 108rpx;
  352. overflow: hidden;
  353. line-height: 108rpx;
  354. font-size: 29rpx;
  355. color: #999;
  356. margin-left: 31.25rpx;
  357. }
  358. .section-act .label {
  359. color: #999;
  360. }
  361. .section-act .tag {
  362. display: flex;
  363. align-items: center;
  364. padding: 0 10rpx;
  365. border-radius: 3px;
  366. height: 37rpx;
  367. width: auto;
  368. color: #f48f18;
  369. overflow: hidden;
  370. border: 1px solid #f48f18;
  371. font-size: 25rpx;
  372. margin: 0 10rpx;
  373. }
  374. .section-act .text {
  375. display: flex;
  376. align-items: center;
  377. height: 37rpx;
  378. width: auto;
  379. overflow: hidden;
  380. color: #f48f18;
  381. font-size: 29rpx;
  382. }
  383. .comments {
  384. width: 100%;
  385. height: auto;
  386. padding-left: 30rpx;
  387. background: #fff;
  388. margin: 20rpx 0;
  389. }
  390. .comments .h {
  391. height: 102.5rpx;
  392. line-height: 100.5rpx;
  393. width: 718.75rpx;
  394. padding-right: 16rpx;
  395. border-bottom: 1px solid #d9d9d9;
  396. }
  397. .comments .h .t {
  398. display: block;
  399. float: left;
  400. width: 50%;
  401. font-size: 38.5rpx;
  402. color: #333;
  403. }
  404. .comments .h .i {
  405. display: block;
  406. float: right;
  407. width: 164rpx;
  408. height: 100.5rpx;
  409. line-height: 100.5rpx;
  410. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2_OAO7zoAAABG9E7g8o485.png) right center no-repeat;
  411. background-size: 52rpx;
  412. }
  413. .comments .b {
  414. height: auto;
  415. width: 720rpx;
  416. }
  417. .comments .item {
  418. height: auto;
  419. width: 720rpx;
  420. overflow: hidden;
  421. }
  422. .comments .info {
  423. height: 127rpx;
  424. width: 100%;
  425. padding: 33rpx 0 27rpx 0;
  426. }
  427. .comments .user {
  428. float: left;
  429. width: auto;
  430. height: 67rpx;
  431. line-height: 67rpx;
  432. font-size: 0;
  433. }
  434. .comments .user image {
  435. float: left;
  436. width: 67rpx;
  437. height: 67rpx;
  438. margin-right: 17rpx;
  439. border-radius: 50%;
  440. }
  441. .comments .user text {
  442. display: inline-block;
  443. width: auto;
  444. height: 66rpx;
  445. overflow: hidden;
  446. font-size: 29rpx;
  447. line-height: 66rpx;
  448. }
  449. .comments .time {
  450. display: block;
  451. float: right;
  452. width: auto;
  453. height: 67rpx;
  454. line-height: 67rpx;
  455. color: #7f7f7f;
  456. font-size: 25rpx;
  457. margin-right: 30rpx;
  458. }
  459. .comments .content {
  460. width: 720rpx;
  461. padding-right: 30rpx;
  462. line-height: 45.8rpx;
  463. font-size: 29rpx;
  464. margin-bottom: 24rpx;
  465. }
  466. .comments .imgs {
  467. width: 720rpx;
  468. height: auto;
  469. margin-bottom: 25rpx;
  470. }
  471. .comments .imgs .img {
  472. height: 150rpx;
  473. width: 150rpx;
  474. margin-right: 28rpx;
  475. }
  476. .comments .spec {
  477. width: 720rpx;
  478. padding-right: 30rpx;
  479. line-height: 30rpx;
  480. font-size: 24rpx;
  481. color: #999;
  482. margin-bottom: 30rpx;
  483. }
  484. .goods-attr {
  485. width: 750rpx;
  486. height: auto;
  487. overflow: hidden;
  488. padding: 0 31.25rpx 25rpx 31.25rpx;
  489. background: #fff;
  490. }
  491. .goods-attr .t {
  492. width: 687.5rpx;
  493. height: 104rpx;
  494. line-height: 104rpx;
  495. font-size: 38.5rpx;
  496. }
  497. .goods-attr .item {
  498. width: 687.5rpx;
  499. height: 68rpx;
  500. padding: 11rpx 20rpx;
  501. margin-bottom: 11rpx;
  502. background: #f7f7f7;
  503. font-size: 38.5rpx;
  504. }
  505. .goods-attr .left {
  506. float: left;
  507. font-size: 25rpx;
  508. width: 134rpx;
  509. height: 45rpx;
  510. line-height: 45rpx;
  511. overflow: hidden;
  512. color: #999;
  513. }
  514. .goods-attr .right {
  515. float: left;
  516. font-size: 26rpx;
  517. margin-left: 20rpx;
  518. width: 480rpx;
  519. height: 45rpx;
  520. line-height: 45rpx;
  521. overflow: hidden;
  522. color: #333;
  523. }
  524. .detail {
  525. width: 750rpx;
  526. height: auto;
  527. overflow: hidden;
  528. /* padding: 0 31.25rpx 25rpx 31.25rpx; */
  529. padding: 0 3rpx 2rpx 3rpx;
  530. background: #fff;
  531. }
  532. .detail image {
  533. width: 750rpx;
  534. display: block;
  535. }
  536. .common-problem {
  537. width: 750rpx;
  538. height: auto;
  539. overflow: hidden;
  540. }
  541. .common-problem .h {
  542. position: relative;
  543. height: 145.5rpx;
  544. width: 750rpx;
  545. padding: 56.25rpx 0;
  546. background: #fff;
  547. text-align: center;
  548. }
  549. .common-problem .h .line {
  550. display: inline-block;
  551. position: absolute;
  552. top: 72rpx;
  553. left: 0;
  554. z-index: 2;
  555. height: 1px;
  556. margin-left: 225rpx;
  557. width: 300rpx;
  558. background: #ccc;
  559. }
  560. .common-problem .h .title {
  561. display: inline-block;
  562. position: absolute;
  563. top: 56.125rpx;
  564. left: 0;
  565. z-index: 3;
  566. height: 33rpx;
  567. margin-left: 285rpx;
  568. width: 180rpx;
  569. background: #fff;
  570. }
  571. .common-problem .b {
  572. width: 750rpx;
  573. height: auto;
  574. overflow: hidden;
  575. padding: 0rpx 30rpx;
  576. background: #fff;
  577. }
  578. .common-problem .item {
  579. height: auto;
  580. overflow: hidden;
  581. padding-bottom: 25rpx;
  582. }
  583. .common-problem .question-box .spot {
  584. float: left;
  585. display: block;
  586. height: 8rpx;
  587. width: 8rpx;
  588. background: #b4282d;
  589. border-radius: 50%;
  590. margin-top: 11rpx;
  591. }
  592. .common-problem .question-box .question {
  593. float: left;
  594. line-height: 30rpx;
  595. padding-left: 8rpx;
  596. display: block;
  597. font-size: 26rpx;
  598. padding-bottom: 15rpx;
  599. color: #303030;
  600. }
  601. .common-problem .answer {
  602. line-height: 36rpx;
  603. padding-left: 16rpx;
  604. font-size: 26rpx;
  605. color: #787878;
  606. }
  607. .related-goods {
  608. width: 750rpx;
  609. height: auto;
  610. overflow: hidden;
  611. }
  612. .related-goods .h {
  613. position: relative;
  614. height: 145.5rpx;
  615. width: 750rpx;
  616. padding: 56.25rpx 0;
  617. background: #fff;
  618. text-align: center;
  619. border-bottom: 1px solid #f4f4f4;
  620. }
  621. .related-goods .h .line {
  622. display: inline-block;
  623. position: absolute;
  624. top: 72rpx;
  625. left: 0;
  626. z-index: 2;
  627. height: 1px;
  628. margin-left: 225rpx;
  629. width: 300rpx;
  630. background: #ccc;
  631. }
  632. .related-goods .h .title {
  633. display: inline-block;
  634. position: absolute;
  635. top: 56.125rpx;
  636. left: 0;
  637. z-index: 3;
  638. height: 33rpx;
  639. margin-left: 285rpx;
  640. width: 180rpx;
  641. background: #fff;
  642. }
  643. .related-goods .b {
  644. width: 750rpx;
  645. height: auto;
  646. overflow: hidden;
  647. }
  648. .related-goods .b .item {
  649. float: left;
  650. background: #fff;
  651. width: 375rpx;
  652. height: auto;
  653. overflow: hidden;
  654. text-align: center;
  655. padding: 15rpx 31.25rpx;
  656. border-right: 1px solid #f4f4f4;
  657. border-bottom: 1px solid #f4f4f4;
  658. }
  659. .related-goods .item .img {
  660. width: 311.45rpx;
  661. height: 311.45rpx;
  662. background-size:211rpx 211rpx;
  663. }
  664. .related-goods .item .name {
  665. display: block;
  666. width: 311.45rpx;
  667. margin: 11.5rpx 0 15rpx 0;
  668. text-align: center;
  669. font-size: 30rpx;
  670. color: #333;
  671. }
  672. .related-goods .item .price {
  673. width: 311.45rpx;
  674. text-align: center;
  675. font-size: 30rpx;
  676. color: #b4282d;
  677. }
  678. .related-goods .item .price .cart{
  679. margin-left: 20rpx;
  680. width: 35rpx;
  681. height: 35rpx;
  682. vertical-align: -6rpx;
  683. }
  684. .bottom-btn {
  685. position: fixed;
  686. left: 0;
  687. bottom: 0;
  688. z-index: 10;
  689. width: 750rpx;
  690. height: 100rpx;
  691. display: flex;
  692. background: #fff;
  693. }
  694. .bottom-btn .l {
  695. float: left;
  696. height: 100rpx;
  697. width: 122rpx;
  698. border: 1px solid #f4f4f4;
  699. display: flex;
  700. align-items: center;
  701. justify-content: center;
  702. }
  703. .bottom-btn .l.l-home {
  704. border-right: none;
  705. border-left: none;
  706. text-align: center;
  707. }
  708. .bottom-btn .l.l-collect {
  709. border-right: none;
  710. border-left: none;
  711. text-align: center;
  712. }
  713. .bottom-btn .l.l-cart .box {
  714. position: relative;
  715. height: 60rpx;
  716. width: 60rpx;
  717. }
  718. .bottom-btn .l.l-cart .cart-count {
  719. height: 28rpx;
  720. width: 28rpx;
  721. z-index: 10;
  722. position: absolute;
  723. top: 0;
  724. right: 0;
  725. background: #b4282d;
  726. text-align: center;
  727. font-size: 18rpx;
  728. color: #fff;
  729. line-height: 28rpx;
  730. border-radius: 50%;
  731. }
  732. .bottom-btn .l.l-cart .icon {
  733. position: absolute;
  734. top: 10rpx;
  735. left: 0;
  736. }
  737. .bottom-btn .l .icon {
  738. display: block;
  739. height: 44rpx;
  740. width: 44rpx;
  741. }
  742. .bottom-btn .c {
  743. float: left;
  744. height: 100rpx;
  745. line-height: 96rpx;
  746. flex: 1;
  747. text-align: center;
  748. color: #333;
  749. border-top: 1px solid #f4f4f4;
  750. border-bottom: 1px solid #f4f4f4;
  751. }
  752. .bottom-btn .contact {
  753. float: left;
  754. height: 100rpx;
  755. width: 122rpx;
  756. border: 1px solid #f4f4f4;
  757. display: flex;
  758. align-items: center;
  759. justify-content: center;
  760. }
  761. .bottom-btn .r {
  762. border: 1px solid #eb6064;
  763. background: #eb6064;
  764. float: left;
  765. height: 100rpx;
  766. line-height: 96rpx;
  767. flex: 1;
  768. text-align: center;
  769. color: #fff;
  770. }
  771. @import "../../lib/wxParse/wxParse.wxss";
  772. .bottom-btn .r-disable {
  773. border: 1px solid #c57477;
  774. background: #c57477;
  775. float: left;
  776. height: 100rpx;
  777. line-height: 96rpx;
  778. flex: 1;
  779. text-align: center;
  780. color: rgb(248, 206, 206);
  781. }
  782. .bottom-btn .r2 {
  783. border: 1px solid #b4282d;
  784. background: #b4282d;
  785. float: left;
  786. height: 100rpx;
  787. line-height: 96rpx;
  788. flex: 1;
  789. text-align: center;
  790. color: #fff;
  791. }
  792. .bottom-btn .r-disable2 {
  793. border: 1px solid #c57477;
  794. background: #c57477;
  795. float: left;
  796. height: 100rpx;
  797. line-height: 96rpx;
  798. flex: 1;
  799. text-align: center;
  800. color: rgb(248, 206, 206);
  801. }
  802. .attr-pop {
  803. width: 100%;
  804. height: auto;
  805. padding: 31.25rpx;
  806. background: #fff;
  807. position: fixed;
  808. bottom: 100rpx;
  809. z-index: 500;
  810. }
  811. .attr-pop2 {
  812. width: 100%;
  813. height: auto;
  814. padding: 31.25rpx;
  815. background: #fff;
  816. position: fixed;
  817. bottom: 1rpx;
  818. z-index: 500;
  819. }
  820. .attr-close{
  821. float: right;
  822. width: 40rpx;
  823. height: 40rpx;
  824. line-height: 40rpx;
  825. border-radius: 50%;
  826. font-size: 40rpx;
  827. text-align: center;
  828. overflow: hidden;
  829. }
  830. .attr-title{
  831. float: left;
  832. height: 40rpx;
  833. line-height: 40rpx;
  834. font-size: 35rpx;
  835. text-align: center;
  836. overflow: hidden;
  837. font-weight:bold;
  838. }
  839. .attr-pop .img-info {
  840. width: 687.5rpx;
  841. height: 177rpx;
  842. overflow: hidden;
  843. margin-bottom: 41.5rpx;
  844. }
  845. .attr-pop .img {
  846. float: left;
  847. height: 177rpx;
  848. width: 177rpx;
  849. background: #f4f4f4;
  850. margin-right: 31.25rpx;
  851. }
  852. .attr-pop .info {
  853. /* float: left; */
  854. height: 177rpx;
  855. display: flex;
  856. align-items: center;
  857. }
  858. .attr-pop .p {
  859. font-size: 33rpx;
  860. color: #333;
  861. height: 33rpx;
  862. line-height: 33rpx;
  863. margin-bottom: 10rpx;
  864. }
  865. .attr-pop .a {
  866. font-size: 29rpx;
  867. color: #333;
  868. height: 40rpx;
  869. line-height: 40rpx;
  870. width: 260px;
  871. display:block;
  872. word-break: break-all;
  873. word-wrap: break-word;
  874. }
  875. .spec-con {
  876. width: 100%;
  877. height: auto;
  878. overflow: hidden;
  879. }
  880. .spec-con .name {
  881. height: 32rpx;
  882. margin-bottom: 22rpx;
  883. font-size: 29rpx;
  884. color: #333;
  885. }
  886. .spec-con .values {
  887. height: auto;
  888. margin-bottom: 31.25rpx;
  889. font-size: 0;
  890. }
  891. .spec-con .value {
  892. display: inline-block;
  893. height: 62rpx;
  894. padding: 0 35rpx;
  895. line-height: 56rpx;
  896. text-align: center;
  897. margin-right: 25rpx;
  898. margin-bottom: 16.5rpx;
  899. border: 1px solid #333;
  900. font-size: 25rpx;
  901. color: #333;
  902. }
  903. .spec-con .value.disable {
  904. border: 1px solid #ccc;
  905. color: #ccc;
  906. }
  907. .spec-con .value.selected {
  908. border: 1px solid #b4282d;
  909. color: #b4282d;
  910. }
  911. .number-item .selnum {
  912. width: 322rpx;
  913. height: 71rpx;
  914. border: 1px solid #ccc;
  915. display: flex;
  916. }
  917. .number-item .cut {
  918. width: 93.75rpx;
  919. height: 100%;
  920. text-align: center;
  921. line-height: 65rpx;
  922. }
  923. .number-item .number {
  924. flex: 1;
  925. height: 100%;
  926. text-align: center;
  927. line-height: 68.75rpx;
  928. border-left: 1px solid #ccc;
  929. border-right: 1px solid #ccc;
  930. float: left;
  931. }
  932. .number-item .add {
  933. width: 93.75rpx;
  934. height: 100%;
  935. text-align: center;
  936. line-height: 65rpx;
  937. }
  938. .number-item .addEnabel {
  939. width: 93.75rpx;
  940. height: 100%;
  941. text-align: center;
  942. line-height: 65rpx;
  943. color: #ccc;
  944. }
  945. .line-through {
  946. text-decoration: line-through;
  947. }
  948. .crash-goods {
  949. width: 750rpx;
  950. height: auto;
  951. overflow: hidden;
  952. }
  953. .crash-goods .h {
  954. position: relative;
  955. height: 145.5rpx;
  956. width: 750rpx;
  957. padding: 56.25rpx 0;
  958. background: #fff;
  959. text-align: center;
  960. border-bottom: 1px solid #f4f4f4;
  961. }
  962. .crash-goods .h .line {
  963. display: inline-block;
  964. position: absolute;
  965. top: 72rpx;
  966. left: 0;
  967. z-index: 2;
  968. height: 1px;
  969. margin-left: 225rpx;
  970. width: 300rpx;
  971. background: #ccc;
  972. }
  973. .crash-goods .h .title {
  974. display: inline-block;
  975. position: absolute;
  976. top: 56.125rpx;
  977. left: 0;
  978. z-index: 3;
  979. height: 33rpx;
  980. margin-left: 285rpx;
  981. width: 180rpx;
  982. background: #fff;
  983. }
  984. .crash-goods .b {
  985. width: 750rpx;
  986. height: auto;
  987. overflow: hidden;
  988. }
  989. .crash-goods .b .item {
  990. float: left;
  991. background: #fff;
  992. width: 375rpx;
  993. height: auto;
  994. overflow: hidden;
  995. text-align: center;
  996. padding: 15rpx 31.25rpx;
  997. border-right: 1px solid #f4f4f4;
  998. border-bottom: 1px solid #f4f4f4;
  999. }
  1000. .crash-goods .item .img {
  1001. width: 311.45rpx;
  1002. height: 311.45rpx;
  1003. }
  1004. .crash-goods .item .name {
  1005. display: block;
  1006. width: 311.45rpx;
  1007. height: 35rpx;
  1008. margin: 11.5rpx 0 15rpx 0;
  1009. text-align: center;
  1010. overflow: hidden;
  1011. font-size: 30rpx;
  1012. color: #333;
  1013. }
  1014. .crash-goods .item .goods-do {
  1015. text-align:left;
  1016. }
  1017. .crash-goods .item .goods-do .price {
  1018. /* display: block; */
  1019. /* width: 70.45rpx; */
  1020. /* height: 30rpx; */
  1021. text-align: left;
  1022. font-size: 30rpx;
  1023. color: #b4282d;
  1024. display: inline;
  1025. }
  1026. .crash-goods .item .goods-do .org-price {
  1027. /* display: block; */
  1028. /* width: 70.45rpx; */
  1029. /* height: 23rpx; */
  1030. text-align: left;
  1031. font-size: 30rpx;
  1032. color: #303030;
  1033. display: inline;
  1034. }
  1035. .crash-goods .item .goods-do .add {
  1036. /* width: 93.75rpx; */
  1037. /* height: 100%; */
  1038. text-align: right;
  1039. line-height: 65rpx;
  1040. display: inline;
  1041. }
  1042. .shelves-view {
  1043. position: fixed;
  1044. left: 0;
  1045. bottom: 100rpx;
  1046. z-index: 10;
  1047. width: 100%;
  1048. height: 60rpx;
  1049. display: flex;
  1050. background: #fff;
  1051. }
  1052. .shelves-view .shelves {
  1053. border: 1px solid #7c7b7b;
  1054. background: #7c7b7b;
  1055. float: left;
  1056. height: 60rpx;
  1057. line-height: 60rpx;
  1058. flex: 1;
  1059. text-align: center;
  1060. color: #fff;
  1061. width: 100%;
  1062. }
  1063. .shelves-view .shelves .shelves-text {
  1064. font-size: 28rpx;
  1065. flex: 1;
  1066. text-align: center;
  1067. color: #fff;
  1068. }
  1069. .shelves-view .shelves2 {
  1070. border: 1px solid #d8b676;
  1071. background: #dab97c;
  1072. float: left;
  1073. height: 60rpx;
  1074. line-height: 60rpx;
  1075. flex: 1;
  1076. text-align: center;
  1077. color: rgb(248, 238, 206);
  1078. width: 100%;
  1079. }
  1080. .shelves-view .shelves2 .shelves-text {
  1081. font-size: 28rpx;
  1082. flex: 1;
  1083. text-align: center;
  1084. color: rgb(248, 238, 206);
  1085. }
  1086. .detail .t {
  1087. width: 687.5rpx;
  1088. height: 104rpx;
  1089. line-height: 104rpx;
  1090. font-size: 38.5rpx;
  1091. margin-left:20rpx;
  1092. }
  1093. .ticket-border{
  1094. border: 1px solid #b4282d;
  1095. border-radius: 10rpx;
  1096. width:auto;
  1097. height:35rpx;
  1098. float:left;
  1099. margin-top:38rpx;
  1100. margin-left:20rpx;
  1101. }
  1102. .ticket-text{
  1103. color: #b4282d;
  1104. text-align: center;
  1105. height:35rpx;
  1106. line-height:35rpx;
  1107. font-size:26rpx;
  1108. }
  1109. .ticket-img-info {
  1110. width: 687.5rpx;
  1111. height: 450rpx;
  1112. overflow: scroll;
  1113. margin-bottom: 41.5rpx;
  1114. }
  1115. .coupon-box {
  1116. background-color: #fff;
  1117. display: flex;
  1118. border-radius: 5px;
  1119. flex-direction: row;
  1120. position: relative;
  1121. }
  1122. .coupon-box .coupon-used {
  1123. position: absolute;
  1124. top: 50%;
  1125. right: 10px;
  1126. margin-top: -7.5vmin;
  1127. height: 15vmin;
  1128. width: 15vmin;
  1129. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2s2AIzXWAAAPHxXo1UI166.png) no-repeat center;
  1130. background-size: contain;
  1131. }
  1132. .coupon-box-g {
  1133. background: linear-gradient(to right, #f0f0f0, #fff);
  1134. }
  1135. .coupon-box1 {
  1136. border: 1px solid #b4282d;
  1137. border-left: none;
  1138. }
  1139. .coupon-box2 {
  1140. border: 1px solid #ccc;
  1141. border-left: none;
  1142. }
  1143. .coupon-bg {
  1144. width: 30%;
  1145. background-position: left;
  1146. background-size: cover;
  1147. color: #fff;
  1148. font-size: 2.0rem;
  1149. display: flex;
  1150. justify-content: center;
  1151. flex-direction: column;
  1152. align-items: center;
  1153. }
  1154. .coupon-bg > view{
  1155. font-size: inherit;
  1156. color: #fff;
  1157. }
  1158. .coupon-bg .coupon-currency {
  1159. font-size: 1rem;
  1160. padding-right: 5px;
  1161. color: #fff;
  1162. }
  1163. .coupon-bg .coupon-type {
  1164. font-size: 0.8rem;
  1165. color: #fff;
  1166. }
  1167. .coupon-bg1 {
  1168. background-image: url(http://120.76.26.84:80/group1/M00/00/28/rBJEdVzmamGARRS8AAJzKZC-vjI880.png);
  1169. }
  1170. .coupon-bg2 {
  1171. background-image: url(http://120.76.26.84:80/group1/M00/00/28/rBJEdVzmazCAFjztAAJzKfmaJd4492.png);
  1172. }
  1173. .coupon-info {
  1174. width: 50%;
  1175. margin-left: 20px;
  1176. }
  1177. .coupon-info .coupon-title {
  1178. font-size: 0.9rem;
  1179. padding: 2px 0 0 0;
  1180. margin-top:12rpx;
  1181. }
  1182. .coupon-info .coupon-desc {
  1183. font-size: 0.9rem;
  1184. color: #9b9b9b;
  1185. list-style: outside;
  1186. padding: 2px 0 2px 0;
  1187. }
  1188. .coupon-info .coupon-desc-shop {
  1189. font-size: 0.9rem;
  1190. color: #9b9b9b;
  1191. list-style: outside;
  1192. padding-bottom:12rpx;
  1193. }
  1194. .coupon-info-use{
  1195. width: 20%;
  1196. background: #b4282d;
  1197. text-align:center;
  1198. }
  1199. .coupon-info-use2{
  1200. width: 20%;
  1201. background: #ccc;
  1202. text-align:center;
  1203. }
  1204. .coupon-desc-use{
  1205. font-size: 30rpx;
  1206. color: white;
  1207. margin-top:50rpx;
  1208. }
  1209. .camp-title{
  1210. color: #b4282d;
  1211. font-size: 28rpx;
  1212. }
  1213. .camp-name{
  1214. float: left;
  1215. font-size: 25rpx;
  1216. color: rgb(82, 81, 81);
  1217. }
  1218. .camp-url{
  1219. float: right;
  1220. font-size: 25rpx;
  1221. color: rgb(151, 150, 150);
  1222. }