groupDetail.wxss 12 KB

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