projeck.less 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916
  1. @bjheader:#009fe8;
  2. @border:#ebebeb;
  3. @textColor:#bdc3c7;
  4. button,input{
  5. outline: none;
  6. }
  7. .api_layout{
  8. width: 100%;
  9. position: relative;
  10. }
  11. .hide{
  12. display: none;
  13. }
  14. .show{
  15. display: block;
  16. }
  17. .age_list a{
  18. display: block;
  19. }
  20. .api_swiper_wrap{
  21. width: 100%;
  22. padding: 10px 15px 0 15px ;
  23. }
  24. .api_swiper_wrap .swiper-pagination-fraction {
  25. width: 15%;
  26. left: inherit;
  27. right: 10px;
  28. bottom: 6px;
  29. color: #fff;
  30. z-index: 1001
  31. }
  32. .age_list img{
  33. width: 100%;
  34. height: 185px;
  35. display: block;
  36. object-fit: cover;
  37. }
  38. //值班
  39. .api_duty{
  40. border-bottom: 1px solid #ebebeb;
  41. }
  42. .api_title{
  43. font-size: 18px;
  44. margin: 15px 0 0 0;
  45. padding: 0 20px 0 55px;
  46. position: relative;
  47. color: #121212;
  48. .News_icon{
  49. width: 25px;
  50. height: 25px;
  51. position: absolute;
  52. top: 0;
  53. left: 20px;
  54. background: url("../image/newsIcon.png") no-repeat;
  55. background-size: cover;
  56. }
  57. img{
  58. height: 25px;
  59. position: absolute;
  60. top: 0;
  61. left: 20px;
  62. }
  63. }
  64. .api_list{
  65. font-size: 15px;
  66. color: #6c6f74;
  67. padding: 0 20px;
  68. margin-bottom: 13px;
  69. }
  70. .api_list li{
  71. overflow: hidden;
  72. text-overflow: ellipsis;
  73. white-space: normal;
  74. }
  75. .api_more{
  76. font-size: 14px;
  77. color: #6c6f74;
  78. position: absolute;
  79. top:3px;
  80. right: 20px;
  81. font-weight: normal;
  82. }
  83. .api_news{
  84. // margin-bottom: 26px;
  85. }
  86. .api_newsList{
  87. position: relative;
  88. margin-top: 3px;
  89. padding: 0 20px;
  90. font-size: 16px;
  91. li{
  92. display: flex;
  93. justify-content: flex-start;
  94. display: -webkit-flex;
  95. -webkit-justify-content: flex-start;
  96. align-items: center;
  97. padding: 10px 0;
  98. position: relative;
  99. &:after{
  100. content: '';
  101. display:table;
  102. position: absolute;
  103. bottom: 0;
  104. left: 0;
  105. width: 100%;
  106. height: 1px;
  107. background: #f5f7f8;
  108. }
  109. p{
  110. color: #121212;
  111. font-size: 14px;
  112. }
  113. img{
  114. width: 90px;
  115. height: 50px;
  116. margin-right: 11px;
  117. object-fit: cover;
  118. }
  119. }
  120. }
  121. .api_news_content{
  122. padding-right: 20px;
  123. overflow: hidden;
  124. text-overflow: ellipsis;
  125. white-space: nowrap;
  126. }
  127. .api_newsList_item{
  128. position: relative;
  129. height: 34px;
  130. line-height: 34px;
  131. border-bottom: 1px solid #ebebeb;
  132. font-size: 13px;
  133. }
  134. .api_news_more{
  135. position: absolute;
  136. top: 12px;
  137. right: 0;
  138. width: 10px;
  139. height: 10px;
  140. background: url("../image/more.png") no-repeat;
  141. background-size: cover;
  142. }
  143. .api_line{
  144. background: #ecf0f1;
  145. height: 2px;
  146. }
  147. .api_h2{
  148. text-align: center;color: #9b9b9b;font-weight: normal;
  149. margin-top: 13px;
  150. font-size: 16px;
  151. }
  152. .api_office{
  153. border-bottom: 1px solid #ebebeb;
  154. &:last-child{
  155. padding-bottom: 30px;
  156. }
  157. }
  158. .api_row{
  159. width: 100%;
  160. padding: 0 20px;
  161. display: flex;
  162. display: -webkit-flex;
  163. -webkit-justify-content: space-between;
  164. justify-content: space-between;
  165. flex-wrap: nowrap;
  166. -webkit-flex-wrap: nowrap;
  167. }
  168. .api_col{
  169. font-size: 12px;
  170. display: inline-block;
  171. height: 42px;
  172. line-height: 42px;
  173. text-align: center; color: #009fe8;
  174. border:1px solid #009fe8;
  175. border-radius: 10px;
  176. width: 24%;
  177. }
  178. #api_grid img{
  179. width: 45px;
  180. height: 45px;
  181. position: relative;
  182. margin: auto;
  183. margin-bottom: 10px;
  184. }
  185. .api_page span{
  186. color: #fff !important;
  187. }
  188. .api_page_text{
  189. position: absolute;
  190. width: 100%;
  191. bottom: 6px;
  192. left: 0;
  193. z-index: 1000;
  194. }
  195. .api_banner_info{
  196. font-size: 14px;
  197. width: 75%;
  198. height: 24px;
  199. padding-left: 5px;
  200. line-height: 24px;
  201. color: #fff;
  202. overflow: hidden;
  203. text-overflow: ellipsis;
  204. white-space: nowrap;
  205. }
  206. // header
  207. .header-login{
  208. width: 100%;
  209. height: 50px !important;
  210. background-color: #009fe8;
  211. text-align: center;
  212. position: relative;
  213. }
  214. .backBtn{
  215. position: absolute;
  216. height: 30px;
  217. left: 0;
  218. margin-top: 10px;
  219. margin-left: 15px;
  220. z-index: 1000;
  221. }
  222. .api_text{
  223. height: 50px;
  224. line-height: 50px;
  225. margin: 0;
  226. font-size: 18px;
  227. color: #fff;
  228. width: 70%;
  229. margin: auto;
  230. }
  231. // 通讯录
  232. .api_title_text{
  233. height: 45px;
  234. line-height: 45px;
  235. width: 100%;
  236. box-sizing: border-box;
  237. color: #afb6c3;font-size: 13px;background: #f3f6fa;
  238. padding-left: 15px;
  239. }
  240. .api_mail_items{
  241. width: 100%;
  242. box-sizing: border-box;
  243. padding: 18px 24px 0 24px;
  244. display: flex;
  245. display: -webkit-flex;
  246. -webkit-justify-content: space-between;
  247. justify-content: space-between;
  248. flex-wrap: wrap;
  249. .api_mail_item{
  250. box-sizing: border-box;
  251. border: 1px solid @border;
  252. width: 145px;
  253. padding: 15px 3px 10px 18px;
  254. border-radius: 5px;
  255. margin-bottom: 25px;
  256. position: relative;
  257. .api_mail_logo{
  258. width: 50px;
  259. height: 50px;
  260. margin-bottom: 6px;
  261. border-radius: 50%;
  262. }
  263. .api_more01{
  264. position: absolute;
  265. top: 3px;
  266. right: 3px;
  267. width: 22px;
  268. height: 30px;
  269. }
  270. p{
  271. margin-bottom: 15px;
  272. font-size: 12px;
  273. span{
  274. font-size: 12px;
  275. color: #97a3b4;
  276. }
  277. }
  278. .api_mail_details{
  279. font-size: 12px;
  280. color: @bjheader;
  281. }
  282. }
  283. }
  284. // 个人中心
  285. .api_personal_header{
  286. background: @bjheader;
  287. width: 100%;
  288. text-align: center;
  289. padding: 20px 0;
  290. border-top: 1px solid #37b0e9;
  291. .api_header_img{
  292. width: 100px;
  293. height: 100px;
  294. border-radius: 50%;
  295. margin: auto;
  296. background: url("") no-repeat;
  297. background-size: cover;
  298. }
  299. p{
  300. margin-bottom: 13px;
  301. color: #fff;
  302. font-size: 18px;
  303. }
  304. .api_personal_name{
  305. font-weight: bold;
  306. font-size: 20px;
  307. }
  308. .api_dep{
  309. font-size: 14px;
  310. }
  311. .api_personal_more{
  312. height: 31px;
  313. line-height: 31px;
  314. background: #ecf0f1;
  315. color: #2c3e50;
  316. font-size: 12px;
  317. border-radius: 25px;
  318. }
  319. }
  320. .api_phoneBind{
  321. width: 100%;
  322. height: 38px;
  323. line-height: 38px;
  324. box-sizing: border-box;
  325. position: relative;
  326. color: #7f8c8d;
  327. padding-left: 37px;
  328. font-size: 12px;
  329. img{
  330. width: 17px;
  331. height: 17px;
  332. position: absolute;
  333. top: 10px;
  334. left:15px;
  335. }
  336. }
  337. .api_function{
  338. .ico{
  339. height: 35px;
  340. display: inline-block;
  341. }
  342. .api_icon1{
  343. background: url("../image/news.png") no-repeat;
  344. background-size:cover;
  345. width: 39px;
  346. }
  347. .api_icon2{
  348. background: url("../image/collection.png") no-repeat;
  349. background-size:cover;
  350. width: 35px;
  351. height: 35px;
  352. }
  353. .api_icon3{
  354. background: url("../image/explain.png") no-repeat;
  355. background-size:cover;
  356. width: 30px;
  357. }
  358. }
  359. .api_function_items{
  360. .api_function_item{
  361. height: 40px;
  362. line-height: 40px;
  363. padding-left: 41px;
  364. color: #000;
  365. font-size: 15px;
  366. position: relative;
  367. border-bottom: 1px solid @border;
  368. }
  369. img{
  370. position: absolute;
  371. top: 21px;
  372. width: 18px;
  373. height: 18px;
  374. }
  375. .api_pass_img{
  376. left: 15px;
  377. }
  378. .api_more_img{
  379. right: 20px;
  380. }
  381. }
  382. // 修改密码
  383. .api_forget_phone{
  384. padding: 15px 20px;
  385. .api_phone{
  386. width: 100%;
  387. height: 49px;
  388. margin-bottom: 14px;
  389. box-sizing: border-box;
  390. display: flex;
  391. display: -webkit-flex;
  392. -webkit-justify-content: space-between;
  393. justify-content: space-between;
  394. flex-wrap: nowrap;;
  395. }
  396. input::-webkit-input-placeholder{
  397. font-size: 14px;position: relative;
  398. }
  399. input{
  400. background-color: #fff;
  401. -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  402. outline:none;
  403. box-shadow:none;
  404. border-radius: 0;
  405. padding-left: 22px;
  406. border: none;
  407. width: 100%;
  408. height: 100%;
  409. box-sizing: border-box;
  410. font-size: 14px;
  411. }
  412. .api_vali{
  413. width: 180px;
  414. }
  415. .api_btn_vali{
  416. display: inline-block;
  417. width: 107px;
  418. line-height: 49px;
  419. text-align: center;
  420. background: @bjheader;
  421. border: none;
  422. font-size: 14px;
  423. color: #fff;
  424. }
  425. .api_bnt{
  426. width: 100%;
  427. height: 49px;
  428. line-height: 49px;
  429. background: @bjheader;
  430. color: #fff;
  431. text-align: center;
  432. font-size: 14px;
  433. }
  434. }
  435. // 个人资料
  436. // nav
  437. .api_nav{
  438. width: 100%;
  439. height: 49px;
  440. // position: absolute;
  441. // top: 50px;
  442. // left: 0;
  443. background: #fff;
  444. box-sizing: border-box;
  445. display: block;
  446. }
  447. .header-nav {
  448. box-sizing: border-box;
  449. }
  450. .header-nav-items {
  451. list-style: none;
  452. padding: 0;
  453. margin: 0;
  454. height: 100%;
  455. width: 100%;
  456. transition: all 1s;
  457. // border: 1px solid @border;
  458. box-sizing: border-box;
  459. // display: flex;
  460. // justify-content: center;
  461. // flex-wrap: nowrap;
  462. // display: -webkit-flex;
  463. // -webkit-justify-content: center;
  464. // -webkit-flex-wrap: nowrap;
  465. overflow: hidden;
  466. position: relative;
  467. }
  468. .header-nav-items :after{
  469. content: "";
  470. position: absolute;
  471. bottom: 0;
  472. left: 0;
  473. width: 100%;
  474. height: 1px;
  475. background: @border;
  476. }
  477. .header-nav-items li {
  478. position: relative;
  479. font-size: 17px;
  480. line-height: 49px;
  481. padding: 0 16px;
  482. white-space: nowrap;
  483. text-align: center;
  484. }
  485. .header-nav-items .active::after {
  486. position: absolute;
  487. content: "";
  488. display: block;
  489. bottom: 0;
  490. left: 0;
  491. width: 100%;
  492. height: 2.5px;
  493. background: @bjheader;
  494. }
  495. // 基本信息
  496. .header_img{
  497. width: 50px;
  498. height: 50px;
  499. background: url("") no-repeat;
  500. background-size:cover;
  501. border-radius: 50%;
  502. }
  503. .api_lists{
  504. background-image: none;
  505. span{
  506. color: #bdc3c7;
  507. }
  508. .api_bind_img{
  509. width: 17px;
  510. height: 17px;
  511. background: url("../image/bind.png") no-repeat;
  512. background-size:cover;
  513. position: absolute;
  514. top: 10px;
  515. right:15px;
  516. }
  517. }
  518. .api_bottom{
  519. padding: 15px 0;
  520. text-align: center;
  521. background: #f2f2f2;
  522. color: @textColor;
  523. }
  524. .api_layout{
  525. .aui-list {
  526. .aui-list-item{
  527. height: 42px;
  528. min-height: 42px;
  529. }
  530. .aui-list-item-inner{
  531. height: 42px;
  532. line-height: 42px;
  533. min-height: 42px;
  534. font-size: 14px;
  535. }
  536. .aui-list-item-title{
  537. font-size: 14px;
  538. }
  539. }
  540. }
  541. // 组织&区队
  542. .api_leader_wrap{
  543. padding: 15px;
  544. border-bottom: 1px solid @border;
  545. .api_title_or{
  546. color: @textColor;
  547. font-size: 16px;
  548. }
  549. .api_leader_content{
  550. width: 100%;
  551. border-radius: 10px;
  552. padding: 33px 30px 23px 30px;
  553. box-sizing: border-box;
  554. border: 1px solid @border;
  555. margin-top: 20px;
  556. color: #002257;
  557. h1{
  558. margin-bottom: 30px;
  559. font-size: 22px;
  560. }
  561. p{
  562. font-size: 14px;
  563. margin-bottom: 18px;
  564. }
  565. .api_leader_head{
  566. width: 50px;
  567. height: 50px;
  568. border-radius: 50%;
  569. object-fit: cover;
  570. margin: auto;
  571. margin-bottom: 5px;
  572. }
  573. }
  574. }
  575. .api_leader_wrap1{
  576. padding: 20px 18px 10px 18px;
  577. h1{
  578. color: #002257;
  579. font-size: 22px;
  580. margin-bottom: 20px;
  581. }
  582. .api_leader_item1{
  583. li{
  584. margin-bottom: 20px;
  585. font-size: 15px;
  586. span{
  587. overflow: hidden;
  588. text-overflow: ellipsis;
  589. white-space: nowrap;
  590. color: @textColor;
  591. }
  592. p{
  593. color: #002257;
  594. }
  595. }
  596. }
  597. }
  598. //消息列表
  599. .api_news_item{
  600. padding: 10px;
  601. li{
  602. padding: 15px 0 15px 10px;
  603. display: flex;
  604. justify-content: flex-start;
  605. flex-wrap: nowrap;
  606. display: -webkit-flex;
  607. -webkit-justify-content: flex-start;
  608. -webkit-flex-wrap: nowrap;
  609. align-items: center;
  610. -webkit-align-items: center;
  611. position: relative;
  612. -webkit-box-sizing: border-box;
  613. box-sizing: border-box;
  614. box-shadow: 0 2px 4px 0 #a6a6a6;
  615. border-radius: 5px;
  616. margin-bottom: 10px;
  617. .api_date{
  618. position: absolute;
  619. bottom: 15px;
  620. right: 20px;
  621. font-size: 11px;
  622. color: #bdc3c7;
  623. }
  624. .api_news_num{
  625. position: absolute;
  626. color: #fff;
  627. background-color: #ff0037;
  628. width: 20px;
  629. height: 20px;
  630. line-height: 2.2;
  631. text-align: center;
  632. border-radius: 50%;
  633. font-size: 10px;
  634. top: 15px;
  635. right: 20px;
  636. overflow: hidden;
  637. text-overflow: ellipsis;
  638. white-space: nowrap;
  639. }
  640. .api_ceil{
  641. width: 10px;
  642. height: 100%;
  643. background-color: #009fe8;
  644. position: absolute;
  645. top: 0;
  646. right: 0;
  647. border-top-right-radius: 5px;
  648. border-bottom-right-radius: 5px;
  649. }
  650. }
  651. li:last-child{
  652. margin-bottom: 0;
  653. }
  654. .api_titles{
  655. width: 60%;
  656. padding-left: 10px;
  657. .api_news_title{
  658. font-size: 15px;
  659. margin-bottom: 8px;
  660. font-weight: bold;
  661. }
  662. p{
  663. font-size: 14px;
  664. color: #bdc3c7;
  665. overflow: hidden;
  666. text-overflow: ellipsis;
  667. white-space: nowrap;
  668. }
  669. .api_ico{
  670. display: inline-block;
  671. width: 15px;
  672. height: 15px;
  673. background: url("../image/icons.png") no-repeat;
  674. background-size: cover;
  675. position: relative;
  676. top: 2px;
  677. }
  678. }
  679. .news_img{
  680. width: 45px;
  681. height: 45px;
  682. background: url("../image/news_img.png") no-repeat;
  683. background-size: cover;
  684. }
  685. }
  686. @media screen and (max-width: 320px){
  687. .api_mail_items .api_mail_item{
  688. width: 130px;
  689. }
  690. .api_forget_phone .api_vali{
  691. width: 160px;
  692. }
  693. .api_forget_phone .api_btn_vali{
  694. width: 100px;
  695. }
  696. .api_news_item{
  697. .api_titles{
  698. width: 50%;
  699. }
  700. }
  701. }
  702. @media screen and (min-width: 414px){
  703. .api_mail_items .api_mail_item{
  704. width: 170px;
  705. }
  706. }
  707. @media screen and (min-width: 411px){
  708. .api_mail_items .api_mail_item{
  709. width: 170px;
  710. }
  711. }
  712. @media (min-width: 380px) and (max-width:400px){
  713. .api_mail_items .api_mail_item{
  714. width: 160px;
  715. }
  716. }
  717. // aui搜索框
  718. /*搜索条*/
  719. .aui-searchbar {
  720. display: -webkit-box;
  721. -webkit-box-pack: center;
  722. -webkit-box-align: center;
  723. height: 2.2rem;
  724. overflow: hidden;
  725. width: 100%;
  726. background-color: #ebeced;
  727. color: #9e9e9e;
  728. -webkit-backface-visibility: hidden;
  729. backface-visibility: hidden;
  730. }
  731. .aui-searchbar.focus {
  732. -webkit-box-pack: start;
  733. }
  734. .aui-searchbar-input {
  735. margin: 0 0.5rem;
  736. background-color: rgba(255,255,255,.3);
  737. border-radius: 50px;
  738. height: 31px;
  739. line-height: 31px;
  740. font-size: 0.7rem;
  741. position: relative;
  742. padding-left: 10px;
  743. display: -webkit-box;
  744. -webkit-box-flex: 1;
  745. }
  746. .aui-searchbar form {
  747. width: 95%;
  748. }
  749. .aui-searchbar-input input {
  750. color: #666666;
  751. width: 87%;
  752. padding: 0;
  753. margin: 0;
  754. height: 31px;
  755. line-height: 32px;
  756. border: 0;
  757. -webkit-appearance: none;
  758. font-size: 0.7rem;
  759. margin-left: 33px;
  760. color: #fff;
  761. }
  762. .aui-searchbar input::-webkit-input-placeholder {
  763. color: #ccc;
  764. }
  765. .aui-searchbar .aui-iconfont {
  766. line-height: 1.4rem;
  767. margin-right: 0.25rem;
  768. color: #9e9e9e !important;
  769. }
  770. .aui-searchbar .aui-searchbar-btn {
  771. font-size: 0.7rem;
  772. color: #666666;
  773. margin-right: -2.2rem;
  774. width: 2.2rem;
  775. height: 1.4rem;
  776. padding-right: 0;
  777. line-height: 1.4rem;
  778. text-align: center;
  779. -webkit-transition: all .3s;
  780. transition: all .3s;
  781. }
  782. .aui-searchbar-clear-btn {
  783. position: absolute;
  784. right: 5px;
  785. top: 3px;
  786. width: 1.1rem;
  787. height: 1.1rem;
  788. background: #eeeeee;
  789. border-radius: 50%;
  790. line-height: 0.6rem;
  791. text-align: center;
  792. display: none;
  793. }
  794. .aui-searchbar-clear-btn .aui-iconfont {
  795. font-size: 0.6rem;
  796. margin: 0 auto;
  797. position: relative;
  798. top: -2px;
  799. }
  800. .aui-searchbar .aui-searchbar-btn .aui-iconfont {
  801. color: #666666;
  802. }
  803. .aui-icon-search:before { content: "\e6e6"; }
  804. .aui-iconfont {
  805. position: relative;
  806. font-family:"aui_iconfont" !important;
  807. font-size: 0.7rem;
  808. font-style:normal;
  809. -webkit-font-smoothing: antialiased;
  810. -moz-osx-font-smoothing: grayscale;
  811. }
  812. //值班
  813. .duty{
  814. padding: 6px 22px 0 22px;
  815. .duty_title{
  816. font-size: 18px;
  817. color: #fff;
  818. padding-left: 34px;
  819. position: relative;
  820. margin-bottom: 6px;
  821. }
  822. .duty_icon{
  823. background: url("../image/gonggao.png") no-repeat;
  824. display: block;
  825. width: 22px;
  826. height: 22px;
  827. background-size: cover;
  828. position: absolute;
  829. left: 0;
  830. top: 1px;
  831. }
  832. .duty_content{
  833. font-size: 14px;
  834. color: #fff;
  835. }
  836. }
  837. .item{
  838. margin-bottom:20px;
  839. }
  840. // 公共
  841. .flex-space{
  842. display: -webkit-flex;
  843. display: flex;
  844. justify-content: space-between;
  845. -webkit-justify-content: space-between;
  846. flex-wrap: nowrap;
  847. -webkit-flex-wrap: nowrap;
  848. align-items: center;
  849. }
  850. .flex-start{
  851. display: -webkit-flex;
  852. display: flex;
  853. justify-content: flex-start;
  854. -webkit-justify-content: flex-start;
  855. flex-wrap: nowrap;
  856. -webkit-flex-wrap: nowrap;
  857. align-items: center;
  858. }
  859. .after-border:after{
  860. content: '';
  861. display: block;
  862. position: absolute;
  863. left: 0; bottom:0;
  864. background: #ebeef3;
  865. right:0;
  866. height: 1px;
  867. }
  868. .relative{
  869. position: relative;
  870. }
  871. // 无内容
  872. .noText{
  873. width: 91px;
  874. height: 134px;
  875. position: absolute;
  876. top: 0;
  877. left: 0;
  878. right: 0;
  879. bottom: 0;
  880. margin: auto;
  881. }
  882. .noText img{
  883. width: 100%;
  884. }
  885. // tips提示
  886. #tips{
  887. position: absolute;
  888. top: 0;
  889. left: 0;
  890. background:#fff;
  891. width: 100%;
  892. height: 100%;
  893. }
  894. #tips p{
  895. width: 200px;
  896. height: 150px;
  897. line-height: 30px;
  898. text-align: center;
  899. position: absolute;
  900. top: 0;
  901. left: 0;
  902. bottom: 0;
  903. right:0;
  904. margin: auto;
  905. color: #ccc;
  906. }
  907. #tips i{
  908. width: 100px;
  909. height: 100px;
  910. display: block;
  911. background:url("../image/error.png") no-repeat;
  912. background-size:contain;
  913. margin: auto;
  914. }