buy.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873
  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. }
  307. .margintop{
  308. margin-top: 20rpx;
  309. padding-bottom: 10rpx;
  310. }
  311. /* 底部 */
  312. .footer-detail{
  313. display: flex;
  314. flex-flow: row;
  315. justify-content: center;
  316. width: 100%;
  317. height: 98rpx;
  318. position: fixed;
  319. left: 0;
  320. bottom: 0;
  321. z-index: 5;
  322. color: #2d2d2d;
  323. background-color:#fff;
  324. }
  325. .footer_left,.footer_buy,.footer_add{
  326. display: inline-block;
  327. flex: 1;
  328. }
  329. .footer_left_each{
  330. width:110rpx;
  331. position: relative;
  332. text-align: center;
  333. }
  334. .footer_left_each .iconfont{
  335. font-size:42rpx;
  336. margin:10rpx 0 6rpx;
  337. }
  338. .footer_left_each .car-num{
  339. background:#ed4451;
  340. color:#fff;
  341. height:40rpx;
  342. text-align: center;
  343. line-height:40rpx;
  344. border-radius:40rpx;
  345. position: absolute;
  346. top:0;
  347. right:12rpx;
  348. min-width:40rpx;
  349. width:auto;
  350. }
  351. .navigator-hover{
  352. background-color:rgba(35,35,35,0);
  353. opacity: 1;
  354. }
  355. .kefu_icon{
  356. display: block;
  357. position: absolute;
  358. top:0;
  359. left:0;
  360. width: 110rpx;
  361. height: 104rpx;
  362. z-index: 1;
  363. opacity: 0;
  364. }
  365. .footer_left_each image{
  366. display: block;
  367. width: 43rpx;
  368. height: 40rpx;
  369. margin: 18rpx auto 8rpx;
  370. }
  371. .footer_left_each view{
  372. font-size: 20rpx;
  373. color: #333;
  374. text-align: center;
  375. }
  376. .footer_buy,.footer_add{
  377. padding:0 5rpx;
  378. height: 100%;
  379. font-size: 24rpx;
  380. line-height: 98rpx;
  381. text-align: center;
  382. color: #fff;
  383. background-color:#eea957;
  384. }
  385. .footer_buy{
  386. /* width: 274rpx; */
  387. background-color:#ed4451;
  388. }
  389. .footer_left{
  390. display: flex;
  391. }
  392. .footer_left_each{
  393. flex: 1;
  394. }
  395. /* 商品下架,按钮置灰 */
  396. .footer_btn_gray{
  397. color: #fff;
  398. background-color: #666;
  399. }
  400. .footer_btn_hidden{
  401. display: none;
  402. }
  403. /* 购物车数量 */
  404. view.cart_num{
  405. width:60rpx;
  406. height:28rpx;
  407. font-size: 24rpx;
  408. line-height: 28rpx;
  409. color:#fff;
  410. text-align: center;
  411. position: absolute;
  412. top:18rpx;
  413. left: 50%;
  414. z-index: 6;
  415. }
  416. image.cart_num_icon{
  417. width: 60rpx;
  418. height:38rpx;
  419. margin:-5rpx 0 0 0;
  420. }
  421. .cart_num_num{
  422. width: 40rpx;
  423. height: 38rpx;
  424. font-size: 20rpx;
  425. line-height: 38rpx;
  426. text-align: center;
  427. position: absolute;
  428. top:-5rpx;
  429. left:0;
  430. padding-left:2rpx;
  431. }
  432. /* 立即购买 - 选择规则弹窗 */
  433. .rule_made_wrap_wrap{
  434. /* display: none; */
  435. width: 100%;
  436. height: 100%;
  437. position: fixed;
  438. bottom:-100%;
  439. left:0;
  440. z-index: 10;
  441. overflow: hidden;
  442. }
  443. .rule_made_wrap,.windBg{
  444. width: 100%;
  445. height: 100%;
  446. /* background-color: rgba(0,0,0,0.6); */
  447. position: absolute;
  448. left: 0;
  449. top: 0;
  450. }
  451. .windBg{
  452. position: fixed;
  453. background-color: rgba(0,0,0,0.4);
  454. z-index: 9;
  455. opacity: 0;
  456. }
  457. .rule_made{
  458. width: 100%;
  459. height: 960rpx;
  460. background-color: #fff;
  461. position: absolute;
  462. left: 0;
  463. bottom: 0;
  464. z-index: 17;
  465. overflow-x:hidden;
  466. }
  467. .rule_made_ser{
  468. height: 670rpx;
  469. }
  470. .picker_goods_infor{
  471. position: relative;
  472. width: 370rpx;
  473. margin: 0 0 0 300rpx;
  474. }
  475. .picker_name{
  476. font-size: 24rpx;
  477. font-family: '黑体';
  478. line-height: 30rpx;
  479. height: 60rpx;
  480. color: #232323;
  481. text-overflow: ellipsis;
  482. overflow: hidden;
  483. display: -webkit-box;
  484. -webkit-line-clamp: 2;
  485. -webkit-box-orient: vertical;
  486. padding-top: 21rpx;
  487. }
  488. .picker_rule{
  489. width: 370rpx;
  490. font-size: 20rpx;
  491. line-height: 50rpx;
  492. color: #595959;
  493. }
  494. .picker_rule text{
  495. color: #038ec1;
  496. }
  497. .picker_body{
  498. width: 100%;
  499. height: 664rpx;
  500. overflow-x: hidden;
  501. overflow-y:scroll;
  502. margin:170rpx 0 120rpx 0;
  503. }
  504. /* 服务 */
  505. .picker_body_ser{
  506. height: 380rpx;
  507. }
  508. .picker_body_cont{
  509. width: 86%;
  510. height: 950rpx;
  511. margin:0 0 0 2%;
  512. }
  513. .picker_top{
  514. width: 100%;
  515. min-height: 190rpx;
  516. position: absolute;
  517. left: 0;
  518. bottom: 770rpx;
  519. background-color:#fff;
  520. }
  521. .picker_top_ser{
  522. bottom: 480rpx;
  523. }
  524. .picker_top_cont{
  525. position: relative;
  526. }
  527. .picker_cancel{
  528. position: absolute;
  529. top: 23rpx;
  530. right: 30rpx;
  531. }
  532. .picker_body .margintop{
  533. margin:0;
  534. border-top: 0px none;
  535. }
  536. .picker_body .goods_num{
  537. border-bottom: 0px none;
  538. }
  539. .picker_goods_img{
  540. float: left;
  541. width: 240rpx;
  542. height: 240rpx;
  543. border: 1px solid #f0f0f0;
  544. position: absolute;
  545. left: 30rpx;
  546. bottom: 810rpx;
  547. z-index:18;
  548. background-color: #fff;
  549. }
  550. /* .picker_goods_img image{
  551. width: 190rpx;
  552. height: 190rpx;
  553. } */
  554. .wind_footer_btn{
  555. clear: both;
  556. display: block;
  557. width: 100%;
  558. height: 98rpx;
  559. font-size: 24rpx;
  560. line-height: 98rpx;
  561. text-align: center;
  562. color: #fff !important;
  563. background-color: #ed4451;
  564. position: absolute;
  565. left: 0;
  566. bottom: 0;
  567. z-index: 10000;
  568. opacity:1;
  569. }
  570. .wind_footer_btn_dou{
  571. float: left;
  572. width: 50%;
  573. }
  574. .picker_btn_add{
  575. background-color: #ed4451;
  576. }
  577. .picker_btn_buy{
  578. left:50%;
  579. background-color: #ed4451;
  580. }
  581. .wind_footer_no_btn{
  582. background-color:#666;
  583. }
  584. .show{
  585. display: block;
  586. }
  587. contact-button {
  588. width: 110rpx;
  589. height: 104rpx;
  590. z-index:0;
  591. }
  592. .wind{
  593. width: 200rpx;
  594. height:40rpx;
  595. }
  596. /* 服务弹窗 */
  597. .service_title_wrap{
  598. position: relative;
  599. width: 692rpx;
  600. margin:60rpx auto 70rpx;
  601. }
  602. .service_title_line{
  603. width: 692rpx;
  604. height: 24rpx;
  605. border-bottom: 2px solid #494949;
  606. }
  607. .service_title_cont{
  608. font-size: 24rpx;
  609. width: 140rpx;
  610. text-align: center;
  611. height: 24rpx;
  612. line-height: 24rpx;
  613. color:#232323;
  614. background-color: #fff;
  615. margin:-13rpx auto 0;
  616. }
  617. .service_cont_wrap{
  618. width:692rpx;
  619. margin:20rpx auto 0;
  620. }
  621. .service_cont_icon{
  622. float: left;
  623. display: block;
  624. width: 24rpx;
  625. height: 24rpx;
  626. margin:0 12rpx 0 0;
  627. }
  628. .service_each{
  629. font-size:24rpx;
  630. color:#787878;
  631. margin-bottom:40rpx;
  632. }
  633. .service_each_title{
  634. padding:3rpx 0 14rpx 0;
  635. }
  636. .service_other_title{
  637. text-align: center;
  638. font-size: 24rpx;
  639. color:#232323;
  640. padding: 30rpx 0 60rpx 0;
  641. }
  642. .service_cont_title{
  643. display: block;
  644. float: left;
  645. font-size:24rpx;
  646. color:#787878;
  647. }
  648. .made_bg{
  649. width: 100%;
  650. height: 100%;
  651. position: absolute;
  652. top: 0;
  653. left: 0;
  654. z-index: 16;
  655. }
  656. /* 选择商品&定制详情 */
  657. .choose_goods_wrap{
  658. position: relative;
  659. background-color: #f9f9f9;
  660. margin-bottom:10rpx;
  661. }
  662. .choose_goods_icon{
  663. display: block;
  664. float: left;
  665. width: 37rpx;
  666. height: 37rpx;
  667. margin: 23rpx 25rpx 0 40rpx;
  668. }
  669. .choose_goods_title{
  670. float: left;
  671. display: block;
  672. width: 500rpx;
  673. height: 84rpx;
  674. color: #5a5a5a;
  675. font-size: 24rpx;
  676. line-height: 84rpx;
  677. text-overflow: ellipsis;
  678. overflow: hidden;
  679. white-space: nowrap;
  680. }
  681. .choose_service_title{
  682. float: left;
  683. height: 84rpx;
  684. color: #5a5a5a;
  685. font-size: 24rpx;
  686. line-height: 84rpx;
  687. }
  688. .choose_service_each{
  689. float: left;
  690. margin:30rpx 0 0 34rpx;
  691. }
  692. .choose_service_tit{
  693. line-height: 24rpx;
  694. }
  695. /* 商品详情 */
  696. .goods_infor_down_icon{
  697. display: block;
  698. width: 24rpx;
  699. height: 28rpx;
  700. margin: 18rpx auto 30rpx;
  701. }
  702. /* 提示窗 */
  703. .modal_wrap{
  704. position: fixed;
  705. top:0;
  706. left:0;
  707. width: 100%;
  708. height: 100%;
  709. display: flex;
  710. justify-content: center;
  711. align-items: center;
  712. }
  713. .modal{
  714. font-size: 28rpx;
  715. color:#fff;
  716. padding:15rpx 20rpx;
  717. background-color: rgba(0,0,0,0.6);
  718. }
  719. .hidden{
  720. display: none;
  721. }
  722. /* 定制-客服 */
  723. .dzs_kefu_icon{
  724. display: block;
  725. position: absolute;
  726. top:0;
  727. left:0;
  728. width: 138rpx;
  729. height: 138rpx;
  730. opacity: 1;
  731. line-height: 138rpx;
  732. }
  733. .each_dz_service{
  734. display: block;
  735. width: 144rpx;
  736. height:188rpx;
  737. float:left;
  738. margin:0 0 0 30rpx;
  739. position:relative;
  740. }
  741. .contact_button{
  742. display: block;
  743. /* position: absolute;
  744. top: 0;
  745. bottom: 0;
  746. left: 0;
  747. right: 0;
  748. width: 138rpx;
  749. height: 188rpx;
  750. opacity: 1;
  751. z-index: 22;*/
  752. line-height: 1;
  753. margin: 0;
  754. padding: 0;
  755. border-radius: 0;
  756. }
  757. .contact_button:after,.contact_button:before {
  758. display: none;
  759. border: 0px;
  760. }
  761. /* 商品下架 - 提示 */
  762. .sold_out_wrap{
  763. width: 100%;
  764. height: 60rpx;
  765. position: fixed;
  766. left:0;
  767. bottom: 98rpx;
  768. z-index: 5;
  769. font-size: 24rpx;
  770. line-height: 60rpx;
  771. text-align: center;
  772. color: #fff;
  773. background-color: #666;
  774. }
  775. .sold_out_hidden{
  776. display: none;
  777. }
  778. /* */
  779. .short_time_msg_wrap{
  780. display: none;
  781. width: 100%;
  782. height: 100%;
  783. position: fixed;
  784. top: 0;
  785. left: 0;
  786. z-index: 20;
  787. background-color: rgba(0,0,0,0.6);
  788. }
  789. .short_time_msg_show{
  790. display: block;
  791. }
  792. .short_time_msg{
  793. width: 600rpx;
  794. position: fixed;
  795. top:50%;
  796. left: 50%;
  797. margin: -140rpx 0 0 -300rpx;
  798. background-color: #fff;
  799. border-radius: 20px;
  800. }
  801. .short_time_msg_cont{
  802. font-size: 30rpx;
  803. line-height: 50rpx;
  804. color: #232323;
  805. padding: 30rpx 50rpx;
  806. border-bottom: 1px solid #ccc;
  807. text-align: center;
  808. }
  809. .short_time_msg_btn{
  810. text-align: center;
  811. font-size: 30rpx;
  812. line-height: 80rpx;
  813. color: #ed4451;
  814. text-decoration: underline;
  815. cursor: pointer;
  816. }
  817. .cont_hidden{
  818. overflow-y: hidden;
  819. }
  820. .kucun{
  821. font-size: 20rpx;
  822. text-align: left;
  823. color: #595959;
  824. }
  825. .allHidden{
  826. display: none;
  827. }
  828. .loading_bg{
  829. position: fixed;
  830. top: 0;
  831. left: 0;
  832. z-index: 9999;
  833. width: 100%;
  834. height: 100%;
  835. background-color: #fff;
  836. }
  837. .channel-price{
  838. font-size:50rpx;
  839. }
  840. .momo{
  841. color:#ed4451;
  842. font-size:25rpx;
  843. background:#fff1f1;
  844. text-align: center;
  845. line-height:38rpx;
  846. height:38rpx;
  847. margin-bottom:15rpx;
  848. display:inline-block;
  849. padding:0 10rpx;
  850. margin-left:6px;
  851. }