groupDetail.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764
  1. .container {
  2. margin-bottom: 100rpx;
  3. box-sizing:border-box;
  4. background-color:#f4f4f4;
  5. font-family:PingFangSC-Light, helvetica, 'Heiti SC'
  6. }
  7. .goodsimgs {
  8. width: 750rpx;
  9. height: 750rpx;
  10. }
  11. .goodsimgs image {
  12. width: 100%;
  13. height: 100%;
  14. }
  15. .service-policy {
  16. width: 100%;
  17. height: 73rpx;
  18. background: #f4f4f4;
  19. padding: 0 31.25rpx;
  20. display: flex;
  21. flex-flow: row nowrap;
  22. align-items: center;
  23. justify-content: space-between;
  24. }
  25. .service-policy .item {
  26. background: url(http://image.meiping123.com/upload/20180104/104908434dcd64.png) 0 center no-repeat;
  27. background-size: 10rpx;
  28. padding-left: 15rpx;
  29. display: flex;
  30. align-items: center;
  31. font-size: 25rpx;
  32. color: #666;
  33. }
  34. .group-panel{
  35. height: 100rpx;
  36. background: linear-gradient(to right, #FFAC2C, #FFCD5A);
  37. display: flex;
  38. }
  39. .group-panel .group-title{
  40. width: 180rpx;
  41. color: #fff;
  42. font-size: 50rpx;
  43. padding: 0 30rpx;
  44. line-height: 100rpx;
  45. text-align: center;
  46. font-family: YouYuan;
  47. font-weight: bold;
  48. }
  49. .group-panel .group-desc{
  50. width: 240rpx;
  51. color: #fff;
  52. font-size: 25rpx;
  53. line-height: 150rpx;
  54. overflow: hidden;
  55. }
  56. .group-panel .group-deadline{
  57. flex: 1;
  58. display: flex;
  59. flex-direction: column;
  60. justify-content: center;
  61. }
  62. .group-panel .group-deadline .desc{
  63. text-align: center;
  64. color: red;
  65. font-size: 25rpx;
  66. padding-bottom: 10rpx;
  67. }
  68. .group-panel .group-deadline .info{
  69. text-align: center;
  70. display: flex;
  71. align-items: center;
  72. }
  73. .group-panel .group-deadline .time-tag{
  74. display: inline-block;
  75. min-width: 40rpx;
  76. height: 40rpx;
  77. color: #fff;
  78. text-align: center;
  79. line-height: 40rpx;
  80. border-radius: 2px;
  81. background-color: #000;
  82. margin: 0 5rpx;
  83. padding: 0 5rpx;
  84. }
  85. .goods-info {
  86. width: 100%;
  87. background: #fff;
  88. }
  89. .goods-info .c {
  90. display: block;
  91. width: 100%;
  92. /* height: 100%; */
  93. padding: 38rpx 31.25rpx 38rpx 0;
  94. border-bottom: 1px solid #f4f4f4;
  95. }
  96. .goods-info .c text {
  97. display: block;
  98. /* width: 687.5rpx; */
  99. text-align: center;
  100. }
  101. .goods-info .name {
  102. height: 41rpx;
  103. margin: 40rpx 0 5.208rpx 0;
  104. font-size: 41rpx;
  105. line-height: 41rpx;
  106. }
  107. .goods-info .desc {
  108. height: 43rpx;
  109. font-size: 24rpx;
  110. line-height: 36rpx;
  111. color: #999;
  112. }
  113. .goods-info .goods-do {
  114. display: flex;
  115. }
  116. .goods-info .goods-do .price {
  117. font-size: 55rpx;
  118. color: #b4282d;
  119. width: 180rpx;
  120. text-align: center;
  121. }
  122. .goods-info .goods-do .group-desc{
  123. flex: 1;
  124. }
  125. .goods-info .goods-do .org-price{
  126. font-size: 25rpx;
  127. color: #303030;
  128. text-align: left;
  129. }
  130. .goods-info .goods-do .price-desc{
  131. font-size: 25rpx;
  132. color: #b4282d;
  133. text-align: left;
  134. }
  135. .goods-info .brand {
  136. margin-top: 23rpx;
  137. min-height: 40rpx;
  138. text-align: center;
  139. }
  140. .goods-info .brand text {
  141. display: inline-block;
  142. width: auto;
  143. padding: 2px 30rpx 2px 10.5rpx;
  144. line-height: 35.5rpx;
  145. border: 1px solid #f48f18;
  146. font-size: 25rpx;
  147. color: #f48f18;
  148. border-radius: 4px;
  149. background: url(http://image.meiping123.com/upload/20180104/105146156fb7f1.png) 95% center no-repeat;
  150. background-size: 10.75rpx 18.75rpx;
  151. }
  152. .join-group{
  153. margin-top: 25rpx;
  154. background-color: #fff;
  155. }
  156. .join-group .join-group-desc{
  157. padding: 20rpx 0 0 20rpx;
  158. }
  159. .join-group .join-group-item{
  160. background-color: #F6F6F6;
  161. display: flex;
  162. height: 100rpx;
  163. align-items: center;
  164. margin: 20rpx 0;
  165. }
  166. .join-group .join-group-item .user {
  167. display: flex;
  168. align-items: center;
  169. width: 290rpx;
  170. }
  171. .join-group .join-group-item .user image {
  172. width: 80rpx;
  173. height: 80rpx;
  174. margin: 0 30rpx;
  175. border-radius: 50%;
  176. }
  177. .join-group .join-group-item .user text {
  178. display: inline-block;
  179. width: 150rpx;
  180. overflow: hidden;
  181. white-space: nowrap;
  182. text-overflow: ellipsis;
  183. }
  184. .join-group .join-group-item .box {
  185. margin-left: auto;
  186. padding: 0 20rpx;
  187. }
  188. .join-group .join-group-item .box .desc {
  189. color: #FF527F;
  190. }
  191. .join-group .join-group-item .box .time {
  192. color: #9D9D9D;
  193. white-space: nowrap;
  194. }
  195. .join-group .join-group-item .box text {
  196. color: #9D9D9D;
  197. }
  198. .join-group .join-group-item .btn {
  199. margin-left: auto;
  200. width: 180rpx;
  201. height: 100rpx;
  202. line-height: 100rpx;
  203. text-align: center;
  204. color: #fff;
  205. background-color: #FF5778;
  206. }
  207. .section-nav {
  208. width: 100%;
  209. height: 108rpx;
  210. background: #fff;
  211. margin-bottom: 20rpx;
  212. }
  213. .section-nav .t {
  214. float: left;
  215. width: 600rpx;
  216. height: 108rpx;
  217. line-height: 108rpx;
  218. font-size: 29rpx;
  219. color: #333;
  220. margin-left: 31.25rpx;
  221. }
  222. .section-nav .i {
  223. float: right;
  224. width: 52rpx;
  225. height: 52rpx;
  226. margin-right: 16rpx;
  227. margin-top: 28rpx;
  228. }
  229. .section-act .t {
  230. float: left;
  231. display: flex;
  232. align-items: center;
  233. width: 600rpx;
  234. height: 108rpx;
  235. overflow: hidden;
  236. line-height: 108rpx;
  237. font-size: 29rpx;
  238. color: #999;
  239. margin-left: 31.25rpx;
  240. }
  241. .section-act .label {
  242. color: #999;
  243. }
  244. .section-act .tag {
  245. display: flex;
  246. align-items: center;
  247. padding: 0 10rpx;
  248. border-radius: 3px;
  249. height: 37rpx;
  250. width: auto;
  251. color: #f48f18;
  252. overflow: hidden;
  253. border: 1px solid #f48f18;
  254. font-size: 25rpx;
  255. margin: 0 10rpx;
  256. }
  257. .section-act .text {
  258. display: flex;
  259. align-items: center;
  260. height: 37rpx;
  261. width: auto;
  262. overflow: hidden;
  263. color: #f48f18;
  264. font-size: 29rpx;
  265. }
  266. .comments {
  267. width: 100%;
  268. height: auto;
  269. padding-left: 30rpx;
  270. background: #fff;
  271. margin: 20rpx 0;
  272. }
  273. .comments .h {
  274. height: 102.5rpx;
  275. line-height: 100.5rpx;
  276. width: 718.75rpx;
  277. padding-right: 16rpx;
  278. border-bottom: 1px solid #d9d9d9;
  279. }
  280. .comments .h .t {
  281. display: block;
  282. float: left;
  283. width: 50%;
  284. font-size: 38.5rpx;
  285. color: #333;
  286. }
  287. .comments .h .i {
  288. display: block;
  289. float: right;
  290. width: 164rpx;
  291. height: 100.5rpx;
  292. line-height: 100.5rpx;
  293. background: url(http://image.meiping123.com/upload/20180104/105236807f3681.png) right center no-repeat;
  294. background-size: 52rpx;
  295. }
  296. .comments .b {
  297. height: auto;
  298. width: 720rpx;
  299. }
  300. .comments .item {
  301. height: auto;
  302. width: 720rpx;
  303. overflow: hidden;
  304. }
  305. .comments .info {
  306. height: 127rpx;
  307. width: 100%;
  308. padding: 33rpx 0 27rpx 0;
  309. }
  310. .comments .user {
  311. float: left;
  312. width: auto;
  313. height: 67rpx;
  314. line-height: 67rpx;
  315. font-size: 0;
  316. }
  317. .comments .user image {
  318. float: left;
  319. width: 67rpx;
  320. height: 67rpx;
  321. margin-right: 17rpx;
  322. border-radius: 50%;
  323. }
  324. .comments .user text {
  325. display: inline-block;
  326. width: auto;
  327. height: 66rpx;
  328. overflow: hidden;
  329. font-size: 29rpx;
  330. line-height: 66rpx;
  331. }
  332. .comments .time {
  333. display: block;
  334. float: right;
  335. width: auto;
  336. height: 67rpx;
  337. line-height: 67rpx;
  338. color: #7f7f7f;
  339. font-size: 25rpx;
  340. margin-right: 30rpx;
  341. }
  342. .comments .content {
  343. width: 720rpx;
  344. padding-right: 30rpx;
  345. line-height: 45.8rpx;
  346. font-size: 29rpx;
  347. margin-bottom: 24rpx;
  348. }
  349. .comments .imgs {
  350. width: 720rpx;
  351. height: auto;
  352. margin-bottom: 25rpx;
  353. }
  354. .comments .imgs .img {
  355. height: 150rpx;
  356. width: 150rpx;
  357. margin-right: 28rpx;
  358. }
  359. .comments .spec {
  360. width: 720rpx;
  361. padding-right: 30rpx;
  362. line-height: 30rpx;
  363. font-size: 24rpx;
  364. color: #999;
  365. margin-bottom: 30rpx;
  366. }
  367. .goods-attr {
  368. width: 100%;
  369. height: auto;
  370. overflow: hidden;
  371. padding: 0 31.25rpx 25rpx 31.25rpx;
  372. background: #fff;
  373. }
  374. .goods-attr .t {
  375. width: 687.5rpx;
  376. height: 104rpx;
  377. line-height: 104rpx;
  378. font-size: 38.5rpx;
  379. }
  380. .goods-attr .item {
  381. width: 687.5rpx;
  382. height: 68rpx;
  383. padding: 11rpx 20rpx;
  384. margin-bottom: 11rpx;
  385. background: #f7f7f7;
  386. font-size: 38.5rpx;
  387. }
  388. .goods-attr .left {
  389. float: left;
  390. font-size: 25rpx;
  391. width: 134rpx;
  392. height: 45rpx;
  393. line-height: 45rpx;
  394. overflow: hidden;
  395. color: #999;
  396. }
  397. .goods-attr .right {
  398. float: left;
  399. font-size: 36.5rpx;
  400. margin-left: 20rpx;
  401. width: 480rpx;
  402. height: 45rpx;
  403. line-height: 45rpx;
  404. overflow: hidden;
  405. color: #333;
  406. }
  407. .detail {
  408. width: 100%;
  409. height: auto;
  410. overflow: hidden;
  411. }
  412. .detail image {
  413. width: 100%;
  414. display: block;
  415. }
  416. .common-problem {
  417. width: 100%;
  418. height: auto;
  419. overflow: hidden;
  420. }
  421. .common-problem .h {
  422. position: relative;
  423. height: 145.5rpx;
  424. width: 100%;
  425. padding: 56.25rpx 0;
  426. background: #fff;
  427. text-align: center;
  428. }
  429. .common-problem .h .line {
  430. display: inline-block;
  431. position: absolute;
  432. top: 72rpx;
  433. left: 0;
  434. z-index: 2;
  435. height: 1px;
  436. margin-left: 225rpx;
  437. width: 300rpx;
  438. background: #ccc;
  439. }
  440. .common-problem .h .title {
  441. display: inline-block;
  442. position: absolute;
  443. top: 56.125rpx;
  444. left: 0;
  445. z-index: 3;
  446. height: 33rpx;
  447. margin-left: 285rpx;
  448. width: 180rpx;
  449. background: #fff;
  450. }
  451. .common-problem .b {
  452. width: 100%;
  453. height: auto;
  454. overflow: hidden;
  455. padding: 0rpx 30rpx;
  456. background: #fff;
  457. }
  458. .common-problem .item {
  459. height: auto;
  460. overflow: hidden;
  461. padding-bottom: 25rpx;
  462. }
  463. .common-problem .question-box .spot {
  464. float: left;
  465. display: block;
  466. height: 8rpx;
  467. width: 8rpx;
  468. background: #b4282d;
  469. border-radius: 50%;
  470. margin-top: 11rpx;
  471. }
  472. .common-problem .question-box .question {
  473. line-height: 30rpx;
  474. padding-left: 18rpx;
  475. display: block;
  476. font-size: 26rpx;
  477. padding-bottom: 15rpx;
  478. color: #303030;
  479. }
  480. .common-problem .answer {
  481. line-height: 36rpx;
  482. padding-left: 16rpx;
  483. font-size: 26rpx;
  484. color: #787878;
  485. }
  486. .bottom-btn {
  487. position: fixed;
  488. left: 0;
  489. bottom: 0;
  490. z-index: 10;
  491. width: 100%;
  492. height: 100rpx;
  493. display: flex;
  494. background: #fff;
  495. }
  496. .bottom-btn .l {
  497. height: 100rpx;
  498. width: 122rpx;
  499. border: 1px solid #f4f4f4;
  500. display: flex;
  501. align-items: center;
  502. justify-content: center;
  503. }
  504. .bottom-btn .l.l-home {
  505. border-right: none;
  506. border-left: none;
  507. text-align: center;
  508. }
  509. .bottom-btn .l.l-collect {
  510. border-right: none;
  511. border-left: none;
  512. text-align: center;
  513. }
  514. .bottom-btn .l .icon {
  515. display: block;
  516. height: 44rpx;
  517. width: 44rpx;
  518. }
  519. .bottom-btn .m {
  520. height: 100rpx;
  521. width: 244rpx;
  522. border: 1px solid #f4f4f4;
  523. display: flex;
  524. flex-direction: column;
  525. align-items: center;
  526. justify-content: center;
  527. color: #b4282d;
  528. }
  529. .bottom-btn .m text {
  530. color: #b4282d;
  531. background-color: ccc;
  532. }
  533. .bottom-btn .r {
  534. border: 1px solid #b4282d;
  535. background: #b4282d;
  536. height: 100rpx;
  537. display: flex;
  538. flex: 1;
  539. flex-direction: column;
  540. align-items: center;
  541. justify-content: center;
  542. color: #fff;
  543. }
  544. .bottom-btn .r text {
  545. color: #fff;
  546. }
  547. @import "../../lib/wxParse/wxParse.wxss";
  548. .attr-pop {
  549. width: 100%;
  550. height: auto;
  551. padding: 31.25rpx;
  552. background: #fff;
  553. position: fixed;
  554. bottom: 100rpx;
  555. z-index: 500;
  556. }
  557. .attr-close{
  558. float: right;
  559. width: 40rpx;
  560. height: 40rpx;
  561. line-height: 40rpx;
  562. border-radius: 50%;
  563. font-size: 40rpx;
  564. text-align: center;
  565. overflow: hidden;
  566. }
  567. .attr-pop .img-info {
  568. width: 687.5rpx;
  569. height: 177rpx;
  570. overflow: hidden;
  571. margin-bottom: 41.5rpx;
  572. }
  573. .attr-pop .img {
  574. float: left;
  575. height: 177rpx;
  576. width: 177rpx;
  577. background: #f4f4f4;
  578. margin-right: 31.25rpx;
  579. }
  580. .attr-pop .info {
  581. float: left;
  582. height: 177rpx;
  583. display: flex;
  584. align-items: center;
  585. }
  586. .attr-pop .p {
  587. font-size: 33rpx;
  588. color: #333;
  589. height: 33rpx;
  590. line-height: 33rpx;
  591. margin-bottom: 10rpx;
  592. }
  593. .attr-pop .a {
  594. font-size: 29rpx;
  595. color: #333;
  596. height: 40rpx;
  597. line-height: 40rpx;
  598. }
  599. .spec-con {
  600. width: 100%;
  601. height: auto;
  602. overflow: hidden;
  603. }
  604. .spec-con .name {
  605. height: 32rpx;
  606. margin-bottom: 22rpx;
  607. font-size: 29rpx;
  608. color: #333;
  609. }
  610. .spec-con .values {
  611. height: auto;
  612. margin-bottom: 31.25rpx;
  613. font-size: 0;
  614. }
  615. .spec-con .value {
  616. display: inline-block;
  617. height: 62rpx;
  618. padding: 0 35rpx;
  619. line-height: 56rpx;
  620. text-align: center;
  621. margin-right: 25rpx;
  622. margin-bottom: 16.5rpx;
  623. border: 1px solid #333;
  624. font-size: 25rpx;
  625. color: #333;
  626. }
  627. .spec-con .value.disable {
  628. border: 1px solid #ccc;
  629. color: #ccc;
  630. }
  631. .spec-con .value.selected {
  632. border: 1px solid #b4282d;
  633. color: #b4282d;
  634. }
  635. .number-item .selnum {
  636. width: 322rpx;
  637. height: 71rpx;
  638. border: 1px solid #ccc;
  639. display: flex;
  640. }
  641. .number-item .cut {
  642. width: 93.75rpx;
  643. height: 100%;
  644. text-align: center;
  645. line-height: 65rpx;
  646. }
  647. .number-item .number {
  648. flex: 1;
  649. height: 100%;
  650. text-align: center;
  651. line-height: 68.75rpx;
  652. border-left: 1px solid #ccc;
  653. border-right: 1px solid #ccc;
  654. float: left;
  655. }
  656. .number-item .add {
  657. width: 93.75rpx;
  658. height: 100%;
  659. text-align: center;
  660. line-height: 65rpx;
  661. }
  662. .line-through {
  663. text-decoration: line-through;
  664. }
  665. .goods-close {
  666. width: 100%;
  667. font-size: 50px;
  668. text-align: center;
  669. background: #fff;
  670. }