smp.scss 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582
  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.all-main-wraper{
  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. background-image: url('~@/assets/img/nav/menu-btn-bg.jpg');
  712. span{
  713. color:$smp--color-blue;
  714. }
  715. }
  716. }
  717. .nbm-switch{
  718. position:absolute;
  719. right:120px;
  720. top:0;
  721. width:120px;
  722. height:80px;
  723. }
  724. .nbmw-open .nbm-item.on{
  725. background-image: none;
  726. }
  727. }
  728. /* smp navbar-news
  729. ------------------------------ */
  730. .navbar-news{
  731. width:80px;
  732. flex-shrink: 0;
  733. display: flex;
  734. .nn-item{
  735. display: flex;
  736. align-items: center;
  737. justify-content: center;
  738. width:40px;
  739. i{
  740. position:relative;
  741. cursor: pointer;
  742. }
  743. span{
  744. position:absolute;
  745. top:0;
  746. right:0;
  747. transform: translate(40%,-40%);
  748. background-color: $smp--color-red;
  749. border-radius:40px;
  750. color:$smp--color-white;
  751. width:22px;
  752. height:22px;
  753. display: flex;
  754. align-items: center;
  755. text-indent: 3px;
  756. border:3px solid $smp--color-blue;
  757. }
  758. }
  759. }
  760. /* smp navbar-user
  761. ------------------------------ */
  762. .navbar-user{
  763. min-width:130px;
  764. flex-shrink: 0;
  765. display: flex;
  766. align-items: center;
  767. padding:0 10px;
  768. position:relative;
  769. z-index:101;
  770. cursor: pointer;
  771. .nu-main{
  772. display: flex;
  773. height:40px;
  774. align-items: center;
  775. .nu-l{
  776. width:32px;
  777. height:32px;
  778. display: flex;
  779. flex-shrink: 0;
  780. }
  781. .nu-r{
  782. flex:1;
  783. color:$smp--color-white;
  784. padding:0 0 0 5px;
  785. }
  786. .nu-t{
  787. display: flex;
  788. height:20px;
  789. align-items: center;
  790. }
  791. .nu-b{
  792. display: flex;
  793. height:20px;
  794. align-items: center;
  795. }
  796. .navbar-name{
  797. padding:0 10px 0 0;
  798. }
  799. .navbar-open-btn{
  800. display: flex;
  801. width:20px;
  802. height:20px;
  803. align-items: center;
  804. justify-content: center;
  805. cursor:pointer;
  806. i{
  807. transition: $--all-transition;
  808. &.on{
  809. transform:rotate(180deg);
  810. }
  811. }
  812. }
  813. }
  814. .nu-list-wraper{
  815. position:absolute;
  816. top:60px;
  817. right:10px;
  818. background-color: $smp--color-white;
  819. box-shadow: $smp--box-shadow;
  820. min-width:130px;
  821. .nulw-ul{
  822. padding:10px;
  823. }
  824. .nulw-li{
  825. display: flex;
  826. height:30px;
  827. cursor: pointer;
  828. // border-bottom:1px solid #ccc;
  829. align-items: center;
  830. span{
  831. padding:0 0 0 5px;
  832. }
  833. }
  834. }
  835. }
  836. /* smp sidebar
  837. ------------------------------ */
  838. .smp-sidebar{
  839. width:240px;
  840. height:100%;
  841. background-color: $smp--color-white;
  842. display: flex;
  843. flex-direction: column;
  844. box-shadow: $smp--box-shadow-1;
  845. &.smps-close{
  846. width:60px;
  847. .el-menu-item,.el-submenu__title{
  848. padding:0;
  849. padding-left:18px!important;
  850. }
  851. .el-menu--collapse{
  852. width:60px;
  853. border-right:none;
  854. }
  855. }
  856. .smps-bd-nomenu{
  857. padding:20px;
  858. }
  859. .smps-hd{
  860. height:55px;
  861. display: flex;
  862. align-items: center;
  863. padding:0 20px 15px;
  864. flex-shrink: 0;
  865. background: url('~@/assets/img/sidebar/leftbar_cdzkyy.png') no-repeat 0 bottom;
  866. &.smps-hdclose{
  867. width:62px;
  868. background: url('~@/assets/img/sidebar/leftbar_cdsqyy.png') no-repeat 0 bottom;
  869. background-size: 60px 23px;
  870. .smpsh-title{
  871. display: none;
  872. }
  873. }
  874. .smpsh-title{
  875. flex:1;
  876. font-size:14px;
  877. color:$smp--color-blue;
  878. }
  879. .smpsh-switch{
  880. height:20px;
  881. width:20px;
  882. display: flex;
  883. align-items: center;
  884. justify-content: center;
  885. transition: $--all-transition;
  886. &.on{
  887. transform:rotate(90deg);
  888. }
  889. }
  890. }
  891. .smps-bd{
  892. flex:1;
  893. &.onopen{
  894. overflow-y: auto;
  895. &::-webkit-scrollbar {display:none}
  896. }
  897. }
  898. .smps-menu{
  899. border-right:none;
  900. .el-menu-item,.el-submenu__title{
  901. display: flex;
  902. align-items: center;
  903. i.smp-nav-icon{
  904. margin:0 5px 0 0;
  905. }
  906. em{
  907. font-size:30px;
  908. padding:0 3px 0 10px;
  909. }
  910. span{
  911. font-size:14px;
  912. }
  913. }
  914. .el-menu-item.is-active{
  915. background-color:$smp--color-blue ;
  916. .smpsbm-point{
  917. color:$smp--color-white;
  918. }
  919. .smpsbm-name{
  920. color:$smp--color-white;
  921. }
  922. }
  923. .el-menu-item:hover{
  924. background-color:$smp--color-blue ;
  925. .smpsbm-point{
  926. color:$smp--color-white;
  927. }
  928. .smpsbm-name{
  929. color:$smp--color-white;
  930. }
  931. }
  932. .el-submenu.is-opened{
  933. background-color: $smp--color-gray_f5;
  934. .el-menu--inline{
  935. background: none;
  936. }
  937. }
  938. .smpsm-close-hd{
  939. height:50px;
  940. display: flex;
  941. align-items: center;
  942. justify-content: space-between;
  943. padding:0 20px;
  944. position:relative;
  945. font-weight:bold;
  946. color:$smp--color-font-color-6;
  947. }
  948. }
  949. }
  950. /* smp crumb
  951. ------------------------------ */
  952. .smp-crumb{
  953. flex-shrink: 0;
  954. height:40px;
  955. background-color: $smp--color-white;
  956. display: flex;
  957. align-items: center;
  958. padding:0 20px;
  959. box-shadow: $smp--box-shadow-1;
  960. .smpc-item{
  961. color:$smp--color-font-color-6;
  962. padding:0 10px 0 0;
  963. display: flex;
  964. i{
  965. padding:0 10px 0 0;
  966. }
  967. span{
  968. cursor: pointer;
  969. &.on{
  970. color:$smp--color-blue;
  971. }
  972. }
  973. }
  974. }
  975. /* smp content
  976. ------------------------------ */
  977. .smp-content{
  978. flex:1;
  979. // background-color: $smp--color-white;
  980. // box-shadow: $smp--box-shadow;
  981. // overflow:hidden;
  982. width:100%;
  983. height:calc(100% - 40px);
  984. &.isIframe{
  985. background-color: $smp--color-white;
  986. overflow: hidden;
  987. }
  988. }
  989. /* smp home
  990. ------------------------------ */
  991. .home{
  992. display: flex;
  993. width:100%;
  994. height:100%;
  995. position:relative;
  996. overflow:hidden;
  997. }
  998. /* smp page-left & page-right
  999. ------------------------------ */
  1000. .smp-page-left,.smp-page-right{
  1001. width:400px;
  1002. position:absolute;
  1003. top:10px;
  1004. bottom:15px;
  1005. background-color: $smp--color-white;
  1006. transition: $--all-transition;
  1007. box-shadow: $smp--box-shadow;
  1008. z-index:99;
  1009. .smp-pl-box{
  1010. width:400px;
  1011. height:100%;
  1012. overflow:auto;
  1013. &::-webkit-scrollbar {display:none}
  1014. }
  1015. .smp-pl-controler{
  1016. position:absolute;
  1017. top:50%;
  1018. width:19px;
  1019. height:108px;
  1020. // background-color: $smp--color-blue;
  1021. transform: translateY(-50%);
  1022. cursor: pointer;
  1023. }
  1024. }
  1025. .smp-page-left{
  1026. left:0px;
  1027. &.close{
  1028. transform: translateX(-400px);
  1029. box-shadow: none;
  1030. }
  1031. .smp-pl-controler{
  1032. right:-19px;
  1033. background-image: url('~@/assets/img/index/sy_kpsq_l.png');
  1034. &.close{
  1035. background-image: url('~@/assets/img/index/sy_kpzk_l.png');
  1036. }
  1037. }
  1038. }
  1039. .smp-page-right{
  1040. right:0px;
  1041. &.close{
  1042. transform: translateX(400px);
  1043. box-shadow: none;
  1044. }
  1045. .smp-pl-controler{
  1046. left:-19px;
  1047. background-image: url('~@/assets/img/index/sy_kpsq_r.png');
  1048. &.close{
  1049. background-image: url('~@/assets/img/index/sy_kpzk_r.png');
  1050. }
  1051. }
  1052. }
  1053. .smp-page-dividing-line:after{
  1054. width:362px;
  1055. height:4px;
  1056. background-image: url('~@/assets/img/index/sy_fgx.png');
  1057. background-repeat: no-repeat;
  1058. content:'';
  1059. display: block;
  1060. margin:0 auto;
  1061. }
  1062. /* smp map-search
  1063. ------------------------------ */
  1064. .smp-map-search{
  1065. height:36px;
  1066. width:504px;
  1067. position:absolute;
  1068. top:16px;
  1069. left:50%;
  1070. transform: translateX(-50%);
  1071. // background-color: $smp--color-blue;
  1072. display: flex;
  1073. z-index:98;
  1074. .smpms-l{
  1075. width:99px;
  1076. flex-shrink: 0;
  1077. background-color: $smp--color-white;
  1078. display: flex;
  1079. margin:0 10px 0 0;
  1080. box-shadow: $smp--box-shadow;
  1081. .smpmsl-l{
  1082. width:30px;
  1083. height:36px;
  1084. display: flex;
  1085. align-items: center;
  1086. justify-content: center;
  1087. flex-shrink: 0;
  1088. }
  1089. .smpmsl-r{
  1090. flex:1;
  1091. }
  1092. }
  1093. .smpms-r{
  1094. background-color: $smp--color-white;
  1095. display: flex;
  1096. padding:0 0 0 15px;
  1097. flex:1;
  1098. box-shadow: $smp--box-shadow;
  1099. .smpmsr-l{
  1100. width:65px;
  1101. flex-shrink: 0;
  1102. position:relative;
  1103. &:after{
  1104. content:'';
  1105. position:absolute;
  1106. top:7px;
  1107. right:0px;
  1108. height:22px;
  1109. width:1px;
  1110. background-color: $smp--color-gray_e7;
  1111. }
  1112. }
  1113. .smpmsr-c{
  1114. flex:1;
  1115. }
  1116. .smpmsr-r{
  1117. width:54px;
  1118. height:36px;
  1119. flex-shrink: 0;
  1120. .el-button{
  1121. height:36px;
  1122. border-radius:0px;
  1123. border:none;
  1124. }
  1125. }
  1126. }
  1127. }
  1128. /* smp map-func
  1129. ------------------------------ */
  1130. .smp-map-func{
  1131. position:absolute;
  1132. bottom:15px;
  1133. left:50%;
  1134. transform:translateX(-50%);
  1135. height:48px;
  1136. background-color: $smp--color-white;
  1137. box-shadow: $smp--box-shadow;
  1138. display: flex;
  1139. z-index:99;
  1140. .smpmf-item{
  1141. display: flex;
  1142. flex-direction: column;
  1143. align-items: center;
  1144. justify-content: center;
  1145. padding:0 10px;
  1146. height:100%;
  1147. position:relative;
  1148. &:after{
  1149. content:'';
  1150. position:absolute;
  1151. top:9px;
  1152. right:0px;
  1153. width:0px;
  1154. height:30px;
  1155. border-right:1px dashed $smp--color-gray_e7;
  1156. }
  1157. &:last-child:after{
  1158. display: none;
  1159. }
  1160. span{
  1161. padding:2px 0 0 0;
  1162. &.on{
  1163. color:$smp--color-blue;
  1164. }
  1165. }
  1166. }
  1167. }
  1168. /* monitorwarn-index-statistic-bd
  1169. ------------------------------ */
  1170. .monitorwarn-index-statistic-bd{
  1171. display: flex;
  1172. align-items:center;
  1173. justify-content: space-around;
  1174. flex-wrap: wrap;
  1175. height:184px;
  1176. .mis-item{
  1177. width:163px;
  1178. height:80px;
  1179. background-repeat:no-repeat;
  1180. position:relative;
  1181. .misi-num{
  1182. position:absolute;
  1183. top:15px;
  1184. left:10px;
  1185. font-size:26px;
  1186. color:$smp--color-white;
  1187. }
  1188. .misi-name{
  1189. position:absolute;
  1190. bottom:15px;
  1191. left:10px;
  1192. font-size:12px;
  1193. color:$smp--color-white;
  1194. }
  1195. }
  1196. .misi-bg-sy_ryyj{
  1197. background-image: url('~@/assets/img/index/sy_ryyj.png');
  1198. box-shadow: rgba(25,183,229,0.3) 2px 2px 5px;
  1199. }
  1200. .misi-bg-sy_clyj{
  1201. background-image: url('~@/assets/img/index/sy_clyj.png');
  1202. box-shadow: rgba(241,117,118,0.3) 2px 2px 5px;
  1203. }
  1204. .misi-bg-sy_cbyj{
  1205. background-image: url('~@/assets/img/index/sy_cbyj.png');
  1206. box-shadow: rgba(246,159,100,0.3) 2px 2px 5px;
  1207. }
  1208. .misi-bg-sy_dxmyj{
  1209. background-image: url('~@/assets/img/index/sy_dxmyj.png');
  1210. box-shadow: rgba(106,172,245,0.3) 2px 2px 5px;
  1211. }
  1212. }
  1213. /* monitorwarn-index-clue
  1214. ------------------------------ */
  1215. .monitorwarn-index-clue{
  1216. .smp-img-text{
  1217. padding:8px 0 0;
  1218. }
  1219. }
  1220. .monitorwarn-index-clue-hd{
  1221. display: flex;
  1222. padding:10px 2px 0 0;
  1223. align-items:center;
  1224. justify-content: space-between;
  1225. .mich-item{
  1226. width:75px;
  1227. height:73px;
  1228. background-repeat:no-repeat;
  1229. position:relative;
  1230. .mich-num{
  1231. position:absolute;
  1232. top:1px;
  1233. left:10px;
  1234. font-size:24px;
  1235. color:$smp--color-font-color-3;
  1236. }
  1237. .mich-name{
  1238. position:absolute;
  1239. bottom:5px;
  1240. left:10px;
  1241. font-size:14px;
  1242. color:$smp--color-font-color-6;
  1243. }
  1244. }
  1245. .michi-bg-sy_sxsj{
  1246. background-image: url('~@/assets/img/index/sy_sxsj.png');
  1247. box-shadow: rgba(43,112,188,0.1) 2px 2px 5px;
  1248. }
  1249. .michi-bg-sy_gzpt{
  1250. background-image: url('~@/assets/img/index/sy_gzpt.png');
  1251. box-shadow: rgba(163,76,17,0.1) 2px 2px 5px;
  1252. }
  1253. .michi-bg-sy_gzsj{
  1254. background-image: url('~@/assets/img/index/sy_gzsj.png');
  1255. box-shadow: rgba(9,126,159,0.1) 2px 2px 5px;
  1256. }
  1257. .michi-bg-sy_appsj{
  1258. background-image: url('~@/assets/img/index/sy_appsj.png');
  1259. box-shadow: rgba(156,58,58,0.1) 2px 2px 5px;
  1260. }
  1261. }
  1262. /* smp-img-text
  1263. ------------------------------ */
  1264. .smp-img-text{
  1265. display: flex;
  1266. flex-direction: column;
  1267. justify-content: space-between;
  1268. .smpit-item{
  1269. display: flex;
  1270. align-items: center;
  1271. height:90px;
  1272. .smpiti-l{
  1273. margin:0 10px 0 0;
  1274. width:88px;
  1275. flex-shrink: 0;
  1276. img{
  1277. width:88px;
  1278. height:65px;
  1279. }
  1280. }
  1281. .smpiti-r{
  1282. flex:1;
  1283. color:$smp--color-font-color-6;
  1284. display: flex;
  1285. flex-direction: column;
  1286. }
  1287. .smpiti-r-textbox{
  1288. height:24px;
  1289. display: flex;
  1290. align-items: center;
  1291. strong{
  1292. color:$smp--color-font-color-3;
  1293. }
  1294. }
  1295. }
  1296. }
  1297. /* monitorwarn-index-statistic-echart
  1298. ------------------------------ */
  1299. .monitorwarn-index-statistic-echart{
  1300. .mise-box{
  1301. width:360px;
  1302. height:240px;
  1303. background-image:url('~@/assets/img/demo/statistic_echart.jpg') ;
  1304. }
  1305. }
  1306. /* monitorwarn-index-trend-echart
  1307. ------------------------------ */
  1308. .monitorwarn-index-trend-echart{
  1309. .mite-box{
  1310. width:360px;
  1311. height:240px;
  1312. background-image:url('~@/assets/img/demo/index-trend.jpg') ;
  1313. }
  1314. }
  1315. /* monitorwarn-map
  1316. ------------------------------ */
  1317. .monitorwarn-map{
  1318. width:100%;
  1319. height:100%;
  1320. .mw-map-inner{
  1321. width:100%;
  1322. height:100%;
  1323. }
  1324. }
  1325. /* smp-cg-clue-list
  1326. ------------------------------ */
  1327. .smp-cg-clue-list{
  1328. display: flex;
  1329. flex-direction: column;
  1330. .smpccl-hd{
  1331. flex-shrink: 0;
  1332. position:relative;
  1333. padding:24px 20px;
  1334. .smpcclh-btn-wraper{
  1335. position:absolute;
  1336. display: flex;
  1337. bottom:24px;
  1338. right:20px;
  1339. .smpcclh-btn{
  1340. margin: 0 0 0 20px;
  1341. }
  1342. }
  1343. }
  1344. .smpccl-bd{
  1345. display: flex;
  1346. flex-direction: column;
  1347. flex:1;
  1348. width:100%;
  1349. }
  1350. .smpccl-tab{
  1351. padding:0 20px;
  1352. // width:100%;
  1353. flex:1;
  1354. overflow:auto;
  1355. &::-webkit-scrollbar {display:none}
  1356. }
  1357. .smpccl-pagination{
  1358. height:62px;
  1359. flex-shrink: 0;
  1360. }
  1361. }
  1362. /* smp-cond-box
  1363. ------------------------------ */
  1364. .smp-cond-box{
  1365. display: flex;
  1366. width:100%;
  1367. flex-wrap: wrap;
  1368. .smp-cb-item{
  1369. display: flex;
  1370. &.smp-cbi-had{
  1371. width:100%;
  1372. }
  1373. &.smp-cbi-time{
  1374. width:47%;
  1375. }
  1376. &.smp-cbi-title{
  1377. width:27%;
  1378. margin:0 0 0 5%;
  1379. }
  1380. .smp-cbi-l{
  1381. flex-shrink: 0;
  1382. height:36px;
  1383. align-items: center;
  1384. display: flex;
  1385. color:$smp--color-font-color-3;
  1386. }
  1387. .smp-cbi-r{
  1388. flex:1;
  1389. display: flex;
  1390. .smp-date-picker{
  1391. width:100%;
  1392. }
  1393. }
  1394. }
  1395. }
  1396. .cond-choose{
  1397. flex:1;
  1398. margin:0 0 20px 0;
  1399. // height:200px;
  1400. // background-color: $smp--color-red;
  1401. .cc-hd{
  1402. height:36px;
  1403. border:1px solid $smp--color-gray_e7;
  1404. display: flex;
  1405. width:100%;
  1406. position:relative;
  1407. .cch-input{
  1408. flex:1;
  1409. padding:0 46px 0 10px;
  1410. height:100%;
  1411. .cch-input-inner{
  1412. width:100%;
  1413. height:100%;
  1414. display: flex;
  1415. align-items: center;
  1416. }
  1417. .cch-ii-item{
  1418. color:$smp--color-blue;
  1419. // padding:0 5px 0 0;
  1420. }
  1421. }
  1422. .cch-switch{
  1423. height:36px;
  1424. width:36px;
  1425. background-color: $smp--color-blue;
  1426. position: absolute;
  1427. top:0;
  1428. right:0;
  1429. display: flex;
  1430. align-items: center;
  1431. justify-content: center;
  1432. i{
  1433. position:static;
  1434. margin:0;
  1435. color:$smp--color-white;
  1436. font-size:14px;
  1437. transition: $--all-transition;
  1438. &.on{
  1439. transform:rotate(180deg);
  1440. }
  1441. }
  1442. }
  1443. }
  1444. .cc-bd{
  1445. border:1px solid $smp--color-gray_e7;
  1446. border-top:none;
  1447. padding:6px 14px;
  1448. display: none;
  1449. flex-wrap: wrap;
  1450. &.on{
  1451. display:flex;
  1452. }
  1453. }
  1454. .cc-type-item{
  1455. display: flex;
  1456. width:50%;
  1457. .ccti-l{
  1458. height:44px;
  1459. width:80px;
  1460. background-color: $smp--color-gray_e7;
  1461. display: flex;
  1462. align-items: center;
  1463. padding:0 5px;
  1464. flex-shrink: 0;
  1465. margin:0 5px 0 0;
  1466. }
  1467. .ccti-r{
  1468. flex:1;
  1469. display: flex;
  1470. flex-wrap: wrap;
  1471. // align-items: center;
  1472. }
  1473. .ccti-text{
  1474. padding:0 7px;
  1475. height:30px;
  1476. display: flex;
  1477. align-items: center;
  1478. margin:7px 9px;
  1479. color:$smp--color-font-color-6;
  1480. cursor: pointer;
  1481. &.on{
  1482. color:$smp--color-blue;
  1483. background-color: $smp--color-blue-white-2;
  1484. }
  1485. }
  1486. }
  1487. }
  1488. /* smp-all-form-type
  1489. ------------------------------ */
  1490. .smp-all-form-type{
  1491. .smp-aft-inner{
  1492. width:800px;
  1493. margin:0 auto;
  1494. }
  1495. .smp-fi-flexwraper{
  1496. display: flex;
  1497. .smp-tags{
  1498. margin:0 20px 0 0;
  1499. }
  1500. }
  1501. .smpaft-btn-wraper{
  1502. display: flex;
  1503. justify-content: center;
  1504. }
  1505. .smpaft-btn{
  1506. width:180px;
  1507. margin:0 10px;
  1508. }
  1509. .smp-aft-line{
  1510. font-size:16px;
  1511. color:$smp--color-font-color-6;
  1512. display: flex;
  1513. align-items: center;
  1514. justify-content: center;
  1515. }
  1516. }
  1517. // 无地址对应页面
  1518. .main-no-url-page{
  1519. display: flex;
  1520. align-items: center;
  1521. justify-content: center;
  1522. background-color: #f8f8f8;
  1523. width:100%;
  1524. height: 100%;
  1525. font-size:40px;
  1526. background-image: url('~@/assets/img/common/nopage-bg.png');
  1527. background-repeat: no-repeat;
  1528. background-position: center center;
  1529. background-size: 500px 500px;
  1530. }
  1531. // 主导航菜单下无子菜单,左侧隐藏
  1532. .aui-wrapper.all-main-wraper .smp_main-r.main-no-left{
  1533. padding-left:10px;
  1534. }