index.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  1. <template>
  2. <div class="mobile-become-store">
  3. <div class="mobile-all-content">
  4. <register></register>
  5. </div>
  6. </div>
  7. </template>
  8. <script>
  9. import { Register } from '~components/mobile/register-saler'
  10. export default {
  11. name: 'mobile',
  12. layout: 'mobile',
  13. middleware: 'authenticated',
  14. components: {
  15. Register
  16. },
  17. computed: {
  18. user () {
  19. return this.$store.state.option.user
  20. }
  21. }
  22. // mounted () {
  23. // if (!this.user.logged) {
  24. // this.$http.get('/login/page', {params: {returnUrl: window.location.href}}).then(response => {
  25. // if (response.data) {
  26. // window.location.href = response.data.content + '&baseUrl=' + encodeURIComponent(window.location.protocol + '//' + window.location.host + response.data.baseUrl)
  27. // }
  28. // })
  29. // }
  30. // }
  31. }
  32. </script>
  33. <style>
  34. /* 公共模块 */
  35. .mobile-become-store{
  36. width: 100%;
  37. background: #F5F5F5;
  38. margin: 0 auto;
  39. height: 100%;
  40. position: fixed;
  41. top: 0.88rem;
  42. left: 0;
  43. right: 0;
  44. bottom: 0.98rem;
  45. }
  46. .mobile-become-store .mobile-all-content .h3{
  47. font-size: 24px;
  48. line-height: 80px;
  49. text-align: center;
  50. font-weight: bold;
  51. }
  52. .mobile-become-store .mobile-all-content .header-title{
  53. width: 70%;
  54. margin: 0 auto;
  55. margin-bottom: 40px;
  56. }
  57. .mobile-become-store .mobile-all-content .header-title .col-md-6{
  58. padding: 0 45px;
  59. }
  60. .mobile-become-store .mobile-all-content .header-title .col-md-6 img {
  61. margin-left: 95px;
  62. }
  63. .mobile-become-store .mobile-all-content .header-title h4{
  64. font-size: 18px;
  65. line-height: 30px;
  66. text-align: center;
  67. margin-top: 5px;
  68. margin-bottom: 10px;
  69. }
  70. .mobile-become-store .mobile-all-content .header-title p{
  71. font-size: 14px;
  72. line-height: 25px;
  73. color: #666;
  74. margin-bottom: 30px;
  75. }
  76. .step-menu{
  77. width: 100%;
  78. margin: 0 auto;
  79. height: 34px;
  80. background: #e8e8e8;
  81. line-height: 34px;
  82. }
  83. .step-menu ul{
  84. width: 100%;
  85. margin: 0 auto;
  86. }
  87. .step-menu ul li{
  88. width: 33.33333333%;
  89. float: left;
  90. height: 34px;
  91. line-height: 34px;
  92. font-size: 14px;
  93. color: #555;
  94. text-align: center;
  95. position: relative;
  96. cursor: default!important;
  97. }
  98. .step-menu ul li:hover{
  99. cursor: pointer;
  100. /*background: #0099ff;
  101. color: #fff;*/
  102. }
  103. .step-menu ul li.active{
  104. background: #5078cb;
  105. color: #fff;
  106. }
  107. .mobile-become-store .section{
  108. width: 100%;
  109. margin: 0 auto;
  110. }
  111. .mobile-become-store .section .register{
  112. width: 95%;
  113. margin: 0 auto;
  114. padding-top: 30px;
  115. }
  116. .mobile-become-store .section .register .row{
  117. line-height: 34px;
  118. padding-bottom: 15px;
  119. margin: 0 auto;
  120. }
  121. .mobile-become-store .section .register .row p{
  122. margin-bottom: 0;
  123. }
  124. .mobile-become-store .section .register .row .form-control{
  125. border-color: #ccc;
  126. border-radius: 0;
  127. box-shadow: none;
  128. }
  129. .x-form-set-header {
  130. position: relative;
  131. margin-bottom: 45px;
  132. }
  133. .x-form-set-header h4 {
  134. font-size: 20px;
  135. font-weight: 400;
  136. color: #888;
  137. margin-top: 0;
  138. padding-bottom: 14px;
  139. text-align: center;
  140. }
  141. .x-form-set-header:after {
  142. content: "";
  143. width: 120px;
  144. height: 2px;
  145. background: #5078cb;
  146. position: absolute;
  147. left: 0;
  148. right: 0;
  149. margin: 0 auto;
  150. bottom: 0;
  151. }
  152. .x-required:before {
  153. position: relative;
  154. bottom: -5px;
  155. content: "* ";
  156. font-size: 18px;
  157. color: #f4645f;
  158. }
  159. .register label{
  160. font-size: 14px;
  161. color: #555;
  162. text-align: right;
  163. padding-right: 10px;
  164. }
  165. .mobile-tab-list .next-btn{
  166. width: 100%;
  167. margin: 0 auto;
  168. text-align: center;
  169. }
  170. .mobile-tab-list .step-two-btn {
  171. border-top: 1px solid #d3d3d3;
  172. }
  173. .mobile-tab-list .next-btn button{
  174. font-size: 0.28rem;
  175. width: 50%;
  176. padding: 0;
  177. height: 0.74rem;
  178. line-height: 0.74rem;
  179. border-radius: 0;
  180. letter-spacing: 4px;
  181. background: #fff;
  182. color: #3f84f6;
  183. margin-right: 0px;
  184. border: 0px;
  185. }
  186. .no-apply{
  187. width: 150px;
  188. height: 34px;
  189. line-height: 34px;
  190. background: #0099ff;
  191. text-align: center;
  192. border: none;
  193. font-size: 14px;
  194. color: #fff;
  195. margin-top: 30px;
  196. margin: 0 20px;
  197. float: right;
  198. border-radius: 3px;
  199. }
  200. .mobile-tab-list .next-btn button:hover,.mobile-tab-list .next-btn button:focus {
  201. background: #3765cb;
  202. color: #fff;
  203. }
  204. .mobile-agreement{
  205. width: 100%;
  206. margin: 0 auto;
  207. }
  208. .step-last{
  209. width: 92%;
  210. margin: 0 auto;
  211. }
  212. .step-last .h4{
  213. font-size: 18px;
  214. line-height: 40px;
  215. margin: 20px 0 0 0;
  216. }
  217. .step-last p.title{
  218. font-size: 14px;
  219. color: #666;
  220. line-height: 30px;
  221. text-align: left;
  222. width: 100% !important;
  223. }
  224. .apply-include{
  225. width: 100%;
  226. margin: 0 auto;
  227. height: 300px;
  228. border: #e8e8e8 1px solid;
  229. line-height: 300px;
  230. font-size: 18px;
  231. text-align: center;
  232. }
  233. /*服务协议*/
  234. .mobile-join_xieyi{
  235. border: 1px solid #d3d3d3;
  236. margin: 0.2rem 0.2rem;
  237. border-radius: 5px;
  238. background: #fff;
  239. overflow: hidden;
  240. }
  241. .mobile-join_xieyi div.article-flag {
  242. width: 100%;
  243. display: inline-block;
  244. height: 0.72rem;
  245. line-height: 0.72rem;
  246. box-shadow: 0px 5px 5px #dcdcdc;
  247. }
  248. .mobile-join_xieyi div.article-flag span {
  249. text-align: center;
  250. cursor: pointer;
  251. color: #a0a0a0;
  252. font-size: 0.24rem;
  253. width: 50%;
  254. display: inline-block;
  255. }
  256. .mobile-join_xieyi div.article-flag span:first-child {
  257. border-bottom: none;
  258. }
  259. /*.join_xieyi div.article-flag span:hover {
  260. color: #708ed2;
  261. border-color: #708ed2;
  262. background: #fff;
  263. }*/
  264. .mobile-join_xieyi div.article-flag span.active {
  265. color: #708ed2;
  266. border-color: #708ed2;
  267. background: #fff;
  268. }
  269. .mobile-join_xieyi div.text-area {
  270. height: 8rem;
  271. overflow: auto;
  272. word-break: break-all;
  273. outline: none;
  274. border-left: none;
  275. }
  276. .mobile-tab-list .checkbox-inline{
  277. font-size: 0.24rem;
  278. }
  279. .x-btn-blank{
  280. border: 1px solid #ccc;
  281. background: #fff;
  282. color: #888;
  283. position: relative;
  284. overflow: hidden;
  285. text-align: left;
  286. display: block;
  287. height: 34px;
  288. line-height: 31px;
  289. }
  290. .file-input{
  291. position: absolute;
  292. font-size: 14px;
  293. top: 0;
  294. left: 0;
  295. opacity: 0;
  296. }
  297. .x-btn-blank i{
  298. margin-left: 5px;
  299. color: #888;
  300. font-size: 16px;
  301. position: relative;
  302. top: 2px;
  303. }
  304. .register .col-sm-5 i.fa-info-circle{
  305. font-size: 16px;
  306. color: #888;
  307. position: relative;
  308. top: 2px;
  309. margin-right: 5px;
  310. }
  311. .register .col-sm-5 p, .register .col-sm-5 p i{
  312. color: red !important;
  313. }
  314. .register .col-sm-5 span.fa-map-marker, .register .col-sm-5 span.web{
  315. position: absolute;
  316. top: 1px;
  317. z-index: 2;
  318. display: block;
  319. width: 34px;
  320. height: 34px;
  321. line-height: 34px;
  322. text-align: center;
  323. color: #999;
  324. font-size: 16px;
  325. left: 12px;
  326. }
  327. .register .col-sm-5 span.web{
  328. font-size:14px;
  329. left:25px;
  330. }
  331. /* 开店申请模块 */
  332. .com-input{
  333. width: 100%;
  334. height: 100%;
  335. text-align: center;
  336. position: absolute;
  337. bottom: 0;
  338. left: 0;
  339. opacity: 0;
  340. display: inline-block !important;
  341. }
  342. .el-upload-list--picture-card .el-upload-list__item{
  343. width: 160px;
  344. height: 120px;
  345. top: 69px;
  346. }
  347. .mobile-tab-list div.mobile-vendor_store_apply {
  348. background-color: #f1f3f6;
  349. }
  350. .mobile-tab-list div.mobile-vendor_store_apply .title_row {
  351. margin-bottom: 20px;
  352. border-bottom: #e8e8e8 1px solid;
  353. }
  354. .mobile-tab-list div.mobile-vendor_store_apply .custom_col {
  355. margin: 0.2rem;
  356. border-radius: 5px;
  357. border: 1px solid #d3d3d3;
  358. background: #fff;
  359. padding: 0 0 0.2rem 0;
  360. }
  361. .mobile-tab-list div.mobile-vendor_store_apply .infoTextMobile {
  362. color: #999;
  363. font-size: 0.28rem
  364. }
  365. .mobile-tab-list div.mobile-vendor_store_apply .custom_col img.previewImage {
  366. width: 100%;
  367. cursor: pointer;
  368. /*padding: 0 30px;*/
  369. }
  370. .mobile-tab-list div.mobile-vendor_store_apply .row h2 {
  371. padding: 10px 0;
  372. font-size: 16px;
  373. font-weight: 500;
  374. color: #000000;
  375. }
  376. .mobile-tab-list div.mobile-vendor_store_apply .row span {
  377. /*display: block;*/
  378. /*padding: 10px 0;*/
  379. font-size: 14px;
  380. color: #000000;
  381. }
  382. .mobile-tab-list div.mobile-vendor_store_apply .mobile-register-brand-name {
  383. font-size: 0.28rem;
  384. color: #226ce7;
  385. border-bottom: 1px solid #d3d3d3;
  386. }
  387. .mobile-tab-list div.mobile-vendor_store_apply .mobile-register-brand-name input {
  388. font-size: 0.28rem;
  389. color: #999;
  390. width: 5rem;
  391. }
  392. .mobile-tab-list div.mobile-vendor_store_apply #file_upload {
  393. width: 100px;
  394. height: 100px;
  395. border:1px solid #CDCDCD;
  396. /*background: url("static/img/vendor/images/upload.png");*/
  397. }
  398. .mobile-tab-list div.mobile-vendor_store_apply #upload_qualification {
  399. width: 100px;
  400. height: 100px;
  401. opacity: 0;
  402. }
  403. .mobile-tab-list div.mobile-vendor_store_apply .custom_tab {
  404. margin: 0 15px;
  405. width: 90px;
  406. text-align: center;
  407. }
  408. .mobile-tab-list div.mobile-vendor_store_apply .nav li.custom_tab.active>a,
  409. .mobile-tab-list div.mobile-vendor_store_apply .nav li.custom_tab.active>a:focus,
  410. .mobile-tab-list div.mobile-vendor_store_apply .nav li.custom_tab.active>a:hover {
  411. border: 1px solid #5078CB;
  412. border-bottom-color: transparent;
  413. color: #5078cb;
  414. }
  415. .mobile-tab-list div.mobile-vendor_store_apply .uploadify-button {
  416. display: block;
  417. }
  418. .mobile-tab-list div.mobile-vendor_store_apply .custom_col .show_image_area {
  419. height: 1.09rem;
  420. position: relative;
  421. overflow: hidden;
  422. width: 1.09rem;
  423. border: #dcdcdc 1px solid;
  424. padding: 0;
  425. }
  426. .nav-tabs{
  427. height: 41px;
  428. background: none;
  429. padding: 0 40px;
  430. }
  431. .nav-tabs>li>a{
  432. border-radius: 0;
  433. color: #333;
  434. }
  435. .mobile-tab-list div.mobile-vendor_store_apply .btn-primary{
  436. background: #5078cb;
  437. border-radius: 0;
  438. }
  439. .mobile-tab-list div.mobile-vendor_store_apply .btn-primary:hover{
  440. background: #3f7ae3;
  441. }
  442. .mobile-tab-list div.mobile-vendor_store_apply .com_row .col-md-2{
  443. width: 120px;
  444. }
  445. .mobile-tab-list div.mobile-vendor_store_apply .com_row .col-md-10 span{
  446. color: #666;
  447. }
  448. .mobile-tab-list div.mobile-vendor_store_apply .brand-small-upload {margin-top:0.2rem;}
  449. /*修改的样式*/
  450. .hover-show{
  451. position: absolute;
  452. width: 100%;
  453. height: 100%;
  454. top: 120px;
  455. left: 0;
  456. background: rgba(0,0,0,.5);
  457. }
  458. .mobile-tab-list div.mobile-vendor_store_apply .custom_col .show_image_area .hover-show{
  459. top: 0;
  460. }
  461. .mobile-tab-list .hover-show .delete{
  462. padding: 0;
  463. width: 30px;
  464. height: 30px;
  465. float: right;
  466. text-align: center;
  467. }
  468. .mobile-tab-list .hover-show .delete:hover{
  469. cursor: pointer;
  470. }
  471. .mobile-tab-list .hover-show .delete i{
  472. color: #fff;
  473. font-size: 18px;
  474. }
  475. .mobile-tab-list .hover-show a{
  476. display: inline-block;
  477. width: 100%;
  478. height: 60px;
  479. font-size: 14px;
  480. color: #fff;
  481. text-align: center;
  482. line-height: 60px;
  483. }
  484. .mobile-tab-list .hover-show a i{
  485. margin-right: 5px;
  486. font-size: 16px;
  487. }
  488. .mobile-tab-list .brand-type{
  489. line-height: 34px;
  490. font-size: 14px;
  491. margin: 20px 20px 5px 20px;
  492. }
  493. .mobile-tab-list .brand-type .brand-small-img{
  494. position: relative;
  495. width: 1.09rem;
  496. height: 1.09rem;
  497. /*overflow: hidden;*/
  498. text-align: center;
  499. border: #e8e8e8 1px solid;
  500. }
  501. .mobile-tab-list .brand-type .brand-small-img .preview img{
  502. max-width: 84px;
  503. max-height: 84px;
  504. }
  505. .mobile-tab-list .brand-type em{
  506. color: #ff0000;
  507. }
  508. .mobile-tab-list .brand-type .col-md-7,.mobile-tab-list .brand-type .col-md-1{
  509. margin-top: 25px;
  510. }
  511. .mobile-tab-list .brand-small-upload .file-text,.mobile-tab-list .brand-type .brand-small-img{
  512. float: left;
  513. }
  514. .mobile-tab-list .brand-small-upload .file-text{
  515. font-size: 0.24rem;
  516. color: #999;
  517. line-height: 1.09rem;
  518. margin-left: 0.2rem;
  519. width: auto;
  520. }
  521. .mobile-tab-list .brand-small-upload .delete{
  522. float: right;
  523. text-align: center;
  524. line-height: 1.09rem;
  525. }
  526. .mobile-tab-list .brand-small-upload .delete i{
  527. font-size: 18px;
  528. color: #5078cb;
  529. }
  530. .mobile-tab-list .brand-small-upload .delete:hover{
  531. cursor: pointer;
  532. }
  533. .mobile-tab-list .brand-small-upload .delete:hover i{
  534. color: #f00;
  535. }
  536. .mobile-tab-list .brand-small-upload .brand-small-img .hover-show{
  537. top: 0;
  538. }
  539. .mobile-tab-list .brand-small-upload .brand-small-img .hover-show{
  540. }
  541. .mobile-tab-list .brand-small-upload .brand-small-img .hover-show span i{
  542. color: red;
  543. }
  544. .mobile-tab-list .brand-small-upload .brand-small-img .hover-show span.delete{
  545. line-height: 30px;
  546. padding: 0;
  547. right: -0.35rem;
  548. position: absolute;
  549. display: inline-block;
  550. margin-top: -0.25rem;
  551. }
  552. .mobile-tab-list #image-box,.mobile-tab-list .image-box{
  553. display: table;
  554. /* overflow: hidden; */
  555. _position: relative;
  556. width: 100%;
  557. height: auto;
  558. position: fixed;
  559. top: 50%;
  560. margin-top: -30%;
  561. left: 50%;
  562. margin-left: -50%;
  563. z-index: 2000;
  564. }
  565. .mobile-tab-list #image-box .x-floating img,.mobile-tab-list .image-box .x-floating img {
  566. width: 100%;
  567. height: 100%;
  568. }
  569. .mobile-tab-list .brand-small-upload .brand-small-img .hover-show a{
  570. /*line-height: 30px;*/
  571. /*height: 30px;*/
  572. margin-top: -0.2rem;
  573. }
  574. .mobile-tab-list .mobile-tab-content .com_row .col-md-12{
  575. color: #999;
  576. margin-top: 20px;
  577. font-size: 12px;
  578. padding-left: 50px;
  579. }
  580. .mobile-tab-list .mobile-tab-content .row {margin: 0px !important;}
  581. .mobile-tab-list .brand-small-upload .col-md-12{
  582. color: #999;
  583. font-size: 12px;
  584. padding-left: 0;
  585. }
  586. .mobile-tab-list .mobile-tab-content .com_row .col-md-12 em,.mobile-tab-list .brand-small-upload .col-md-12 em{
  587. color: #f00;
  588. }
  589. .mobile-tab-list .add-brand{
  590. text-align: center;
  591. border: 0.02rem solid #b5b5b6;
  592. border-radius: 3px;
  593. font-size: 0.32rem;
  594. color: #666;
  595. height: 0.77rem;
  596. line-height: 0.77rem;
  597. background: #fff;
  598. margin: 0 0.2rem;
  599. }
  600. .mobile-tab-list .add-brand i.fa-plus-circle{
  601. color: #999;
  602. }
  603. .unpass-reason {
  604. margin: 0 40px;
  605. line-height: 34px;
  606. }
  607. /* 预览框 end */
  608. .mobile-tab-list .brand-type .dropdown-menu {
  609. width: 95%;
  610. height: 3rem;
  611. display: block;
  612. overflow-y: auto;
  613. }
  614. .mobile-tab-list .brand-type .dropdown-menu li {
  615. font-size: 0.24rem;
  616. }
  617. .mobile-tab-list .com-del-box{
  618. position: fixed;
  619. z-index: 2;
  620. height: 152px;
  621. opacity: 1;
  622. background-color: white;
  623. width: 310px;
  624. -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  625. box-shadow: 0 5px 15px rgba(0,0,0,.5);
  626. margin: -155px 0 0 -75px;
  627. top: 55%;
  628. left: 50%;
  629. }
  630. .mobile-tab-list .com-del-box .title{
  631. height: 30px;
  632. background-color: #5078cb;
  633. text-align: right;
  634. padding-right: 15px;
  635. line-height: 30px;
  636. }
  637. .mobile-tab-list .com-del-box .title a{
  638. color: white;
  639. font-size: 16px;
  640. }
  641. .mobile-tab-list .com-del-box .content{
  642. width: 100%;
  643. text-align: center;
  644. margin: 0 auto;
  645. }
  646. .mobile-tab-list .com-del-box .content p{
  647. line-height: 50px;
  648. font-size: 14px;
  649. padding-top: 10px;
  650. }
  651. .mobile-tab-list .com-del-box .content p i{
  652. color: #5078cb;
  653. font-size: 16px;
  654. margin-right: 10px;
  655. }
  656. .mobile-tab-list .com-del-box .content div{
  657. width: 100%;
  658. text-align: center;
  659. margin: 0 auto;
  660. }
  661. .mobile-tab-list .com-del-box .content div a{
  662. width: 55px;
  663. height: 26px;
  664. line-height: 26px;
  665. display: inline-block;
  666. text-align: center;
  667. font-size: 14px;
  668. }
  669. .mobile-tab-list .com-del-box .content div a:first-child{
  670. background: #b4b5b9;
  671. color: #333;
  672. margin-right: 10px;
  673. }
  674. .mobile-tab-list .com-del-box .content div a:last-child{
  675. background: #5078cb;
  676. color: #fff;
  677. }
  678. .mobile-tab-list .com-del-box .content div a:hover{
  679. background: #3f7ae3;
  680. color: #fff;
  681. }
  682. .mobile-tab-list .hoverShow{
  683. position: absolute;
  684. width: 30px;
  685. height: 30px;
  686. top: 0px;
  687. right: 0;
  688. background: rgba(0,0,0,.4);
  689. display: none;
  690. }
  691. .mobile-tab-list div.mobile-vendor_store_apply .custom_col .show_image_area:hover .hoverShow{
  692. display: block;
  693. }
  694. .mobile-tab-list div.mobile-vendor_store_apply .custom_col .show_image_area .deleteImg{
  695. position: absolute;
  696. right: 7px;
  697. top: 0;
  698. display: inline-block;
  699. padding: 0;
  700. margin-top: 6px;
  701. font-size: 18px;
  702. color: #fff;
  703. }
  704. .mobile-tab-list .hover-show a{
  705. color: #fff;
  706. text-decoration: none;
  707. font-size: 0.24rem;
  708. }
  709. .mobile-tab-list .hover-show a:hover, .mobile-tab-list .hover-show a:active, .mobile-tab-list .hover-show a:focus{
  710. color: #fff;
  711. text-decoration: none;
  712. }
  713. .mobile-tab-list .btn-area {
  714. margin-top: 0.1rem;
  715. text-align: center;
  716. }
  717. .mobile-tab-list .btn-area span {
  718. text-align: center;
  719. border: 0.02rem solid #3f84f6;
  720. border-radius: 3px;
  721. font-size: 0.32rem;
  722. color: #fff;
  723. height: 0.77rem;
  724. line-height: 0.77rem;
  725. background: #3f84f6;
  726. margin: 0 0.2rem 0.2rem 0.2rem;
  727. display: block;
  728. }
  729. </style>