smp.scss 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539
  1. /* smp common
  2. ------------------------------ */
  3. $smp--color-warn-lv-1: #fb7c26;
  4. $smp--color-warn-lv-2: #ffbf11;
  5. $smp--color-warn-lv-3: #11bbec;
  6. $smp--color-warn-lv-4: #1882f8;
  7. $smp--color-blue: #1280f1;
  8. $smp--color-blue-white: #e2f0fd;
  9. $smp--color-blue-white-2: #f1f8ff;
  10. $smp--color-red: #f95757;
  11. $smp--color-white: #ffffff;
  12. $smp--color-gray_f5: #f5f5f5;
  13. $smp--color-gray_ef: #efefef;
  14. $smp--color-gray_e7: #e7e7e7;
  15. $smp--color-gray_dd: #dddddd;
  16. $smp--color-font-color-6: #666;
  17. $smp--color-font-color-3: #333;
  18. $smp--box-shadow: 0 0 5px rgba(0,0,0,0.3);
  19. $smp--box-shadow-1: 0 0 5px rgba(0,0,0,0.1);
  20. @mixin smp-form-height() {
  21. height:36px;
  22. }
  23. @mixin smp-input() {
  24. line-height: 36px;
  25. @include smp-form-height;
  26. }
  27. @mixin smp-no-radius() {
  28. border-radius:0;
  29. }
  30. @mixin smp-radius-normal() {
  31. border-radius:5px;
  32. }
  33. @mixin smp-no-border() {
  34. border:none;
  35. }
  36. @mixin smp-btn() {
  37. font-size:14px;
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. padding:0 20px;
  42. @include smp-form-height;
  43. cursor: pointer;
  44. }
  45. @mixin smp-btn-hollow() {
  46. border: 1px solid $smp--color-blue;
  47. color: $smp--color-blue;
  48. }
  49. @mixin smp-btn-full() {
  50. background-color: $smp--color-blue;
  51. color: $smp--color-white;
  52. }
  53. .smp-btn-hollow{
  54. @include smp-btn;
  55. @include smp-btn-hollow;
  56. }
  57. .smp-btn-full{
  58. @include smp-btn;
  59. @include smp-btn-full;
  60. }
  61. .smp-pagination-wraper{
  62. position:relative;
  63. padding:20px;
  64. .smp-pagination-total{
  65. position:absolute;
  66. top:20px;
  67. left:0;
  68. padding:0 0 0 20px;
  69. height:32px;
  70. display: flex;
  71. align-items: center;
  72. }
  73. .smp-pagination{
  74. }
  75. }
  76. .warn-lv-1{
  77. background-color: $smp--color-warn-lv-1;
  78. }
  79. .warn-lv-2{
  80. background-color: $smp--color-warn-lv-2;
  81. }
  82. .warn-lv-3{
  83. background-color: $smp--color-warn-lv-3;
  84. }
  85. .warn-lv-4{
  86. background-color: $smp--color-warn-lv-4;
  87. }
  88. /* smp card
  89. ------------------------------ */
  90. .smp-card{
  91. .smpc-hd{
  92. height:36px;
  93. display: flex;
  94. justify-content: space-between;
  95. align-items: center;
  96. padding:0 20px;
  97. .smpch-l{
  98. font-size:14px;
  99. font-weight:bold;
  100. }
  101. .smpch-r{
  102. padding: 3px;
  103. }
  104. }
  105. .smpc-bd{
  106. padding:0 20px;
  107. }
  108. }
  109. /* smp tags
  110. ------------------------------ */
  111. .smp-tags{
  112. position:relative;
  113. .smpt-bd{
  114. height:36px;
  115. display: flex;
  116. align-items: center;
  117. padding:0 30px 0 10px;
  118. border:1px solid $smp--color-gray_e7;
  119. .smptb-type{
  120. width:6px;
  121. height:6px;
  122. border-radius:10px;
  123. }
  124. em{
  125. color:$smp--color-font-color-3;
  126. padding:0 0 0 7px;
  127. }
  128. }
  129. .smpt-close{
  130. position:absolute;
  131. width:23px;
  132. height:20px;
  133. top:0;
  134. right:0;
  135. cursor:pointer;
  136. background: url('~@/assets/img/common/tags-close.png') no-repeat;
  137. }
  138. }
  139. /* smp listTime
  140. ------------------------------ */
  141. .smp-list-time{
  142. li{
  143. min-height:36px;
  144. line-height: 24px;
  145. display: flex;
  146. justify-content: space-between;
  147. align-items: center;
  148. padding:0 0 0 20px;
  149. list-style-type:square;
  150. position:relative;
  151. color:$smp--color-font-color-6;
  152. &:before{
  153. position:absolute;
  154. top:50%;
  155. transform:translateY(-50%);
  156. width:4px;
  157. height:4px;
  158. content:'';
  159. background-color:$smp--color-font-color-6;
  160. left:8px;
  161. }
  162. &:hover{
  163. background-color: $smp--color-blue-white;
  164. color:$smp--color-blue;
  165. &:before{
  166. background-color: $smp--color-blue;
  167. }
  168. }
  169. .smpl-l{
  170. display: flex;
  171. align-items: center;
  172. span{
  173. flex-shrink: 0;
  174. }
  175. }
  176. .smpl-r{
  177. padding:0 3px 0 5px;
  178. flex-shrink: 0;
  179. }
  180. }
  181. }
  182. /* smp mini-table
  183. ------------------------------ */
  184. .smp-mini-table.el-table{
  185. &::before{
  186. display: none;
  187. }
  188. th{
  189. background-color: $smp--color-gray_ef;
  190. border-bottom:none;
  191. }
  192. tr{
  193. &:last-child{
  194. // color:#fff;
  195. td{
  196. border-bottom:none;
  197. }
  198. }
  199. }
  200. }
  201. /* smp all reset
  202. ------------------------------ */
  203. i,em{
  204. font-style: normal;
  205. }
  206. ul,li{
  207. list-style: none;
  208. }
  209. *{
  210. margin:0;
  211. padding:0;
  212. }
  213. /* Reset element-ui
  214. ------------------------------ */
  215. .aui-wrapper {
  216. .smp-table.el-table{
  217. border:1px solid $smp--color-gray_ef;
  218. th{
  219. background-color:$smp--color-gray_ef;
  220. border-right:none;
  221. position:relative;
  222. .cell{
  223. border-right:1px solid $smp--color-gray_dd;
  224. }
  225. &:last-child .cell{
  226. border-right:none;
  227. }
  228. }
  229. .el-table__body td{
  230. border-right:none;
  231. }
  232. }
  233. .smp-tabs{
  234. .el-tabs__header{
  235. margin:0;
  236. .el-tabs__nav{
  237. @include smp-no-radius;
  238. }
  239. }
  240. .el-tabs__item{
  241. // border-bottom: 1px solid $smp--color-white;
  242. height:auto;
  243. border-bottom:none;
  244. &.is-active{
  245. background-color: $smp--color-gray_ef;
  246. // border-bottom: 1px solid $smp--color-gray_ef;
  247. border-top: 3px solid $smp--color-blue;
  248. color:$smp--color-blue;
  249. }
  250. }
  251. .el-tabs__content{
  252. padding:0;
  253. }
  254. }
  255. .smp-pagination.is-background{
  256. margin:0;
  257. padding:0;
  258. .btn-prev,.btn-next,.el-pager li{
  259. background: none;
  260. border:1px solid $smp--color-gray_ef;
  261. @include smp-no-radius;
  262. &.active{
  263. @include smp-no-border;
  264. }
  265. }
  266. }
  267. /* Reset element-form
  268. ------------------------------ */
  269. .smp-input{
  270. &.el-input{
  271. .el-input__inner{
  272. // padding:0 25px 0 0;
  273. @include smp-no-border;
  274. @include smp-input;
  275. }
  276. }
  277. }
  278. // .smp-normal-input{
  279. // .el-input__inner{
  280. // // padding:0 25px 0 0;
  281. // @include smp-no-radius;
  282. // @include smp-input;
  283. // }
  284. // }
  285. // .smp-date-picker{
  286. // &.el-input__inner{
  287. // // padding:0 25px 0 0;
  288. // @include smp-no-radius;
  289. // @include smp-input;
  290. // }
  291. // }
  292. .smp-map-select.el-select{
  293. .el-input__inner{
  294. padding:0 25px 0 0;
  295. @include smp-no-border;
  296. @include smp-input;
  297. }
  298. .el-input__suffix{
  299. right:0;
  300. }
  301. .el-icon-arrow-up{
  302. background-image: url('~@/assets/img/index/sy_sq.png');
  303. background-repeat: no-repeat;
  304. background-position:50% 50%;
  305. }
  306. .el-select__caret:before{
  307. display: none;
  308. }
  309. }
  310. .smp-form{
  311. .el-form-item{
  312. .el-form-item__label{
  313. color:$smp--color-font-color-3;
  314. }
  315. }
  316. .el-input__inner{
  317. // padding:0 25px 0 0;
  318. @include smp-no-radius;
  319. @include smp-input;
  320. }
  321. .el-textarea__inner{
  322. @include smp-no-radius;
  323. }
  324. .el-select{
  325. @include smp-input;
  326. .el-input__suffix{
  327. right:0;
  328. width:36px;
  329. @include smp-form-height;
  330. background-color: $smp--color-blue;
  331. .el-select__caret{
  332. color:$smp--color-white;
  333. }
  334. }
  335. }
  336. .el-date-editor{
  337. width:100%;
  338. @include smp-form-height;
  339. .el-input__prefix{
  340. left:8px;
  341. display: flex;
  342. align-items: center;
  343. }
  344. .el-icon-time,.el-icon-date{
  345. // background: url('~@/assets/img/common/lb_rq.png') no-repeat ;
  346. width:14px;
  347. height:16px;
  348. margin:4px 0 0 0;
  349. &:before{
  350. display: none;
  351. }
  352. }
  353. .el-icon-time{
  354. width:16px;
  355. background: url('~@/assets/img/common/lb_sj.png') no-repeat ;
  356. }
  357. .el-icon-date{
  358. background: url('~@/assets/img/common/lb_rq.png') no-repeat ;
  359. }
  360. }
  361. }
  362. }
  363. .el-picker-panel{
  364. @include smp-no-radius();
  365. .el-date-table td span{
  366. @include smp-radius-normal();
  367. }
  368. .el-year-table td.current:not(.disabled) .cell,.el-month-table td.current:not(.disabled) .cell{
  369. @include smp-radius-normal();
  370. color:$smp--color-white;
  371. background-color: $smp--color-blue;
  372. }
  373. .el-input__inner{
  374. @include smp-no-radius();
  375. }
  376. .el-picker-panel__footer{
  377. display: flex;
  378. align-items: center;
  379. justify-content: center;
  380. }
  381. .el-picker-panel__link-btn.is-plain{
  382. color:$smp--color-white;
  383. background-color: $smp--color-blue;
  384. }
  385. .el-picker-panel__link-btn:not(.is-plain){
  386. border:1px solid $smp--color-blue;
  387. color:$smp--color-blue;
  388. padding:7px 15px;
  389. }
  390. }
  391. .el-time-panel{
  392. .el-time-panel__footer{
  393. display: flex;
  394. align-items: center;
  395. justify-content: center;
  396. }
  397. .el-scrollbar__wrap{
  398. box-sizing: content-box;
  399. }
  400. .el-time-spinner__item.active:not(.disabled){
  401. color:$smp--color-blue;
  402. font-size:normal;
  403. }
  404. }
  405. /* smp icon 32
  406. ------------------------------ */
  407. .smp-nav-icon-32{
  408. width:32px;
  409. height:32px;
  410. background-repeat: no-repeat;
  411. }
  412. .smp-ni32-userPic{
  413. background-image: url('~@/assets/img/nav/nav_tx_n.png');
  414. }
  415. /* smp icon 24
  416. ------------------------------ */
  417. .smp-nav-icon{
  418. width:24px;
  419. height:24px;
  420. background-repeat: no-repeat;
  421. }
  422. .smp-ni-nav_sy_n{
  423. background-image: url('~@/assets/img/nav/nav_sy_n.png');
  424. &.on{
  425. background-image: url('~@/assets/img/nav/nav_sy_s.png');
  426. }
  427. }
  428. .smp-ni-nav_fxyp_n{
  429. background-image: url('~@/assets/img/nav/nav_fxyp_n.png');
  430. &.on{
  431. background-image: url('~@/assets/img/nav/nav_fxyp_s.png');
  432. }
  433. }
  434. .smp-ni-nav_fzsgzt_n{
  435. background-image: url('~@/assets/img/nav/nav_fzsgzt_n.png');
  436. &.on{
  437. background-image: url('~@/assets/img/nav/nav_fzsgzt_s.png');
  438. }
  439. }
  440. .smp-ni-nav_jcsj_n{
  441. background-image: url('~@/assets/img/nav/nav_jcsj_n.png');
  442. &.on{
  443. background-image: url('~@/assets/img/nav/nav_jcsj_s.png');
  444. }
  445. }
  446. .smp-ni-nav_jcyj_n{
  447. background-image: url('~@/assets/img/nav/nav_jcyj_n.png');
  448. &.on{
  449. background-image: url('~@/assets/img/nav/nav_jcyj_s.png');
  450. }
  451. }
  452. .smp-ni-nav_jczj_n{
  453. background-image: url('~@/assets/img/nav/nav_jczj_n.png');
  454. &.on{
  455. background-image: url('~@/assets/img/nav/nav_jczj_s.png');
  456. }
  457. }
  458. .smp-ni-nav_xnpg_n{
  459. background-image: url('~@/assets/img/nav/nav_xnpg_n.png');
  460. &.on{
  461. background-image: url('~@/assets/img/nav/nav_xnpg_s.png');
  462. }
  463. }
  464. .smp-ni-nav_xtgl_n{
  465. background-image: url('~@/assets/img/nav/nav_xtgl_n.png');
  466. &.on{
  467. background-image: url('~@/assets/img/nav/nav_xtgl_s.png');
  468. }
  469. }
  470. .smp-ni-nav_zhdd_n{
  471. background-image: url('~@/assets/img/nav/nav_zhdd_n.png');
  472. &.on{
  473. background-image: url('~@/assets/img/nav/nav_zhdd_s.png');
  474. }
  475. }
  476. .smp-ni-nav_znyw_n{
  477. background-image: url('~@/assets/img/nav/nav_znyw_n.png');
  478. &.on{
  479. background-image: url('~@/assets/img/nav/nav_znyw_s.png');
  480. }
  481. }
  482. .smp-ni-back{
  483. background-image: url('~@/assets/img/nav/nav_fh_n.png');
  484. }
  485. .smp-ni-more{
  486. background-image: url('~@/assets/img/nav/nav_gd_n.png');
  487. }
  488. .smp-ni-news{
  489. background-image: url('~@/assets/img/nav/nav_tz.png');
  490. }
  491. .smp-ni-notice{
  492. background-image: url('~@/assets/img/nav/nav_gg.png');
  493. }
  494. .smp-ni-leftbar_jcyj{
  495. background-image: url('~@/assets/img/sidebar/leftbar_jcyj.png');
  496. }
  497. .smp-ni-leftbar_xsgzdd{
  498. background-image: url('~@/assets/img/sidebar/leftbar_xsgzdd.png');
  499. }
  500. .smp-ni-leftbar_xshcl{
  501. background-image: url('~@/assets/img/sidebar/leftbar_xshcl.png');
  502. }
  503. .smp-ni-leftbar_xshj{
  504. background-image: url('~@/assets/img/sidebar/leftbar_xshj.png');
  505. }
  506. .smp-ni-leftbar_xskcgj{
  507. background-image: url('~@/assets/img/sidebar/leftbar_xskcgj.png');
  508. }
  509. .smp-ni-leftbar_xslb{
  510. background-image: url('~@/assets/img/sidebar/leftbar_xslb.png');
  511. }
  512. .smp-ni-leftbar_xsyp{
  513. background-image: url('~@/assets/img/sidebar/leftbar_xsyp.png');
  514. }
  515. .smp-ni-leftbar_zhtsfx{
  516. background-image: url('~@/assets/img/sidebar/leftbar_zhtsfx.png');
  517. }
  518. /* smp icon 20
  519. ------------------------------ */
  520. .smp-icon-20{
  521. width:20px;
  522. height:20px;
  523. background-repeat: no-repeat;
  524. }
  525. .smp-i20-sy_map_dtgj_n{
  526. background-image: url('~@/assets/img/index/sy_map_dtgj_n.png');
  527. &.on{
  528. background-image: url('~@/assets/img/index/sy_map_dtgj_s.png');
  529. }
  530. }
  531. .smp-i20-sy_map_ztjcyj_n{
  532. background-image: url('~@/assets/img/index/sy_map_ztjcyj_n.png');
  533. &.on{
  534. background-image: url('~@/assets/img/index/sy_map_ztjcyj_s.png');
  535. }
  536. }
  537. .smp-i20-sy_map_gis_n{
  538. background-image: url('~@/assets/img/index/sy_map_gis_n.png');
  539. &.on{
  540. background-image: url('~@/assets/img/index/sy_map_gis_s.png');
  541. }
  542. }
  543. .smp-i20-sy_map_sjz_n{
  544. background-image: url('~@/assets/img/index/sy_map_sjz_n.png');
  545. &.on{
  546. background-image: url('~@/assets/img/index/sy_map_sjz_s.png');
  547. }
  548. }
  549. /* smp icon 16
  550. ------------------------------ */
  551. .smp-nav-icon-16{
  552. width:16px;
  553. height:16px;
  554. background-repeat: no-repeat;
  555. }
  556. .smp-ni16-person{
  557. background-image: url('~@/assets/img/nav/sy_grxx.png');
  558. }
  559. .smp-ni16-pass{
  560. background-image: url('~@/assets/img/nav/sy_xgmm.png');
  561. }
  562. .smp-ni16-out{
  563. background-image: url('~@/assets/img/nav/sy_tc.png');
  564. }
  565. .smp-ni16-slidebar-switch{
  566. background-image: url('~@/assets/img/index/sy_cdsq.png');
  567. }
  568. .smp-ni16-sy_dw{
  569. background-image: url('~@/assets/img/index/sy_dw.png');
  570. }
  571. /* smp icon 10
  572. ------------------------------ */
  573. .smp-nav-icon-10{
  574. width:10px;
  575. height:10px;
  576. background-repeat: no-repeat;
  577. }
  578. .smp-ni10-arrow{
  579. background-image: url('~@/assets/img/nav/nav_zk.png');
  580. }
  581. /* smp frame
  582. ------------------------------ */
  583. html,body{
  584. height:100%;
  585. width:100%;
  586. }
  587. .normalWraper{
  588. margin-top:10px;
  589. background-color: $smp--color-white;
  590. box-shadow: $smp--box-shadow-1;
  591. height:calc(100% - 10px);
  592. .smp-card{
  593. height:100%;
  594. display: flex;
  595. flex-direction: column;
  596. }
  597. .smpc-hd{
  598. flex-shrink: 0;
  599. }
  600. .smpc-bd{
  601. padding:20px;
  602. flex:1;
  603. height:100%;
  604. overflow:auto;
  605. &::-webkit-scrollbar {display:none}
  606. }
  607. }
  608. .aui-wrapper{
  609. min-width:1280px;
  610. min-height:800px;
  611. height:100%;
  612. width:100%;
  613. display: flex;
  614. flex-direction: column;
  615. padding:0;
  616. background-color: $smp--color-gray_ef;
  617. .smp_main-t{
  618. height:80px;
  619. flex-shrink: 0;
  620. width:100%;
  621. // background-color: #f00;
  622. margin:0 0 10px;
  623. }
  624. .smp_main-b{
  625. flex:1;
  626. display: flex;
  627. // background-color: #0f0;
  628. position:relative;
  629. }
  630. .smp_main-l{
  631. flex-shrink: 0;
  632. height:100%;
  633. // background-color: #00f;
  634. position:absolute;
  635. top:0;
  636. left:0;
  637. }
  638. .smp_main-r{
  639. width:100%;
  640. padding:0 10px 0 250px;
  641. height:100%;
  642. // background-color: #f0f;
  643. display: flex;
  644. flex-direction: column;
  645. &.onClose{
  646. padding-left: 72px;
  647. }
  648. }
  649. }
  650. /* smp frame top
  651. ------------------------------ */
  652. .smp-navbar{
  653. background-color: $smp--color-blue;
  654. height:80px;
  655. width:100%;
  656. display: flex;
  657. box-shadow: $smp--box-shadow-1;
  658. .navbar-hd{
  659. width:259px;
  660. flex-shrink: 0;
  661. h1{
  662. margin:0;
  663. }
  664. }
  665. .navbar-bd{
  666. flex:1;
  667. display: flex;
  668. }
  669. }
  670. /* smp navbar-menu
  671. ------------------------------ */
  672. .navbar-menu{
  673. flex:1;
  674. padding:0 120px 0 0;
  675. z-index:100;
  676. position:relative;
  677. .nbm-wraper{
  678. margin:0 120px 0 0;
  679. flex:1;
  680. display: flex;
  681. flex-wrap: wrap;
  682. height:80px;
  683. overflow:hidden;
  684. &.nbmw-open{
  685. height:auto;
  686. background-color: $smp--color-blue;
  687. box-shadow: $smp--box-shadow;
  688. .nbm-item{
  689. box-sizing:border-box;
  690. // border-right:1px solid rgba(255,255,255,0.1);
  691. // border-bottom:1px solid rgba(255,255,255,0.1);
  692. }
  693. }
  694. }
  695. .nbm-item{
  696. cursor: pointer;
  697. width:120px;
  698. flex-shrink: 0;
  699. height:80px;
  700. display: flex;
  701. flex-direction: column;
  702. align-items: center;
  703. justify-content: center;
  704. span{
  705. font-size:14px;
  706. color:$smp--color-white;
  707. padding:5px 0 0 0;
  708. }
  709. &.on{
  710. background-color: $smp--color-white;
  711. span{
  712. color:$smp--color-blue;
  713. }
  714. }
  715. }
  716. .nbm-switch{
  717. position:absolute;
  718. right:120px;
  719. top:0;
  720. width:120px;
  721. height:80px;
  722. }
  723. }
  724. /* smp navbar-news
  725. ------------------------------ */
  726. .navbar-news{
  727. width:80px;
  728. flex-shrink: 0;
  729. display: flex;
  730. .nn-item{
  731. display: flex;
  732. align-items: center;
  733. justify-content: center;
  734. width:40px;
  735. i{
  736. position:relative;
  737. cursor: pointer;
  738. }
  739. span{
  740. position:absolute;
  741. top:0;
  742. right:0;
  743. transform: translate(40%,-40%);
  744. background-color: $smp--color-red;
  745. border-radius:40px;
  746. color:$smp--color-white;
  747. width:22px;
  748. height:22px;
  749. display: flex;
  750. align-items: center;
  751. text-indent: 3px;
  752. border:3px solid $smp--color-blue;
  753. }
  754. }
  755. }
  756. /* smp navbar-user
  757. ------------------------------ */
  758. .navbar-user{
  759. min-width:130px;
  760. flex-shrink: 0;
  761. display: flex;
  762. align-items: center;
  763. padding:0 10px;
  764. position:relative;
  765. z-index:101;
  766. .nu-main{
  767. display: flex;
  768. height:40px;
  769. align-items: center;
  770. .nu-l{
  771. width:32px;
  772. height:32px;
  773. display: flex;
  774. flex-shrink: 0;
  775. }
  776. .nu-r{
  777. flex:1;
  778. color:$smp--color-white;
  779. padding:0 0 0 5px;
  780. }
  781. .nu-t{
  782. display: flex;
  783. height:20px;
  784. align-items: center;
  785. }
  786. .nu-b{
  787. display: flex;
  788. height:20px;
  789. align-items: center;
  790. }
  791. .navbar-name{
  792. padding:0 10px 0 0;
  793. }
  794. .navbar-open-btn{
  795. display: flex;
  796. width:20px;
  797. height:20px;
  798. align-items: center;
  799. justify-content: center;
  800. cursor:pointer;
  801. i{
  802. transition: $--all-transition;
  803. &.on{
  804. transform:rotate(180deg);
  805. }
  806. }
  807. }
  808. }
  809. .nu-list-wraper{
  810. position:absolute;
  811. top:60px;
  812. right:10px;
  813. background-color: $smp--color-white;
  814. box-shadow: $smp--box-shadow;
  815. min-width:130px;
  816. .nulw-ul{
  817. padding:10px;
  818. }
  819. .nulw-li{
  820. display: flex;
  821. height:30px;
  822. cursor: pointer;
  823. // border-bottom:1px solid #ccc;
  824. align-items: center;
  825. span{
  826. padding:0 0 0 5px;
  827. }
  828. }
  829. }
  830. }
  831. /* smp sidebar
  832. ------------------------------ */
  833. .smp-sidebar{
  834. width:240px;
  835. height:100%;
  836. background-color: $smp--color-white;
  837. display: flex;
  838. flex-direction: column;
  839. box-shadow: $smp--box-shadow-1;
  840. &.smps-close{
  841. width:60px;
  842. .el-menu-item,.el-submenu__title{
  843. padding:0;
  844. padding-left:18px!important;
  845. }
  846. .el-menu--collapse{
  847. width:60px;
  848. border-right:none;
  849. }
  850. }
  851. .smps-hd{
  852. height:55px;
  853. display: flex;
  854. align-items: center;
  855. padding:0 20px 15px;
  856. flex-shrink: 0;
  857. background: url('~@/assets/img/sidebar/leftbar_cdzkyy.png') no-repeat 0 bottom;
  858. &.smps-hdclose{
  859. width:62px;
  860. background: url('~@/assets/img/sidebar/leftbar_cdsqyy.png') no-repeat 0 bottom;
  861. background-size: 60px 23px;
  862. .smpsh-title{
  863. display: none;
  864. }
  865. }
  866. .smpsh-title{
  867. flex:1;
  868. font-size:14px;
  869. color:$smp--color-blue;
  870. }
  871. .smpsh-switch{
  872. height:20px;
  873. width:20px;
  874. display: flex;
  875. align-items: center;
  876. justify-content: center;
  877. transition: $--all-transition;
  878. &.on{
  879. transform:rotate(90deg);
  880. }
  881. }
  882. }
  883. .smps-bd{
  884. flex:1;
  885. // overflow-y: auto;
  886. // overflow-x: auto;
  887. }
  888. .smps-menu{
  889. border-right:none;
  890. .el-menu-item,.el-submenu__title{
  891. display: flex;
  892. align-items: center;
  893. i{
  894. margin:0 5px 0 0;
  895. }
  896. em{
  897. font-size:30px;
  898. padding:0 3px 0 10px;
  899. }
  900. span{
  901. font-size:14px;
  902. }
  903. }
  904. .el-menu-item.is-active{
  905. background-color:$smp--color-blue ;
  906. .smpsbm-point{
  907. color:$smp--color-white;
  908. }
  909. .smpsbm-name{
  910. color:$smp--color-white;
  911. }
  912. }
  913. .el-submenu.is-opened{
  914. background-color: $smp--color-gray_f5;
  915. .el-menu--inline{
  916. background: none;
  917. }
  918. }
  919. .smpsm-close-hd{
  920. height:50px;
  921. display: flex;
  922. align-items: center;
  923. justify-content: space-between;
  924. padding:0 20px;
  925. position:relative;
  926. font-weight:bold;
  927. color:$smp--color-font-color-6;
  928. }
  929. }
  930. }
  931. /* smp crumb
  932. ------------------------------ */
  933. .smp-crumb{
  934. flex-shrink: 0;
  935. height:40px;
  936. background-color: $smp--color-white;
  937. display: flex;
  938. align-items: center;
  939. padding:0 20px;
  940. box-shadow: $smp--box-shadow-1;
  941. .smpc-item{
  942. color:$smp--color-font-color-6;
  943. padding:0 10px 0 0;
  944. display: flex;
  945. i{
  946. padding:0 10px 0 0;
  947. }
  948. span{
  949. cursor: pointer;
  950. &.on{
  951. color:$smp--color-blue;
  952. }
  953. }
  954. }
  955. }
  956. /* smp content
  957. ------------------------------ */
  958. .smp-content{
  959. flex:1;
  960. // background-color: $smp--color-white;
  961. // box-shadow: $smp--box-shadow;
  962. // overflow:hidden;
  963. width:100%;
  964. height:calc(100% - 40px);
  965. }
  966. /* smp home
  967. ------------------------------ */
  968. .home{
  969. display: flex;
  970. width:100%;
  971. height:100%;
  972. position:relative;
  973. overflow:hidden;
  974. }
  975. /* smp page-left & page-right
  976. ------------------------------ */
  977. .smp-page-left,.smp-page-right{
  978. width:400px;
  979. position:absolute;
  980. top:10px;
  981. bottom:15px;
  982. background-color: $smp--color-white;
  983. transition: $--all-transition;
  984. box-shadow: $smp--box-shadow;
  985. z-index:99;
  986. .smp-pl-box{
  987. width:400px;
  988. height:100%;
  989. overflow:auto;
  990. &::-webkit-scrollbar {display:none}
  991. }
  992. .smp-pl-controler{
  993. position:absolute;
  994. top:50%;
  995. width:19px;
  996. height:108px;
  997. // background-color: $smp--color-blue;
  998. transform: translateY(-50%);
  999. cursor: pointer;
  1000. }
  1001. }
  1002. .smp-page-left{
  1003. left:0px;
  1004. &.close{
  1005. transform: translateX(-400px);
  1006. box-shadow: none;
  1007. }
  1008. .smp-pl-controler{
  1009. right:-19px;
  1010. background-image: url('~@/assets/img/index/sy_kpsq_l.png');
  1011. &.close{
  1012. background-image: url('~@/assets/img/index/sy_kpzk_l.png');
  1013. }
  1014. }
  1015. }
  1016. .smp-page-right{
  1017. right:0px;
  1018. &.close{
  1019. transform: translateX(400px);
  1020. box-shadow: none;
  1021. }
  1022. .smp-pl-controler{
  1023. left:-19px;
  1024. background-image: url('~@/assets/img/index/sy_kpsq_r.png');
  1025. &.close{
  1026. background-image: url('~@/assets/img/index/sy_kpzk_r.png');
  1027. }
  1028. }
  1029. }
  1030. .smp-page-dividing-line:after{
  1031. width:362px;
  1032. height:4px;
  1033. background-image: url('~@/assets/img/index/sy_fgx.png');
  1034. background-repeat: no-repeat;
  1035. content:'';
  1036. display: block;
  1037. margin:0 auto;
  1038. }
  1039. /* smp map-search
  1040. ------------------------------ */
  1041. .smp-map-search{
  1042. height:36px;
  1043. width:504px;
  1044. position:absolute;
  1045. top:16px;
  1046. left:50%;
  1047. transform: translateX(-50%);
  1048. // background-color: $smp--color-blue;
  1049. display: flex;
  1050. z-index:98;
  1051. .smpms-l{
  1052. width:99px;
  1053. flex-shrink: 0;
  1054. background-color: $smp--color-white;
  1055. display: flex;
  1056. margin:0 10px 0 0;
  1057. box-shadow: $smp--box-shadow;
  1058. .smpmsl-l{
  1059. width:30px;
  1060. height:36px;
  1061. display: flex;
  1062. align-items: center;
  1063. justify-content: center;
  1064. flex-shrink: 0;
  1065. }
  1066. .smpmsl-r{
  1067. flex:1;
  1068. }
  1069. }
  1070. .smpms-r{
  1071. background-color: $smp--color-white;
  1072. display: flex;
  1073. padding:0 0 0 15px;
  1074. flex:1;
  1075. box-shadow: $smp--box-shadow;
  1076. .smpmsr-l{
  1077. width:65px;
  1078. flex-shrink: 0;
  1079. position:relative;
  1080. &:after{
  1081. content:'';
  1082. position:absolute;
  1083. top:7px;
  1084. right:0px;
  1085. height:22px;
  1086. width:1px;
  1087. background-color: $smp--color-gray_e7;
  1088. }
  1089. }
  1090. .smpmsr-c{
  1091. flex:1;
  1092. }
  1093. .smpmsr-r{
  1094. width:54px;
  1095. height:36px;
  1096. flex-shrink: 0;
  1097. .el-button{
  1098. height:36px;
  1099. border-radius:0px;
  1100. border:none;
  1101. }
  1102. }
  1103. }
  1104. }
  1105. /* smp map-func
  1106. ------------------------------ */
  1107. .smp-map-func{
  1108. position:absolute;
  1109. bottom:15px;
  1110. left:50%;
  1111. transform:translateX(-50%);
  1112. height:48px;
  1113. background-color: $smp--color-white;
  1114. box-shadow: $smp--box-shadow;
  1115. display: flex;
  1116. z-index:99;
  1117. .smpmf-item{
  1118. display: flex;
  1119. flex-direction: column;
  1120. align-items: center;
  1121. justify-content: center;
  1122. padding:0 10px;
  1123. height:100%;
  1124. position:relative;
  1125. &:after{
  1126. content:'';
  1127. position:absolute;
  1128. top:9px;
  1129. right:0px;
  1130. width:0px;
  1131. height:30px;
  1132. border-right:1px dashed $smp--color-gray_e7;
  1133. }
  1134. &:last-child:after{
  1135. display: none;
  1136. }
  1137. span{
  1138. padding:2px 0 0 0;
  1139. &.on{
  1140. color:$smp--color-blue;
  1141. }
  1142. }
  1143. }
  1144. }
  1145. /* monitorwarn-index-statistic-bd
  1146. ------------------------------ */
  1147. .monitorwarn-index-statistic-bd{
  1148. display: flex;
  1149. align-items:center;
  1150. justify-content: space-around;
  1151. flex-wrap: wrap;
  1152. height:184px;
  1153. .mis-item{
  1154. width:163px;
  1155. height:80px;
  1156. background-repeat:no-repeat;
  1157. position:relative;
  1158. .misi-num{
  1159. position:absolute;
  1160. top:15px;
  1161. left:10px;
  1162. font-size:26px;
  1163. color:$smp--color-white;
  1164. }
  1165. .misi-name{
  1166. position:absolute;
  1167. bottom:15px;
  1168. left:10px;
  1169. font-size:12px;
  1170. color:$smp--color-white;
  1171. }
  1172. }
  1173. .misi-bg-sy_ryyj{
  1174. background-image: url('~@/assets/img/index/sy_ryyj.png');
  1175. box-shadow: rgba(25,183,229,0.3) 2px 2px 5px;
  1176. }
  1177. .misi-bg-sy_clyj{
  1178. background-image: url('~@/assets/img/index/sy_clyj.png');
  1179. box-shadow: rgba(241,117,118,0.3) 2px 2px 5px;
  1180. }
  1181. .misi-bg-sy_cbyj{
  1182. background-image: url('~@/assets/img/index/sy_cbyj.png');
  1183. box-shadow: rgba(246,159,100,0.3) 2px 2px 5px;
  1184. }
  1185. .misi-bg-sy_dxmyj{
  1186. background-image: url('~@/assets/img/index/sy_dxmyj.png');
  1187. box-shadow: rgba(106,172,245,0.3) 2px 2px 5px;
  1188. }
  1189. }
  1190. /* monitorwarn-index-clue
  1191. ------------------------------ */
  1192. .monitorwarn-index-clue{
  1193. .smp-img-text{
  1194. padding:8px 0 0;
  1195. }
  1196. }
  1197. .monitorwarn-index-clue-hd{
  1198. display: flex;
  1199. padding:10px 2px 0 0;
  1200. align-items:center;
  1201. justify-content: space-between;
  1202. .mich-item{
  1203. width:75px;
  1204. height:73px;
  1205. background-repeat:no-repeat;
  1206. position:relative;
  1207. .mich-num{
  1208. position:absolute;
  1209. top:1px;
  1210. left:10px;
  1211. font-size:24px;
  1212. color:$smp--color-font-color-3;
  1213. }
  1214. .mich-name{
  1215. position:absolute;
  1216. bottom:5px;
  1217. left:10px;
  1218. font-size:14px;
  1219. color:$smp--color-font-color-6;
  1220. }
  1221. }
  1222. .michi-bg-sy_sxsj{
  1223. background-image: url('~@/assets/img/index/sy_sxsj.png');
  1224. box-shadow: rgba(43,112,188,0.1) 2px 2px 5px;
  1225. }
  1226. .michi-bg-sy_gzpt{
  1227. background-image: url('~@/assets/img/index/sy_gzpt.png');
  1228. box-shadow: rgba(163,76,17,0.1) 2px 2px 5px;
  1229. }
  1230. .michi-bg-sy_gzsj{
  1231. background-image: url('~@/assets/img/index/sy_gzsj.png');
  1232. box-shadow: rgba(9,126,159,0.1) 2px 2px 5px;
  1233. }
  1234. .michi-bg-sy_appsj{
  1235. background-image: url('~@/assets/img/index/sy_appsj.png');
  1236. box-shadow: rgba(156,58,58,0.1) 2px 2px 5px;
  1237. }
  1238. }
  1239. /* smp-img-text
  1240. ------------------------------ */
  1241. .smp-img-text{
  1242. display: flex;
  1243. flex-direction: column;
  1244. justify-content: space-between;
  1245. .smpit-item{
  1246. display: flex;
  1247. align-items: center;
  1248. height:90px;
  1249. .smpiti-l{
  1250. margin:0 10px 0 0;
  1251. width:88px;
  1252. flex-shrink: 0;
  1253. img{
  1254. width:88px;
  1255. height:65px;
  1256. }
  1257. }
  1258. .smpiti-r{
  1259. flex:1;
  1260. color:$smp--color-font-color-6;
  1261. display: flex;
  1262. flex-direction: column;
  1263. }
  1264. .smpiti-r-textbox{
  1265. height:24px;
  1266. display: flex;
  1267. align-items: center;
  1268. strong{
  1269. color:$smp--color-font-color-3;
  1270. }
  1271. }
  1272. }
  1273. }
  1274. /* monitorwarn-index-statistic-echart
  1275. ------------------------------ */
  1276. .monitorwarn-index-statistic-echart{
  1277. .mise-box{
  1278. width:360px;
  1279. height:240px;
  1280. background-image:url('~@/assets/img/demo/statistic_echart.jpg') ;
  1281. }
  1282. }
  1283. /* monitorwarn-index-trend-echart
  1284. ------------------------------ */
  1285. .monitorwarn-index-trend-echart{
  1286. .mite-box{
  1287. width:360px;
  1288. height:240px;
  1289. background-image:url('~@/assets/img/demo/index-trend.jpg') ;
  1290. }
  1291. }
  1292. /* monitorwarn-map
  1293. ------------------------------ */
  1294. .monitorwarn-map{
  1295. width:100%;
  1296. height:100%;
  1297. .mw-map-inner{
  1298. width:100%;
  1299. height:100%;
  1300. }
  1301. }
  1302. /* smp-cg-clue-list
  1303. ------------------------------ */
  1304. .smp-cg-clue-list{
  1305. display: flex;
  1306. flex-direction: column;
  1307. .smpccl-hd{
  1308. flex-shrink: 0;
  1309. position:relative;
  1310. padding:24px 20px;
  1311. .smpcclh-btn-wraper{
  1312. position:absolute;
  1313. display: flex;
  1314. bottom:24px;
  1315. right:20px;
  1316. .smpcclh-btn{
  1317. margin: 0 0 0 20px;
  1318. }
  1319. }
  1320. }
  1321. .smpccl-bd{
  1322. display: flex;
  1323. flex-direction: column;
  1324. flex:1;
  1325. width:100%;
  1326. }
  1327. .smpccl-tab{
  1328. padding:0 20px;
  1329. // width:100%;
  1330. flex:1;
  1331. overflow:auto;
  1332. &::-webkit-scrollbar {display:none}
  1333. }
  1334. .smpccl-pagination{
  1335. height:62px;
  1336. flex-shrink: 0;
  1337. }
  1338. }
  1339. /* smp-cond-box
  1340. ------------------------------ */
  1341. .smp-cond-box{
  1342. display: flex;
  1343. width:100%;
  1344. flex-wrap: wrap;
  1345. .smp-cb-item{
  1346. display: flex;
  1347. &.smp-cbi-had{
  1348. width:100%;
  1349. }
  1350. &.smp-cbi-time{
  1351. width:47%;
  1352. }
  1353. &.smp-cbi-title{
  1354. width:27%;
  1355. margin:0 0 0 5%;
  1356. }
  1357. .smp-cbi-l{
  1358. flex-shrink: 0;
  1359. height:36px;
  1360. align-items: center;
  1361. display: flex;
  1362. color:$smp--color-font-color-3;
  1363. }
  1364. .smp-cbi-r{
  1365. flex:1;
  1366. display: flex;
  1367. .smp-date-picker{
  1368. width:100%;
  1369. }
  1370. }
  1371. }
  1372. }
  1373. .cond-choose{
  1374. flex:1;
  1375. margin:0 0 20px 0;
  1376. // height:200px;
  1377. // background-color: $smp--color-red;
  1378. .cc-hd{
  1379. height:36px;
  1380. border:1px solid $smp--color-gray_e7;
  1381. display: flex;
  1382. width:100%;
  1383. position:relative;
  1384. .cch-input{
  1385. flex:1;
  1386. padding:0 46px 0 10px;
  1387. height:100%;
  1388. .cch-input-inner{
  1389. width:100%;
  1390. height:100%;
  1391. display: flex;
  1392. align-items: center;
  1393. }
  1394. .cch-ii-item{
  1395. color:$smp--color-blue;
  1396. // padding:0 5px 0 0;
  1397. }
  1398. }
  1399. .cch-switch{
  1400. height:36px;
  1401. width:36px;
  1402. background-color: $smp--color-blue;
  1403. position: absolute;
  1404. top:0;
  1405. right:0;
  1406. display: flex;
  1407. align-items: center;
  1408. justify-content: center;
  1409. i{
  1410. position:static;
  1411. margin:0;
  1412. color:$smp--color-white;
  1413. font-size:14px;
  1414. transition: $--all-transition;
  1415. &.on{
  1416. transform:rotate(180deg);
  1417. }
  1418. }
  1419. }
  1420. }
  1421. .cc-bd{
  1422. border:1px solid $smp--color-gray_e7;
  1423. border-top:none;
  1424. padding:6px 14px;
  1425. display: none;
  1426. flex-wrap: wrap;
  1427. &.on{
  1428. display:flex;
  1429. }
  1430. }
  1431. .cc-type-item{
  1432. display: flex;
  1433. width:50%;
  1434. .ccti-l{
  1435. height:44px;
  1436. width:80px;
  1437. background-color: $smp--color-gray_e7;
  1438. display: flex;
  1439. align-items: center;
  1440. padding:0 5px;
  1441. flex-shrink: 0;
  1442. margin:0 5px 0 0;
  1443. }
  1444. .ccti-r{
  1445. flex:1;
  1446. display: flex;
  1447. flex-wrap: wrap;
  1448. // align-items: center;
  1449. }
  1450. .ccti-text{
  1451. padding:0 7px;
  1452. height:30px;
  1453. display: flex;
  1454. align-items: center;
  1455. margin:7px 9px;
  1456. color:$smp--color-font-color-6;
  1457. cursor: pointer;
  1458. &.on{
  1459. color:$smp--color-blue;
  1460. background-color: $smp--color-blue-white-2;
  1461. }
  1462. }
  1463. }
  1464. }
  1465. /* smp-all-form-type
  1466. ------------------------------ */
  1467. .smp-all-form-type{
  1468. .smp-aft-inner{
  1469. width:800px;
  1470. margin:0 auto;
  1471. }
  1472. .smp-fi-flexwraper{
  1473. display: flex;
  1474. .smp-tags{
  1475. margin:0 20px 0 0;
  1476. }
  1477. }
  1478. .smpaft-btn-wraper{
  1479. display: flex;
  1480. justify-content: center;
  1481. }
  1482. .smpaft-btn{
  1483. width:180px;
  1484. margin:0 10px;
  1485. }
  1486. .smp-aft-line{
  1487. font-size:16px;
  1488. color:$smp--color-font-color-6;
  1489. display: flex;
  1490. align-items: center;
  1491. justify-content: center;
  1492. }
  1493. }