buy.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874
  1. @import "../../wxParse/wxParse.wxss";
  2. /* buy.wxss */
  3. page{
  4. background-color: #fff;
  5. }
  6. .container{
  7. /* height: auto; */
  8. overflow-x: hidden;
  9. position: fixed;
  10. width: 100%;
  11. height: 100%;
  12. }
  13. .goods_img image{
  14. display: block;
  15. width: 100%;
  16. }
  17. .goods_infor_wrap{
  18. position: relative;
  19. height: auto;
  20. padding:30rpx 23rpx 50rpx;
  21. background-color: #fff;
  22. }
  23. .goods_title{
  24. width: 500rpx;
  25. max-height: 92rpx;
  26. font-size: 34rpx;
  27. font-weight: bold;
  28. line-height: 46rpx;
  29. color:#272727;
  30. text-overflow: ellipsis;
  31. overflow: hidden;
  32. display: -webkit-box;
  33. -webkit-line-clamp: 2;
  34. -webkit-box-orient: vertical;
  35. margin-bottom: 20rpx;
  36. text-align: left;
  37. }
  38. .goods_title_intro{
  39. text-align: left;
  40. font-size: 22rpx;
  41. color: #272727;
  42. }
  43. .price_title{
  44. font-size: 24rpx;
  45. color: #ed4451;
  46. }
  47. .goods_price{
  48. padding:30rpx 0 15rpx 0;
  49. }
  50. .new_price{
  51. font-size: 50rpx;
  52. font-weight: bold;
  53. color: #ed4451;
  54. margin-right:20rpx;
  55. }
  56. .old_price{
  57. font-size: 24rpx;
  58. color: #c8c8c8;
  59. text-decoration: line-through;
  60. }
  61. .goods_limit{
  62. font-size: 22rpx;
  63. line-height: 60rpx;
  64. color: #93989a;
  65. }
  66. .goods_limit_each{
  67. float: left;
  68. margin-right: 37rpx;
  69. }
  70. .goods_limit_each_tit{
  71. color: #ed4451;
  72. border: 1px solid #ed4451;
  73. border-radius: 20rpx;
  74. padding: 0 10rpx;
  75. }
  76. .min_number{
  77. padding-left:8rpx;
  78. }
  79. .goods_footer_img{
  80. width: 100%;
  81. height: 5rpx;
  82. position: absolute;
  83. left: 0;
  84. bottom: 0;
  85. }
  86. /* 收藏 */
  87. .collect_wrap{
  88. width: 80rpx;
  89. position: absolute;
  90. top:0;
  91. right: 100rpx;
  92. }
  93. button.share_wrap,.share_wrap{
  94. width: auto !important;
  95. height: auto !important;
  96. right: 20rpx;
  97. padding:0;
  98. font-size:22rpx;
  99. line-height: 46rpx;
  100. border-radius: 0;
  101. }
  102. button.share_wrap .collect_icon{
  103. width: 35rpx !important;
  104. height: 35rpx !important;
  105. }
  106. .collect_icon{
  107. display: block;
  108. width: 35rpx;
  109. height: 35rpx;
  110. margin:0 auto;
  111. }
  112. .collect_cont{
  113. font-size: 22rpx;
  114. line-height: 46rpx;
  115. color: #ed4451;
  116. text-align: center;
  117. }
  118. /* 商品服务 */
  119. .goods_kind_wrap{
  120. background-color: #fff;
  121. }
  122. .service_title{
  123. font-size: 24rpx;
  124. color: #232323;
  125. padding:20rpx 0 20rpx 30rpx;
  126. }
  127. .service_cont{
  128. padding-bottom: 30rpx;
  129. }
  130. .each_service{
  131. float: left;
  132. height: 74rpx;
  133. padding-left:72rpx;
  134. }
  135. .service_icon{
  136. float: left;
  137. display: block;
  138. width: 20rpx;
  139. height: 20rpx;
  140. margin:27rpx 20rpx 0 0;
  141. }
  142. .service_content{
  143. float: left;
  144. font-size: 32rpx;
  145. line-height: 74rpx;
  146. color: #454748;
  147. text-overflow:ellipsis;
  148. overflow:hidden;
  149. white-space: nowrap;
  150. max-width: 250rpx;
  151. }
  152. /* 颜色 */
  153. .each_color{
  154. display: inline-block;
  155. margin-left:30rpx;
  156. position: relative;
  157. }
  158. .color_icon{
  159. display: block;
  160. width: 138rpx;
  161. height: 138rpx;
  162. border: 1px solid #e6e6e6;
  163. }
  164. .color_name{
  165. display: block;
  166. height: 50rpx;
  167. font-size: 22rpx;
  168. line-height: 50rpx;
  169. text-align: center;
  170. color: #595959;
  171. border: 1px solid #fff;
  172. }
  173. .clickNo .color_name{
  174. color: #dbdbdb;
  175. }
  176. .clickNo .color_icon{
  177. opacity: 0.2;
  178. }
  179. .style_mode{
  180. width: 138rpx;
  181. height: 138rpx;
  182. position: absolute;
  183. top: 0;
  184. left: 0;
  185. border:1px solid #e6e6e6;
  186. background-color: rgba(0,0,0,0);
  187. }
  188. .active_style{
  189. /* border:1px solid #b4a078; */
  190. background-color: rgba(0,0,0,0.4);
  191. }
  192. /* 数量 */
  193. .goods_num{
  194. position: relative;
  195. height: 100rpx;
  196. font-size: 24rpx;
  197. color: #232323;
  198. line-height: 100rpx;
  199. padding-left: 34rpx;
  200. background-color: #fff;
  201. }
  202. .goods_num_wrap{
  203. position: absolute;
  204. top:32rpx;
  205. right:38rpx;
  206. }
  207. .num_btn,.num_num{
  208. float: left;
  209. display: block;
  210. height: 36rpx;
  211. border: 1rpx solid #dcdcdc;
  212. }
  213. .num_btn{
  214. width: 50rpx;
  215. }
  216. .num_btn_left{
  217. border-right: 0rpx solid #dcdcdc;
  218. }
  219. .num_btn_right{
  220. border-left: 0rpx solid #dcdcdc;
  221. }
  222. .num_num{
  223. width: 100rpx;
  224. height: 36rpx;
  225. font-size: 24rpx;
  226. line-height: 36rpx;
  227. color: #2c2c2c;
  228. /* padding:0 15rpx; */
  229. vertical-align: middle;
  230. overflow: hidden;
  231. /* border-top:1px solid #dcdcdc;
  232. border-bottom:1px solid #dcdcdc; */
  233. }
  234. .num_num input{
  235. width: 100rpx;
  236. min-height: 36rpx;
  237. margin-top:-4rpx;
  238. font-size: 24rpx;
  239. line-height: 36rpx;
  240. color: #2c2c2c;
  241. text-align: center;
  242. }
  243. /* 品牌信息 */
  244. .brand_infor_wrap{
  245. display: block;
  246. width: 100%;
  247. height:86rpx;
  248. background-color: #f9f9f9;
  249. position: relative;
  250. }
  251. .brand_mark,.brand_name{
  252. float: left;
  253. display: block;
  254. }
  255. .brand_mark{
  256. width: 34rpx;
  257. height: 34rpx;
  258. margin:27rpx 27rpx 0 40rpx;
  259. }
  260. .brand_name{
  261. max-width: 440rpx;
  262. font-size: 24rpx;
  263. line-height: 86rpx;
  264. color: #272727;
  265. text-overflow: ellipsis;
  266. overflow: hidden;
  267. white-space: nowrap;
  268. }
  269. .brand_jiantou{
  270. width: 17rpx;
  271. height: 27rpx;
  272. position: absolute;
  273. top:50%;
  274. right: 38rpx;
  275. margin-top:-13rpx;
  276. }
  277. /* 商品标题 */
  278. .goods_title_wrap{
  279. text-align: center;
  280. position: relative;
  281. border:none;
  282. }
  283. .goods_title_name{
  284. display: inline-block;
  285. padding: 0 12rpx;
  286. font-size: 30rpx;
  287. line-height: 82rpx;
  288. color: #8b959c;
  289. background-color: #f4f4f4;
  290. position: relative;
  291. z-index: 2;
  292. }
  293. .goods_title_line{
  294. width: 450rpx;
  295. height: 2rpx;
  296. background-color: #d8e0e5;
  297. position: absolute;
  298. top: 50%;
  299. left: 50%;
  300. margin:-1rpx 0 0 -225rpx;
  301. }
  302. /* 商品相关图片 */
  303. .goods_content image{
  304. display: block;
  305. width: 100% !important;
  306. float:left;
  307. }
  308. .margintop{
  309. margin-top: 20rpx;
  310. padding-bottom: 10rpx;
  311. }
  312. /* 底部 */
  313. .footer-detail{
  314. display: flex;
  315. flex-flow: row;
  316. justify-content: center;
  317. width: 100%;
  318. height: 98rpx;
  319. position: fixed;
  320. left: 0;
  321. bottom: 0;
  322. z-index: 5;
  323. color: #2d2d2d;
  324. background-color:#fff;
  325. }
  326. .footer_left,.footer_buy,.footer_add{
  327. display: inline-block;
  328. flex: 1;
  329. }
  330. .footer_left_each{
  331. width:110rpx;
  332. position: relative;
  333. text-align: center;
  334. }
  335. .footer_left_each .iconfont{
  336. font-size:42rpx;
  337. margin:10rpx 0 6rpx;
  338. }
  339. .footer_left_each .car-num{
  340. background:#ed4451;
  341. color:#fff;
  342. height:40rpx;
  343. text-align: center;
  344. line-height:40rpx;
  345. border-radius:40rpx;
  346. position: absolute;
  347. top:0;
  348. right:12rpx;
  349. min-width:40rpx;
  350. width:auto;
  351. }
  352. .navigator-hover{
  353. background-color:rgba(35,35,35,0);
  354. opacity: 1;
  355. }
  356. .kefu_icon{
  357. display: block;
  358. position: absolute;
  359. top:0;
  360. left:0;
  361. width: 110rpx;
  362. height: 104rpx;
  363. z-index: 1;
  364. opacity: 0;
  365. }
  366. .footer_left_each image{
  367. display: block;
  368. width: 43rpx;
  369. height: 40rpx;
  370. margin: 18rpx auto 8rpx;
  371. }
  372. .footer_left_each view{
  373. font-size: 20rpx;
  374. color: #333;
  375. text-align: center;
  376. }
  377. .footer_buy,.footer_add{
  378. padding:0 5rpx;
  379. height: 100%;
  380. font-size: 24rpx;
  381. line-height: 98rpx;
  382. text-align: center;
  383. color: #fff;
  384. background-color:#eea957;
  385. }
  386. .footer_buy{
  387. /* width: 274rpx; */
  388. background-color:#ed4451;
  389. }
  390. .footer_left{
  391. display: flex;
  392. }
  393. .footer_left_each{
  394. flex: 1;
  395. }
  396. /* 商品下架,按钮置灰 */
  397. .footer_btn_gray{
  398. color: #fff;
  399. background-color: #666;
  400. }
  401. .footer_btn_hidden{
  402. display: none;
  403. }
  404. /* 购物车数量 */
  405. view.cart_num{
  406. width:60rpx;
  407. height:28rpx;
  408. font-size: 24rpx;
  409. line-height: 28rpx;
  410. color:#fff;
  411. text-align: center;
  412. position: absolute;
  413. top:18rpx;
  414. left: 50%;
  415. z-index: 6;
  416. }
  417. image.cart_num_icon{
  418. width: 60rpx;
  419. height:38rpx;
  420. margin:-5rpx 0 0 0;
  421. }
  422. .cart_num_num{
  423. width: 40rpx;
  424. height: 38rpx;
  425. font-size: 20rpx;
  426. line-height: 38rpx;
  427. text-align: center;
  428. position: absolute;
  429. top:-5rpx;
  430. left:0;
  431. padding-left:2rpx;
  432. }
  433. /* 立即购买 - 选择规则弹窗 */
  434. .rule_made_wrap_wrap{
  435. /* display: none; */
  436. width: 100%;
  437. height: 100%;
  438. position: fixed;
  439. bottom:-100%;
  440. left:0;
  441. z-index: 10;
  442. overflow: hidden;
  443. }
  444. .rule_made_wrap,.windBg{
  445. width: 100%;
  446. height: 100%;
  447. /* background-color: rgba(0,0,0,0.6); */
  448. position: absolute;
  449. left: 0;
  450. top: 0;
  451. }
  452. .windBg{
  453. position: fixed;
  454. background-color: rgba(0,0,0,0.4);
  455. z-index: 9;
  456. opacity: 0;
  457. }
  458. .rule_made{
  459. width: 100%;
  460. height: 960rpx;
  461. background-color: #fff;
  462. position: absolute;
  463. left: 0;
  464. bottom: 0;
  465. z-index: 17;
  466. overflow-x:hidden;
  467. }
  468. .rule_made_ser{
  469. height: 670rpx;
  470. }
  471. .picker_goods_infor{
  472. position: relative;
  473. width: 370rpx;
  474. margin: 0 0 0 300rpx;
  475. }
  476. .picker_name{
  477. font-size: 24rpx;
  478. font-family: '黑体';
  479. line-height: 30rpx;
  480. height: 60rpx;
  481. color: #232323;
  482. text-overflow: ellipsis;
  483. overflow: hidden;
  484. display: -webkit-box;
  485. -webkit-line-clamp: 2;
  486. -webkit-box-orient: vertical;
  487. padding-top: 21rpx;
  488. }
  489. .picker_rule{
  490. width: 370rpx;
  491. font-size: 20rpx;
  492. line-height: 50rpx;
  493. color: #595959;
  494. }
  495. .picker_rule text{
  496. color: #038ec1;
  497. }
  498. .picker_body{
  499. width: 100%;
  500. height: 664rpx;
  501. overflow-x: hidden;
  502. overflow-y:scroll;
  503. margin:170rpx 0 120rpx 0;
  504. }
  505. /* 服务 */
  506. .picker_body_ser{
  507. height: 380rpx;
  508. }
  509. .picker_body_cont{
  510. width: 86%;
  511. height: 950rpx;
  512. margin:0 0 0 2%;
  513. }
  514. .picker_top{
  515. width: 100%;
  516. min-height: 190rpx;
  517. position: absolute;
  518. left: 0;
  519. bottom: 770rpx;
  520. background-color:#fff;
  521. }
  522. .picker_top_ser{
  523. bottom: 480rpx;
  524. }
  525. .picker_top_cont{
  526. position: relative;
  527. }
  528. .picker_cancel{
  529. position: absolute;
  530. top: 23rpx;
  531. right: 30rpx;
  532. }
  533. .picker_body .margintop{
  534. margin:0;
  535. border-top: 0px none;
  536. }
  537. .picker_body .goods_num{
  538. border-bottom: 0px none;
  539. }
  540. .picker_goods_img{
  541. float: left;
  542. width: 240rpx;
  543. height: 240rpx;
  544. border: 1px solid #f0f0f0;
  545. position: absolute;
  546. left: 30rpx;
  547. bottom: 810rpx;
  548. z-index:18;
  549. background-color: #fff;
  550. }
  551. /* .picker_goods_img image{
  552. width: 190rpx;
  553. height: 190rpx;
  554. } */
  555. .wind_footer_btn{
  556. clear: both;
  557. display: block;
  558. width: 100%;
  559. height: 98rpx;
  560. font-size: 24rpx;
  561. line-height: 98rpx;
  562. text-align: center;
  563. color: #fff !important;
  564. background-color: #ed4451;
  565. position: absolute;
  566. left: 0;
  567. bottom: 0;
  568. z-index: 10000;
  569. opacity:1;
  570. }
  571. .wind_footer_btn_dou{
  572. float: left;
  573. width: 50%;
  574. }
  575. .picker_btn_add{
  576. background-color: #ed4451;
  577. }
  578. .picker_btn_buy{
  579. left:50%;
  580. background-color: #ed4451;
  581. }
  582. .wind_footer_no_btn{
  583. background-color:#666;
  584. }
  585. .show{
  586. display: block;
  587. }
  588. contact-button {
  589. width: 110rpx;
  590. height: 104rpx;
  591. z-index:0;
  592. }
  593. .wind{
  594. width: 200rpx;
  595. height:40rpx;
  596. }
  597. /* 服务弹窗 */
  598. .service_title_wrap{
  599. position: relative;
  600. width: 692rpx;
  601. margin:60rpx auto 70rpx;
  602. }
  603. .service_title_line{
  604. width: 692rpx;
  605. height: 24rpx;
  606. border-bottom: 2px solid #494949;
  607. }
  608. .service_title_cont{
  609. font-size: 24rpx;
  610. width: 140rpx;
  611. text-align: center;
  612. height: 24rpx;
  613. line-height: 24rpx;
  614. color:#232323;
  615. background-color: #fff;
  616. margin:-13rpx auto 0;
  617. }
  618. .service_cont_wrap{
  619. width:692rpx;
  620. margin:20rpx auto 0;
  621. }
  622. .service_cont_icon{
  623. float: left;
  624. display: block;
  625. width: 24rpx;
  626. height: 24rpx;
  627. margin:0 12rpx 0 0;
  628. }
  629. .service_each{
  630. font-size:24rpx;
  631. color:#787878;
  632. margin-bottom:40rpx;
  633. }
  634. .service_each_title{
  635. padding:3rpx 0 14rpx 0;
  636. }
  637. .service_other_title{
  638. text-align: center;
  639. font-size: 24rpx;
  640. color:#232323;
  641. padding: 30rpx 0 60rpx 0;
  642. }
  643. .service_cont_title{
  644. display: block;
  645. float: left;
  646. font-size:24rpx;
  647. color:#787878;
  648. }
  649. .made_bg{
  650. width: 100%;
  651. height: 100%;
  652. position: absolute;
  653. top: 0;
  654. left: 0;
  655. z-index: 16;
  656. }
  657. /* 选择商品&定制详情 */
  658. .choose_goods_wrap{
  659. position: relative;
  660. background-color: #f9f9f9;
  661. margin-bottom:10rpx;
  662. }
  663. .choose_goods_icon{
  664. display: block;
  665. float: left;
  666. width: 37rpx;
  667. height: 37rpx;
  668. margin: 23rpx 25rpx 0 40rpx;
  669. }
  670. .choose_goods_title{
  671. float: left;
  672. display: block;
  673. width: 500rpx;
  674. height: 84rpx;
  675. color: #5a5a5a;
  676. font-size: 24rpx;
  677. line-height: 84rpx;
  678. text-overflow: ellipsis;
  679. overflow: hidden;
  680. white-space: nowrap;
  681. }
  682. .choose_service_title{
  683. float: left;
  684. height: 84rpx;
  685. color: #5a5a5a;
  686. font-size: 24rpx;
  687. line-height: 84rpx;
  688. }
  689. .choose_service_each{
  690. float: left;
  691. margin:30rpx 0 0 34rpx;
  692. }
  693. .choose_service_tit{
  694. line-height: 24rpx;
  695. }
  696. /* 商品详情 */
  697. .goods_infor_down_icon{
  698. display: block;
  699. width: 24rpx;
  700. height: 28rpx;
  701. margin: 18rpx auto 30rpx;
  702. }
  703. /* 提示窗 */
  704. .modal_wrap{
  705. position: fixed;
  706. top:0;
  707. left:0;
  708. width: 100%;
  709. height: 100%;
  710. display: flex;
  711. justify-content: center;
  712. align-items: center;
  713. }
  714. .modal{
  715. font-size: 28rpx;
  716. color:#fff;
  717. padding:15rpx 20rpx;
  718. background-color: rgba(0,0,0,0.6);
  719. }
  720. .hidden{
  721. display: none;
  722. }
  723. /* 定制-客服 */
  724. .dzs_kefu_icon{
  725. display: block;
  726. position: absolute;
  727. top:0;
  728. left:0;
  729. width: 138rpx;
  730. height: 138rpx;
  731. opacity: 1;
  732. line-height: 138rpx;
  733. }
  734. .each_dz_service{
  735. display: block;
  736. width: 144rpx;
  737. height:188rpx;
  738. float:left;
  739. margin:0 0 0 30rpx;
  740. position:relative;
  741. }
  742. .contact_button{
  743. display: block;
  744. /* position: absolute;
  745. top: 0;
  746. bottom: 0;
  747. left: 0;
  748. right: 0;
  749. width: 138rpx;
  750. height: 188rpx;
  751. opacity: 1;
  752. z-index: 22;*/
  753. line-height: 1;
  754. margin: 0;
  755. padding: 0;
  756. border-radius: 0;
  757. }
  758. .contact_button:after,.contact_button:before {
  759. display: none;
  760. border: 0px;
  761. }
  762. /* 商品下架 - 提示 */
  763. .sold_out_wrap{
  764. width: 100%;
  765. height: 60rpx;
  766. position: fixed;
  767. left:0;
  768. bottom: 98rpx;
  769. z-index: 5;
  770. font-size: 24rpx;
  771. line-height: 60rpx;
  772. text-align: center;
  773. color: #fff;
  774. background-color: #666;
  775. }
  776. .sold_out_hidden{
  777. display: none;
  778. }
  779. /* */
  780. .short_time_msg_wrap{
  781. display: none;
  782. width: 100%;
  783. height: 100%;
  784. position: fixed;
  785. top: 0;
  786. left: 0;
  787. z-index: 20;
  788. background-color: rgba(0,0,0,0.6);
  789. }
  790. .short_time_msg_show{
  791. display: block;
  792. }
  793. .short_time_msg{
  794. width: 600rpx;
  795. position: fixed;
  796. top:50%;
  797. left: 50%;
  798. margin: -140rpx 0 0 -300rpx;
  799. background-color: #fff;
  800. border-radius: 20px;
  801. }
  802. .short_time_msg_cont{
  803. font-size: 30rpx;
  804. line-height: 50rpx;
  805. color: #232323;
  806. padding: 30rpx 50rpx;
  807. border-bottom: 1px solid #ccc;
  808. text-align: center;
  809. }
  810. .short_time_msg_btn{
  811. text-align: center;
  812. font-size: 30rpx;
  813. line-height: 80rpx;
  814. color: #ed4451;
  815. text-decoration: underline;
  816. cursor: pointer;
  817. }
  818. .cont_hidden{
  819. overflow-y: hidden;
  820. }
  821. .kucun{
  822. font-size: 20rpx;
  823. text-align: left;
  824. color: #595959;
  825. }
  826. .allHidden{
  827. display: none;
  828. }
  829. .loading_bg{
  830. position: fixed;
  831. top: 0;
  832. left: 0;
  833. z-index: 9999;
  834. width: 100%;
  835. height: 100%;
  836. background-color: #fff;
  837. }
  838. .channel-price{
  839. font-size:50rpx;
  840. }
  841. .momo{
  842. color:#ed4451;
  843. font-size:25rpx;
  844. background:#fff1f1;
  845. text-align: center;
  846. line-height:38rpx;
  847. height:38rpx;
  848. margin-bottom:15rpx;
  849. display:inline-block;
  850. padding:0 10rpx;
  851. margin-left:6px;
  852. }