goods.wxss 14 KB

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