goods.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924
  1. .container {
  2. margin-bottom: 100rpx;
  3. }
  4. .goodsimgs {
  5. width: 750rpx;
  6. height: 750rpx;
  7. }
  8. .goodsimgs image {
  9. width: 750rpx;
  10. height: 750rpx;
  11. }
  12. .commodity_screen {
  13. width: 100%;
  14. height: 100%;
  15. position: fixed;
  16. top: 0;
  17. left: 0;
  18. background: #000;
  19. opacity: 0.2;
  20. overflow: hidden;
  21. z-index: 1000;
  22. color: #fff;
  23. }
  24. .commodity_attr_box {
  25. width: 100%;
  26. overflow: hidden;
  27. position: fixed;
  28. bottom: 0;
  29. left: 0;
  30. z-index: 2000;
  31. background: #fff;
  32. padding-top: 20rpx;
  33. }
  34. .goods-info {
  35. width: 750rpx;
  36. height: 306rpx;
  37. overflow: hidden;
  38. background: #fff;
  39. }
  40. .goods-info .c {
  41. display: block;
  42. width: 718.75rpx;
  43. height: 100%;
  44. margin-left: 31.25rpx;
  45. padding: 38rpx 31.25rpx 38rpx 0;
  46. border-bottom: 1px solid #f4f4f4;
  47. }
  48. .goods-info .c text {
  49. display: block;
  50. width: 687.5rpx;
  51. text-align: left;
  52. }
  53. .goods_name {
  54. height: 86rpx;
  55. line-height: 86rpx;
  56. border-bottom: 1px solid #fafafa;
  57. }
  58. .goods_name_left {
  59. float: left;
  60. height: 86rpx;
  61. font-weight: 550;
  62. line-height: 86rpx;
  63. margin-left: 35rpx;
  64. font-size: 38rpx;
  65. letter-spacing: 1rpx;
  66. }
  67. .goods_name_right {
  68. float: right;
  69. font-weight: 550;
  70. margin-top: 28rpx;
  71. width: 140rpx;
  72. height: 80rpx;
  73. line-height: 82rpx;
  74. padding: 0;
  75. margin: 0;
  76. margin-right: 0rpx;
  77. text-align: center;
  78. font-size: 25rpx;
  79. color: #f4f4f4;
  80. border-top-left-radius: 50rpx;
  81. border-bottom-left-radius: 50rpx;
  82. border-top-right-radius: 0rpx;
  83. border-bottom-right-radius: 0rpx;
  84. letter-spacing: 3rpx;
  85. background-image: linear-gradient(to right, #f3d10e 0%, #f48f18 100%)
  86. }
  87. .goods-info .desc {
  88. height: 43rpx;
  89. margin-bottom: 41rpx;
  90. font-size: 24rpx;
  91. line-height: 36rpx;
  92. color: #999;
  93. }
  94. .goods-info .price {
  95. height: 70rpx;
  96. align-content: center;
  97. }
  98. .goods-info .counterPrice {
  99. float: left;
  100. padding-left: 0rpx;
  101. text-decoration: line-through;
  102. font-size: 30rpx;
  103. color: #999;
  104. }
  105. .goods-info .retailPrice {
  106. padding-left: 5%;
  107. font-size: 30rpx;
  108. color: #a78845;
  109. }
  110. .goods-info .brand {
  111. margin-top: 23rpx;
  112. min-height: 40rpx;
  113. text-align: left;
  114. }
  115. .goods-info .brand text {
  116. display: inline-block;
  117. width: auto;
  118. padding: 2px 30rpx 2px 10.5rpx;
  119. line-height: 35.5rpx;
  120. border: 1px solid #f48f18;
  121. font-size: 25rpx;
  122. color: #f48f18;
  123. border-radius: 4rpx;
  124. background-size: 10.75rpx 18.75rpx;
  125. }
  126. .section-nav {
  127. width: 750rpx;
  128. height: 108rpx;
  129. background: #fff;
  130. margin-bottom: 20rpx;
  131. }
  132. .section-nav .t {
  133. float: left;
  134. width: 600rpx;
  135. height: 108rpx;
  136. line-height: 108rpx;
  137. font-size: 29rpx;
  138. color: #333;
  139. margin-left: 31.25rpx;
  140. }
  141. .section-nav .i {
  142. float: right;
  143. width: 52rpx;
  144. height: 52rpx;
  145. margin-right: 16rpx;
  146. margin-top: 28rpx;
  147. }
  148. .section-act .t {
  149. float: left;
  150. display: flex;
  151. align-items: center;
  152. width: 600rpx;
  153. height: 108rpx;
  154. overflow: hidden;
  155. line-height: 108rpx;
  156. font-size: 29rpx;
  157. color: #999;
  158. margin-left: 31.25rpx;
  159. }
  160. .section-act .label {
  161. color: #999;
  162. }
  163. .section-act .tag {
  164. display: flex;
  165. align-items: center;
  166. padding: 0 10rpx;
  167. border-radius: 3px;
  168. height: 37rpx;
  169. width: auto;
  170. color: #f48f18;
  171. overflow: hidden;
  172. border: 1px solid #f48f18;
  173. font-size: 25rpx;
  174. margin: 0 10rpx;
  175. }
  176. .section-act .text {
  177. display: flex;
  178. align-items: center;
  179. height: 37rpx;
  180. width: auto;
  181. overflow: hidden;
  182. color: #f48f18;
  183. font-size: 29rpx;
  184. }
  185. .comments {
  186. width: 100%;
  187. height: auto;
  188. padding-left: 30rpx;
  189. background: #fff;
  190. margin: 20rpx 0;
  191. }
  192. .comments .h {
  193. height: 102.5rpx;
  194. line-height: 100.5rpx;
  195. width: 718.75rpx;
  196. padding-right: 16rpx;
  197. }
  198. .comments .h .t {
  199. display: block;
  200. float: left;
  201. width: 50%;
  202. font-size: 30rpx;
  203. color: #333;
  204. }
  205. .comments .h .i {
  206. display: block;
  207. float: right;
  208. width: 164rpx;
  209. height: 100.5rpx;
  210. line-height: 100.5rpx;
  211. background-size: 52rpx;
  212. }
  213. .comments .b {
  214. height: auto;
  215. width: 720rpx;
  216. }
  217. .comments .item {
  218. height: auto;
  219. width: 720rpx;
  220. overflow: hidden;
  221. border-top: 1px solid #d9d9d9;
  222. }
  223. .comments .info {
  224. height: 127rpx;
  225. width: 100%;
  226. padding: 33rpx 0 27rpx 0;
  227. }
  228. .comments .user {
  229. float: left;
  230. width: auto;
  231. height: 67rpx;
  232. line-height: 67rpx;
  233. font-size: 0;
  234. }
  235. .comments .user image {
  236. float: left;
  237. width: 67rpx;
  238. height: 67rpx;
  239. margin-right: 17rpx;
  240. border-radius: 50%;
  241. }
  242. .comments .user text {
  243. display: inline-block;
  244. width: auto;
  245. height: 66rpx;
  246. overflow: hidden;
  247. font-size: 29rpx;
  248. line-height: 66rpx;
  249. }
  250. .comments .time {
  251. display: block;
  252. float: right;
  253. width: auto;
  254. height: 67rpx;
  255. line-height: 67rpx;
  256. color: #7f7f7f;
  257. font-size: 25rpx;
  258. margin-right: 30rpx;
  259. }
  260. .comments .content {
  261. width: 720rpx;
  262. padding-right: 30rpx;
  263. line-height: 45.8rpx;
  264. font-size: 29rpx;
  265. margin-bottom: 24rpx;
  266. }
  267. .comments .imgs {
  268. width: 720rpx;
  269. height: auto;
  270. margin-bottom: 25rpx;
  271. }
  272. .comments .imgs .img {
  273. height: 150rpx;
  274. width: 150rpx;
  275. margin-right: 28rpx;
  276. }
  277. .comments .spec {
  278. width: 720rpx;
  279. padding-right: 30rpx;
  280. line-height: 30rpx;
  281. font-size: 24rpx;
  282. color: #999;
  283. margin-bottom: 30rpx;
  284. }
  285. .comments .customer-service {
  286. width: 690rpx;
  287. height: auto;
  288. overflow: hidden;
  289. margin-top: 23rpx;
  290. margin-bottom: 23rpx;
  291. background: rgba(0, 0, 0, 0.03);
  292. padding: 21rpx;
  293. }
  294. .comments .customer-service .u {
  295. font-size: 24rpx;
  296. color: #333;
  297. line-height: 37.5rpx;
  298. }
  299. .comments .customer-service .c {
  300. font-size: 24rpx;
  301. color: #999;
  302. line-height: 37.5rpx;
  303. }
  304. .goods-attr {
  305. width: 750rpx;
  306. height: auto;
  307. overflow: hidden;
  308. padding: 0 31.25rpx 25rpx 31.25rpx;
  309. background: #fff;
  310. }
  311. .goods-attr .t {
  312. width: 687.5rpx;
  313. height: 104rpx;
  314. line-height: 104rpx;
  315. font-size: 38.5rpx;
  316. }
  317. .goods-attr .item {
  318. width: 687.5rpx;
  319. height: 68rpx;
  320. padding: 11rpx 20rpx;
  321. margin-bottom: 11rpx;
  322. background: #f7f7f7;
  323. font-size: 38.5rpx;
  324. }
  325. .goods-attr .left {
  326. float: left;
  327. font-size: 25rpx;
  328. width: 134rpx;
  329. height: 45rpx;
  330. line-height: 45rpx;
  331. overflow: hidden;
  332. color: #999;
  333. }
  334. .goods-attr .right {
  335. float: left;
  336. font-size: 36.5rpx;
  337. margin-left: 20rpx;
  338. width: 480rpx;
  339. height: 45rpx;
  340. line-height: 45rpx;
  341. overflow: hidden;
  342. color: #333;
  343. }
  344. .detail {
  345. width: 750rpx;
  346. height: auto;
  347. overflow: hidden;
  348. }
  349. .detail image {
  350. width: 750rpx;
  351. display: block;
  352. }
  353. .common-problem {
  354. width: 750rpx;
  355. height: auto;
  356. overflow: hidden;
  357. }
  358. .common-problem .h {
  359. position: relative;
  360. height: 145.5rpx;
  361. width: 750rpx;
  362. padding: 56.25rpx 0;
  363. background: #fff;
  364. text-align: center;
  365. }
  366. .common-problem .h .line {
  367. display: inline-block;
  368. position: absolute;
  369. top: 72rpx;
  370. left: 0;
  371. z-index: 2;
  372. height: 1px;
  373. margin-left: 225rpx;
  374. width: 300rpx;
  375. background: #ccc;
  376. }
  377. .common-problem .h .title {
  378. display: inline-block;
  379. position: absolute;
  380. top: 56.125rpx;
  381. left: 0;
  382. z-index: 3;
  383. height: 33rpx;
  384. margin-left: 285rpx;
  385. width: 180rpx;
  386. background: #fff;
  387. }
  388. .common-problem .b {
  389. width: 750rpx;
  390. height: auto;
  391. overflow: hidden;
  392. padding: 0rpx 30rpx;
  393. background: #fff;
  394. }
  395. .common-problem .item {
  396. height: auto;
  397. overflow: hidden;
  398. padding-bottom: 25rpx;
  399. }
  400. .common-problem .question-box .spot {
  401. float: left;
  402. display: block;
  403. height: 8rpx;
  404. width: 8rpx;
  405. background: #b4282d;
  406. border-radius: 50%;
  407. margin-top: 11rpx;
  408. }
  409. .common-problem .question-box .question {
  410. float: left;
  411. line-height: 30rpx;
  412. padding-left: 8rpx;
  413. display: block;
  414. font-size: 26rpx;
  415. padding-bottom: 15rpx;
  416. color: #303030;
  417. }
  418. .common-problem .answer {
  419. line-height: 36rpx;
  420. padding-left: 16rpx;
  421. font-size: 26rpx;
  422. color: #787878;
  423. }
  424. .related-goods {
  425. width: 750rpx;
  426. height: auto;
  427. overflow: hidden;
  428. padding-bottom: 80rpx;
  429. }
  430. .related-goods .h {
  431. position: relative;
  432. height: 145.5rpx;
  433. width: 750rpx;
  434. padding: 56.25rpx 0;
  435. background: #fff;
  436. text-align: center;
  437. border-bottom: 1px solid #f4f4f4;
  438. }
  439. .related-goods .h .line {
  440. display: inline-block;
  441. position: absolute;
  442. top: 72rpx;
  443. left: 0;
  444. z-index: 2;
  445. height: 1px;
  446. margin-left: 225rpx;
  447. width: 300rpx;
  448. background: #ccc;
  449. }
  450. .related-goods .h .title {
  451. display: inline-block;
  452. position: absolute;
  453. top: 56.125rpx;
  454. left: 0;
  455. z-index: 3;
  456. height: 33rpx;
  457. margin-left: 285rpx;
  458. width: 180rpx;
  459. background: #fff;
  460. }
  461. .related-goods .b {
  462. width: 750rpx;
  463. height: auto;
  464. overflow: hidden;
  465. }
  466. .related-goods .b .item {
  467. float: left;
  468. background: #fff;
  469. width: 375rpx;
  470. height: auto;
  471. overflow: hidden;
  472. text-align: center;
  473. padding: 15rpx 31.25rpx;
  474. border-right: 1px solid #f4f4f4;
  475. border-bottom: 1px solid #f4f4f4;
  476. }
  477. .related-goods .item .img {
  478. width: 311.45rpx;
  479. height: 311.45rpx;
  480. }
  481. .related-goods .item .name {
  482. display: block;
  483. width: 311.45rpx;
  484. height: 35rpx;
  485. margin: 11.5rpx 0 15rpx 0;
  486. text-align: center;
  487. overflow: hidden;
  488. font-size: 30rpx;
  489. color: #333;
  490. }
  491. .related-goods .item .price {
  492. display: block;
  493. width: 311.45rpx;
  494. height: 30rpx;
  495. text-align: center;
  496. font-size: 30rpx;
  497. color: #b4282d;
  498. }
  499. .bottom-btn {
  500. position: fixed;
  501. left: 0;
  502. bottom: 0;
  503. z-index: 10;
  504. width: 750rpx;
  505. height: 100rpx;
  506. display: flex;
  507. background: #fff;
  508. }
  509. .bottom-btn .l {
  510. float: left;
  511. height: 100rpx;
  512. width: 162rpx;
  513. border: 1px solid #f4f4f4;
  514. display: flex;
  515. align-items: center;
  516. justify-content: center;
  517. }
  518. .bottom-btn .l.l-collect {
  519. border-right: none;
  520. border-left: none;
  521. text-align: center;
  522. width: 90rpx;
  523. }
  524. .bottom-btn .l.l-collect .icon {
  525. position: absolute;
  526. top: 28rpx;
  527. left: 20rpx;
  528. font-size: 44rpx;
  529. }
  530. .bottom-btn .l.l-kefu {
  531. position: relative;
  532. height: 54rpx;
  533. width: 63rpx;
  534. }
  535. .bottom-btn .l.l-cart .box {
  536. position: relative;
  537. height: 60rpx;
  538. width: 60rpx;
  539. }
  540. .bottom-btn .l.l-cart .cart-count {
  541. height: 28rpx;
  542. width: 28rpx;
  543. z-index: 10;
  544. position: absolute;
  545. top: 0;
  546. right: 0;
  547. background: #b4282d;
  548. text-align: center;
  549. font-size: 18rpx;
  550. color: #fff;
  551. line-height: 28rpx;
  552. border-radius: 50%;
  553. }
  554. .bottom-btn .l.l-cart .icon {
  555. position: absolute;
  556. top: 10rpx;
  557. left: 0;
  558. font-size: 44rpx;
  559. }
  560. .bottom-btn .c {
  561. float: left;
  562. background: #b4282d;
  563. height: 100rpx;
  564. line-height: 96rpx;
  565. flex: 1;
  566. text-align: center;
  567. color: #fff;
  568. }
  569. .bottom-btn .r {
  570. border: 1px solid #f48f18;
  571. background: #f48f18;
  572. float: left;
  573. height: 100rpx;
  574. line-height: 96rpx;
  575. flex: 1;
  576. text-align: center;
  577. color: #fff;
  578. }
  579. @import "../../lib/wxParse/wxParse.wxss";
  580. .attr-pop-box {
  581. width: 100%;
  582. height: 100%;
  583. position: fixed;
  584. background: rgba(0, 0, 0, 0.5);
  585. z-index: 8;
  586. bottom: 0;
  587. /* display: none; */
  588. }
  589. .attr-pop {
  590. width: 100%;
  591. height: auto;
  592. max-height: 780rpx;
  593. padding: 31.25rpx;
  594. background: #fff;
  595. position: fixed;
  596. z-index: 9;
  597. bottom: 100rpx;
  598. }
  599. .attr-pop .close {
  600. position: absolute;
  601. width: 48rpx;
  602. height: 48rpx;
  603. right: 31.25rpx;
  604. overflow: hidden;
  605. top: 31.25rpx;
  606. }
  607. .attr-pop .close .icon {
  608. width: 48rpx;
  609. height: 48rpx;
  610. }
  611. .attr-pop .img-info {
  612. width: 687.5rpx;
  613. height: 177rpx;
  614. overflow: hidden;
  615. margin-bottom: 41.5rpx;
  616. }
  617. .attr-pop .img {
  618. float: left;
  619. height: 177rpx;
  620. width: 177rpx;
  621. background: #f4f4f4;
  622. margin-right: 31.25rpx;
  623. }
  624. .attr-pop .info {
  625. float: left;
  626. height: 177rpx;
  627. display: flex;
  628. align-items: center;
  629. }
  630. .attr-pop .p {
  631. font-size: 33rpx;
  632. color: #333;
  633. height: 33rpx;
  634. line-height: 33rpx;
  635. margin-bottom: 10rpx;
  636. }
  637. .attr-pop .a {
  638. font-size: 29rpx;
  639. color: #333;
  640. height: 40rpx;
  641. line-height: 40rpx;
  642. }
  643. .spec-con {
  644. width: 100%;
  645. height: auto;
  646. overflow: hidden;
  647. }
  648. .spec-con .name {
  649. margin-bottom: 6rpx;
  650. font-size: 29rpx;
  651. color: #333;
  652. }
  653. .spec-con .values {
  654. height: auto;
  655. margin-bottom: 10rpx;
  656. font-size: 0;
  657. }
  658. .spec-con .value {
  659. display: inline-block;
  660. height: 62rpx;
  661. padding: 0 35rpx;
  662. line-height: 56rpx;
  663. text-align: center;
  664. margin-right: 25rpx;
  665. margin-bottom: 16.5rpx;
  666. border: 1px solid #333;
  667. font-size: 25rpx;
  668. color: #333;
  669. }
  670. .spec-con .value.disable {
  671. border: 1px solid #ccc;
  672. color: #ccc;
  673. }
  674. .spec-con .value.selected {
  675. border: 1px solid #b4282d;
  676. color: #b4282d;
  677. }
  678. .number-item .selnum {
  679. width: 322rpx;
  680. height: 71rpx;
  681. border: 1px solid #ccc;
  682. display: flex;
  683. }
  684. .number-item .cut {
  685. width: 93.75rpx;
  686. height: 100%;
  687. text-align: center;
  688. line-height: 65rpx;
  689. }
  690. .number-item .number {
  691. flex: 1;
  692. height: 100%;
  693. text-align: center;
  694. line-height: 68.75rpx;
  695. border-left: 1px solid #ccc;
  696. border-right: 1px solid #ccc;
  697. float: left;
  698. }
  699. .number-item .add {
  700. width: 93.75rpx;
  701. height: 100%;
  702. text-align: center;
  703. line-height: 65rpx;
  704. }
  705. .contact {
  706. height: 100rpx;
  707. width: 100rpx;
  708. border-radius: 100%;
  709. position: fixed;
  710. bottom: 96rpx;
  711. right: 10rpx;
  712. font-size: 20rpx;
  713. box-sizing: border-box;
  714. background: url("/static/images/customer.png") no-repeat center 21rpx;
  715. background-size: 55rpx auto;
  716. }
  717. .share-pop-box {
  718. width: 100%;
  719. height: 100%;
  720. position: fixed;
  721. background: rgba(0, 0, 0, 0.5);
  722. z-index: 8;
  723. bottom: 0;
  724. /* display: none; */
  725. }
  726. .share-pop {
  727. width: 100%;
  728. height: auto;
  729. max-height: 780rpx;
  730. padding: 31.25rpx;
  731. background: #fff;
  732. position: fixed;
  733. z-index: 9;
  734. bottom: 100rpx;
  735. }
  736. .share-pop .close {
  737. position: absolute;
  738. width: 48rpx;
  739. height: 48rpx;
  740. right: 31.25rpx;
  741. top: 31.25rpx;
  742. }
  743. .share-pop .close .icon {
  744. width: 48rpx;
  745. height: 48rpx;
  746. }
  747. .share-pop .share-info {
  748. width: 100%;
  749. height: 225rpx;
  750. overflow: hidden;
  751. margin-bottom: 41.5rpx;
  752. }
  753. .sharebtn {
  754. top: 75rpx;
  755. background: none !important;
  756. font-size: 32rpx;
  757. color: #fff !important;
  758. border-radius: 0%;
  759. width: 175rpx;
  760. height: 150rpx;
  761. text-align: center;
  762. display: flex;
  763. justify-content: center;
  764. align-items: center;
  765. flex-wrap: wrap;
  766. float: left;
  767. background: #fff;
  768. border-bottom: 0px solid #fafafa;
  769. margin-left: 15%;
  770. }
  771. .sharebtn::after {
  772. border: none;
  773. border-radius: 0%;
  774. }
  775. .savesharebtn {
  776. top: 75rpx;
  777. background: none !important;
  778. font-size: 32rpx;
  779. color: #fff !important;
  780. border-radius: 0%;
  781. width: 175rpx;
  782. height: 150rpx;
  783. text-align: center;
  784. display: flex;
  785. justify-content: center;
  786. align-items: center;
  787. flex-wrap: wrap;
  788. float: right;
  789. background: #fff;
  790. border-bottom: 0px solid #fafafa;
  791. margin-right: 15%;
  792. }
  793. .savesharebtn::after {
  794. border: none;
  795. border-radius: 0%;
  796. }
  797. .sharebtn_image {
  798. /* border: 1px solid #757575; */
  799. width: 128rpx;
  800. height: 128rpx;
  801. margin-top: 0rpx;
  802. }
  803. .sharebtn_text {
  804. /* border: 1px solid #757575; */
  805. width: 150rpx;
  806. margin-bottom: 2rpx;
  807. height: 20rpx;
  808. line-height: 20rpx;
  809. font-size: 20rpx;
  810. color: #555;
  811. }
  812. .separate {
  813. background: #e0e3da;
  814. width: 100%;
  815. height: 6rpx;
  816. }