goods.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934
  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: 90rpx;
  513. border: 1px solid #f4f4f4;
  514. display: flex;
  515. align-items: center;
  516. justify-content: center;
  517. }
  518. .bottom-btn .l .l-contact {
  519. text-align: center;
  520. display: flex;
  521. justify-content: center;
  522. align-items: center;
  523. flex-wrap: wrap;
  524. line-height: 1;
  525. background: #fff;
  526. border-radius: 0;
  527. height: 55rpx;
  528. }
  529. .bottom-btn .l .l-contact:after {
  530. border: none;
  531. border-radius: 0;
  532. }
  533. .bottom-btn .l.l-collect {
  534. border-right: none;
  535. border-left: none;
  536. text-align: center;
  537. }
  538. .bottom-btn .l.l-collect .icon {
  539. font-size: 44rpx;
  540. }
  541. .bottom-btn .l.l-kefu {
  542. position: relative;
  543. height: 54rpx;
  544. width: 63rpx;
  545. }
  546. .bottom-btn .l.l-cart .box {
  547. position: relative;
  548. height: 60rpx;
  549. width: 60rpx;
  550. }
  551. .bottom-btn .l.l-cart .cart-count {
  552. height: 28rpx;
  553. width: 28rpx;
  554. z-index: 10;
  555. position: absolute;
  556. top: 0;
  557. right: 0;
  558. background: #b4282d;
  559. text-align: center;
  560. font-size: 18rpx;
  561. color: #fff;
  562. line-height: 28rpx;
  563. border-radius: 50%;
  564. }
  565. .bottom-btn .l.l-cart .icon {
  566. position: absolute;
  567. top: 10rpx;
  568. left: 0;
  569. font-size: 44rpx;
  570. }
  571. .bottom-btn .c {
  572. float: left;
  573. background: #b4282d;
  574. height: 100rpx;
  575. line-height: 96rpx;
  576. flex: 1;
  577. text-align: center;
  578. color: #fff;
  579. }
  580. .bottom-btn .r {
  581. border: 1px solid #f48f18;
  582. background: #f48f18;
  583. float: left;
  584. height: 100rpx;
  585. line-height: 96rpx;
  586. flex: 1;
  587. text-align: center;
  588. color: #fff;
  589. }
  590. .bottom-btn .n {
  591. float: left;
  592. background: #d5d8d8e7;
  593. height: 100rpx;
  594. line-height: 96rpx;
  595. flex: 1;
  596. text-align: center;
  597. color: rgb(37, 36, 36);
  598. }
  599. @import "../../lib/wxParse/wxParse.wxss";
  600. .attr-pop-box {
  601. width: 100%;
  602. height: 100%;
  603. position: fixed;
  604. background: rgba(0, 0, 0, 0.5);
  605. z-index: 8;
  606. bottom: 0;
  607. /* display: none; */
  608. }
  609. .attr-pop {
  610. width: 100%;
  611. height: auto;
  612. max-height: 780rpx;
  613. padding: 31.25rpx;
  614. background: #fff;
  615. position: fixed;
  616. z-index: 9;
  617. bottom: 100rpx;
  618. }
  619. .attr-pop .close {
  620. position: absolute;
  621. width: 48rpx;
  622. height: 48rpx;
  623. right: 31.25rpx;
  624. overflow: hidden;
  625. top: 31.25rpx;
  626. }
  627. .attr-pop .close .icon {
  628. width: 48rpx;
  629. height: 48rpx;
  630. }
  631. .attr-pop .img-info {
  632. width: 687.5rpx;
  633. height: 177rpx;
  634. overflow: hidden;
  635. margin-bottom: 41.5rpx;
  636. }
  637. .attr-pop .img {
  638. float: left;
  639. height: 177rpx;
  640. width: 177rpx;
  641. background: #f4f4f4;
  642. margin-right: 31.25rpx;
  643. }
  644. .attr-pop .info {
  645. float: left;
  646. height: 177rpx;
  647. display: flex;
  648. align-items: center;
  649. }
  650. .attr-pop .p {
  651. font-size: 33rpx;
  652. color: #333;
  653. height: 33rpx;
  654. line-height: 33rpx;
  655. margin-bottom: 10rpx;
  656. }
  657. .attr-pop .a {
  658. font-size: 29rpx;
  659. color: #333;
  660. height: 40rpx;
  661. line-height: 40rpx;
  662. }
  663. .spec-con {
  664. width: 100%;
  665. height: auto;
  666. overflow: hidden;
  667. }
  668. .spec-con .name {
  669. margin-bottom: 6rpx;
  670. font-size: 29rpx;
  671. color: #333;
  672. }
  673. .spec-con .values {
  674. height: auto;
  675. margin-bottom: 10rpx;
  676. font-size: 0;
  677. }
  678. .spec-con .value {
  679. display: inline-block;
  680. height: 62rpx;
  681. padding: 0 35rpx;
  682. line-height: 56rpx;
  683. text-align: center;
  684. margin-right: 25rpx;
  685. margin-bottom: 16.5rpx;
  686. border: 1px solid #333;
  687. font-size: 25rpx;
  688. color: #333;
  689. }
  690. .spec-con .value.disable {
  691. border: 1px solid #ccc;
  692. color: #ccc;
  693. }
  694. .spec-con .value.selected {
  695. border: 1px solid #b4282d;
  696. color: #b4282d;
  697. }
  698. .number-item .selnum {
  699. width: 322rpx;
  700. height: 71rpx;
  701. border: 1px solid #ccc;
  702. display: flex;
  703. }
  704. .number-item .cut {
  705. width: 93.75rpx;
  706. height: 100%;
  707. text-align: center;
  708. line-height: 65rpx;
  709. }
  710. .number-item .number {
  711. flex: 1;
  712. height: 100%;
  713. text-align: center;
  714. line-height: 68.75rpx;
  715. border-left: 1px solid #ccc;
  716. border-right: 1px solid #ccc;
  717. float: left;
  718. }
  719. .number-item .add {
  720. width: 93.75rpx;
  721. height: 100%;
  722. text-align: center;
  723. line-height: 65rpx;
  724. }
  725. .share-pop-box {
  726. width: 100%;
  727. height: 100%;
  728. position: fixed;
  729. background: rgba(0, 0, 0, 0.5);
  730. z-index: 8;
  731. bottom: 0;
  732. /* display: none; */
  733. }
  734. .share-pop {
  735. width: 100%;
  736. height: auto;
  737. max-height: 780rpx;
  738. padding: 31.25rpx;
  739. background: #fff;
  740. position: fixed;
  741. z-index: 9;
  742. bottom: 100rpx;
  743. }
  744. .share-pop .close {
  745. position: absolute;
  746. width: 48rpx;
  747. height: 48rpx;
  748. right: 31.25rpx;
  749. top: 31.25rpx;
  750. }
  751. .share-pop .close .icon {
  752. width: 48rpx;
  753. height: 48rpx;
  754. }
  755. .share-pop .share-info {
  756. width: 100%;
  757. height: 225rpx;
  758. overflow: hidden;
  759. margin-bottom: 41.5rpx;
  760. }
  761. .sharebtn {
  762. top: 75rpx;
  763. background: none !important;
  764. font-size: 32rpx;
  765. color: #fff !important;
  766. border-radius: 0%;
  767. width: 175rpx;
  768. height: 150rpx;
  769. text-align: center;
  770. display: flex;
  771. justify-content: center;
  772. align-items: center;
  773. flex-wrap: wrap;
  774. float: left;
  775. background: #fff;
  776. border-bottom: 0px solid #fafafa;
  777. margin-left: 15%;
  778. }
  779. .sharebtn::after {
  780. border: none;
  781. border-radius: 0%;
  782. }
  783. .savesharebtn {
  784. top: 75rpx;
  785. background: none !important;
  786. font-size: 32rpx;
  787. color: #fff !important;
  788. border-radius: 0%;
  789. width: 175rpx;
  790. height: 150rpx;
  791. text-align: center;
  792. display: flex;
  793. justify-content: center;
  794. align-items: center;
  795. flex-wrap: wrap;
  796. float: right;
  797. background: #fff;
  798. border-bottom: 0px solid #fafafa;
  799. margin-right: 15%;
  800. }
  801. .savesharebtn::after {
  802. border: none;
  803. border-radius: 0%;
  804. }
  805. .sharebtn_image {
  806. /* border: 1px solid #757575; */
  807. width: 128rpx;
  808. height: 128rpx;
  809. margin-top: 0rpx;
  810. }
  811. .sharebtn_text {
  812. /* border: 1px solid #757575; */
  813. width: 150rpx;
  814. margin-bottom: 2rpx;
  815. height: 20rpx;
  816. line-height: 20rpx;
  817. font-size: 20rpx;
  818. color: #555;
  819. }
  820. .separate {
  821. background: #e0e3da;
  822. width: 100%;
  823. height: 6rpx;
  824. }