style.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954
  1. @charset "UTF-8";
  2. /* CSS Document */
  3. html, body {
  4. height: 100%;
  5. }
  6. /*工单系统样式*/
  7. body{
  8. font-family: Arial, Microsoft Yahei, sans-serif;
  9. font-size: 12px;
  10. line-height: 1.4;
  11. background: #e9ecef;
  12. overflow-x: hidden;
  13. }
  14. h1{font-size: 40px;}
  15. h2{font-size: 30px;}
  16. h3{font-size: 24px;}
  17. h4{font-size: 18px;}
  18. h5{font-size: 16px;}
  19. h6{font-size: 14px;}
  20. h7{font-size: 12px;}
  21. label,th{font-weight: normal;}
  22. .alert{
  23. line-height: 30px;
  24. padding: 2px 15px;
  25. padding-right: 35px;
  26. border-radius: 0;
  27. margin-bottom: 0;
  28. }
  29. .alert-dismissible .close{
  30. top: 5px;
  31. right: -5px;
  32. }
  33. .content{
  34. min-width: 1000px;
  35. }
  36. .form-group .panel{
  37. border: #ddd solid 1px;
  38. border-radius: 0px;
  39. border-radius: 0px;
  40. }
  41. .form-control{
  42. height: 30px;
  43. border-radius: 0;
  44. padding: 6px 8px;
  45. font-size: 12px;
  46. border: #ddd solid 1px;
  47. }
  48. @media screen and (min-width: 1900px) {
  49. body{
  50. font-size: 16px;
  51. }
  52. .navbar-right .dropdown,.dropdown-menu{
  53. min-width: 120px;
  54. }
  55. }
  56. @media screen and (min-width:1346px) and (max-width: 1899px) {
  57. body{
  58. font-size: 14px;
  59. }
  60. .navbar-right .dropdown,.dropdown-menu{
  61. min-width: 110px;
  62. }
  63. }
  64. .text_over{
  65. overflow: hidden;
  66. text-overflow:ellipsis;
  67. white-space: nowrap;
  68. }
  69. .text_over a{
  70. color: #333;
  71. }
  72. .radio label, .checkbox label{
  73. padding: 0 10px 0 0;
  74. }
  75. .bTabs .nav-tabs{
  76. margin-bottom: 0;
  77. }
  78. fieldset{
  79. min-height: 180px;
  80. }
  81. .table{
  82. display: none;
  83. }
  84. /*登录页面*/
  85. .login_box{ width:1100px; margin:0 auto; padding-top: 120px;}
  86. .login_box .login_l_img{ float:left; width:432px; height:440px; margin-left:50px;}
  87. .login_box .login_l_img img{width:500px; height:440px; }
  88. .login {height:360px; width:400px; padding:50px; background-color: #ffffff;border-radius:6px;box-sizing: border-box; float:right; margin-right:50px; position:relative; margin-top:50px;}
  89. .login_logo{ width:120px; height:120px; border:5px solid #93defe;border-radius:100px; background:#fff; text-align:center; line-height:110px; position:absolute; top:-60px; right:140px;}
  90. .login_name{ width:100%; float:left; text-align:center; margin-top:20px;}
  91. .login_name p{ width:100%; text-align:center; font-size:18px; color:#444; padding:10px 0 20px;}
  92. .login_logo img{ width:60px; height:60px;display: inline-block; vertical-align: middle;}
  93. .login_box input[type=text],.login_box input[type=password]{ border: 1px solid #DCDEE0; vertical-align: middle; border-radius: 3px; height: 50px; padding: 0px 16px; font-size: 14px; color: #555555; outline:none; width:100%;margin-bottom: 15px;line-height:50px; color:#888;}
  94. .login_box input[type=text]:focus, .login_box input[type=password]:focus{ border: 1px solid #27A9E3; }
  95. .login_box input[type=submit], .login_box input[type=button] { display: inline-block; vertical-align: middle; padding: 12px 24px; margin: 0px; font-size:16px; line-height: 24px; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; color: #ffffff; background-color: #27A9E3; border-radius: 3px; border: none; -webkit-appearance: none; outline:none; width:100%; }
  96. .copyright { font-size:14px; color:#fff; display:block;width:100%; float:left; text-align:center; margin-top:60px;}
  97. #msg{
  98. background: url("../images/login-error.png") left center no-repeat;
  99. padding-left: 18px;
  100. height: 30px;
  101. line-height: 30px;
  102. color: #ee5555;
  103. display: block;
  104. margin-top: -15px;
  105. }
  106. /*头部样式*/
  107. .navbar-default{
  108. background: url(../images/bg-nav.png) repeat-x;
  109. height: 70px;
  110. color: #fff;
  111. border:none;
  112. }
  113. .navbar-fixed-top .container-fluid{
  114. padding: 0;
  115. }
  116. .navbar-header{
  117. height: 46px;
  118. padding-left: 20px;
  119. margin-top: 12px;
  120. }
  121. .navbar-header .portal_name{
  122. font-size: 12px;
  123. margin-left: 10px;
  124. }
  125. .navbar-header .portal_name span{
  126. display: block;
  127. font-size: 22px;
  128. letter-spacing: 4px;
  129. }
  130. .navbar-header .badge{
  131. background: #fff;
  132. color:#666;
  133. height: 11px;
  134. font-size: 9px;
  135. padding: 0 7px;
  136. margin: 5px;
  137. font-weight: normal;
  138. }
  139. .navbar-header .sys_name{
  140. font-size: 26px;
  141. line-height: 46px;
  142. height: 46px;
  143. letter-spacing: 2px;
  144. margin-left: 10px;
  145. }
  146. .navbar-collapse.collapse{
  147. background: url("../images/bg-nav-right.png") no-repeat right center;
  148. height: 70px !important;
  149. }
  150. .navbar-right .dropdown{
  151. height: 70px;
  152. }
  153. .navbar-default .navbar-nav > li > a{
  154. background: url("../images/admin-20.svg") 14px center no-repeat;
  155. background-size: 20px;
  156. padding-left: 44px;
  157. color: #fff;
  158. padding-top: 25px;
  159. padding-bottom: 25px;
  160. }
  161. .navbar-default .navbar-nav > li > a > .caret{
  162. margin-left: 6px;
  163. margin-right: 20px;
  164. }
  165. .navbar-default .navbar-nav > li > a:hover{
  166. color: #fff;
  167. }
  168. .navbar-default .navbar-nav > .open {
  169. border-left: rgba(255,255,255,0.3) solid 1px;
  170. background: url("../images/bg-hover.png") repeat-x;
  171. }
  172. .navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus{
  173. color: #fff;
  174. background: url("../images/user.png") 14px center no-repeat;
  175. }
  176. .navbar-default .navbar-nav > .open > .dropdown-menu{
  177. position:static;
  178. background:#254579;
  179. float: none;
  180. border-radius: 0;
  181. border: none;
  182. }
  183. .navbar-default .navbar-nav > .open > .dropdown-menu > li.divider{
  184. padding: 0;
  185. background: #213e6d;
  186. }
  187. .navbar-default .navbar-nav > .open > .dropdown-menu > li > a{
  188. color: #fff;
  189. height: 20px;
  190. line-height: 20px;
  191. padding:0 0 0 26px;
  192. }
  193. .navbar-default .navbar-nav > .open > .dropdown-menu > li{
  194. padding: 5px 16px;
  195. }
  196. .navbar-default .navbar-nav > .open > .dropdown-menu > li > a.setting{
  197. background: url("../images/setting.png") left center no-repeat;
  198. }
  199. .navbar-default .navbar-nav > .open > .dropdown-menu > li > a.password{
  200. background: url("../images/lock.png") left center no-repeat;
  201. }
  202. .navbar-default .navbar-nav > .open > .dropdown-menu > li > a.exit{
  203. background: url("../images/exit.png") left center no-repeat;
  204. }
  205. .navbar-default .navbar-nav > .open > .dropdown-menu > li > a.setting:hover{
  206. background: url("../images/setting-b.png") left center no-repeat;
  207. color:#51c4ff;
  208. }
  209. .navbar-default .navbar-nav > .open > .dropdown-menu > li > a.password:hover{
  210. background: url("../images/lock-b.png") left center no-repeat;
  211. color:#51c4ff;
  212. }
  213. .navbar-default .navbar-nav > .open > .dropdown-menu > li > a.exit:hover{
  214. background: url("../images/exit-b.png") left center no-repeat;
  215. color:#51c4ff;
  216. }
  217. /*侧边栏样式*/
  218. .sidebar{
  219. position: absolute;
  220. top: 70px;
  221. bottom: 0;
  222. left: 0;
  223. z-index: 1000;
  224. padding:0;
  225. border-right: 1px solid #dddddd;
  226. width:220px;
  227. border-top-right-radius: 4px;
  228. background: #fff;
  229. }
  230. .sidebar .icon-warging{
  231. background: url("../images/warning.svg") 20px center no-repeat;
  232. background-size: 16px;
  233. padding-left: 46px;
  234. }
  235. .sidebar .icon-workorder{
  236. background: url("../images/workorder.svg") 20px center no-repeat;
  237. background-size: 16px;
  238. padding-left: 46px;
  239. }
  240. .sidebar .icon-report{
  241. background: url("../images/report.svg") 20px center no-repeat;
  242. background-size: 16px;
  243. padding-left: 46px;
  244. }
  245. .sidebar .icon-user{
  246. background: url("../images/user.svg") 20px center no-repeat;
  247. background-size: 16px;
  248. padding-left: 46px;
  249. }
  250. .sidebar .icon-setting{
  251. background: url("../images/setting.svg") 20px center no-repeat;
  252. background-size: 16px;
  253. padding-left: 46px;
  254. }
  255. #menu{
  256. height: 50px;
  257. line-height: 50px;
  258. font-size: 16px;
  259. }
  260. #menu b{
  261. font-weight: normal;
  262. }
  263. .collapsed{
  264. width:40px;
  265. }
  266. .collapsed #menu>span{
  267. margin-right: 15px;
  268. }
  269. .collapsed b{
  270. display: none;
  271. }
  272. .collapsed .nav{
  273. width: 40px;
  274. }
  275. .collapsed > .nav > li{
  276. width: 40px;
  277. position: relative;
  278. }
  279. .collapsed > .nav > li > a{
  280. overflow: hidden;
  281. width: 39px;
  282. padding: 0 0 0 40px;
  283. text-align: left;
  284. background-position: 12px center;
  285. }
  286. .collapsed > .nav > li > a#menu,.collapsed > .nav > li > a#menu:focus,.collapsed > .nav > li > a#menu:hover{
  287. width: 39px;
  288. padding-left: 39px;
  289. border:none;
  290. border-bottom: #ddd solid 1px;
  291. }
  292. .collapsed > .nav > li > ul{
  293. display: none;
  294. }
  295. .collapsed > .nav > li > ul.in{
  296. display: block;
  297. position: absolute;
  298. left: 40px;
  299. top: 0;
  300. z-index: 2000;
  301. width: 200px;
  302. }
  303. .sidebar::-webkit-scrollbar,body::-webkit-scrollbar {/*滚动条整体样式*/
  304. width: 12px; /*高宽分别对应横竖滚动条的尺寸*/
  305. height: 1px;
  306. background: #f5f5f5;
  307. border: #EEE solid 1px;
  308. }
  309. .sidebar::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  310. border-radius: 10px;
  311. background: #ddd;
  312. width: 8px;
  313. }
  314. .sidebar::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{
  315. background: #ccc;
  316. }
  317. .sidebar::-webkit-scrollbar-track,body::-webkit-scrollbar-track {/*滚动条里面轨道*/
  318. background: #f5f5f5;
  319. }
  320. .nav-tabs{
  321. border: none;
  322. }
  323. .nav-tabs > li{
  324. margin-bottom: 0;
  325. }
  326. .nav-stacked > li + li{
  327. margin-top: 0;
  328. }
  329. .nav-tabs > li > a {
  330. height: 50px;
  331. line-height: 50px;
  332. padding:0 10px 0 20px;
  333. border-bottom: #ddd solid 1px;
  334. border-radius: 0;
  335. margin-right: 0;
  336. font-size: 16px;
  337. color: #666;
  338. }
  339. .nav-tabs > li > a.nav-header{
  340. height: 40px;
  341. line-height: 40px;
  342. font-size: 14px;
  343. }
  344. .nav-tabs > li > a.nav-header > i{
  345. margin-right: 2px;
  346. }
  347. .nav-tabs > li > a#menu> span{
  348. margin-top: 16px;
  349. }
  350. .nav-tabs > li > a.nav-header > span{
  351. margin-top: 11px;
  352. margin-right: 10px;
  353. }
  354. .secondmenu{
  355. font-size: 12px;
  356. border-bottom: #ddd solid 1px;
  357. }
  358. .secondmenu > li > a{
  359. padding:0 0 0 50px;
  360. height: 40px;
  361. line-height: 40px;
  362. color: #666;
  363. background: #edf3fb;
  364. }
  365. .secondmenu > li > a:hover{
  366. background: #dde9f8
  367. }
  368. .nav>li>a#menu:hover,.nav>li>a#menu:focus{
  369. background-color: #fff;
  370. color: #666;
  371. }
  372. .secondmenu > li > a:focus,#main-nav > li >a:focus,.secondmenu > li > a.active{
  373. background: #4d8dd9;
  374. color: #fff;
  375. outline: none;
  376. }
  377. #main-nav > li >a:hover{
  378. color: #fff;
  379. }
  380. #main-nav > li >.icon-setting:hover,#main-nav > li >.icon-setting:focus{
  381. background:#4d8dd9 url("../images/setting-w.svg") 20px center no-repeat;
  382. background-size: 16px;
  383. border: none;
  384. }
  385. #main-nav > li > .icon-warging:focus,#main-nav > li >.icon-warging:hover{
  386. background:#4d8dd9 url("../images/warning-w.svg") 20px center no-repeat;
  387. background-size: 16px;border: none;
  388. }
  389. #main-nav > li > .icon-report:focus,#main-nav > li >.icon-report:hover{
  390. background:#4d8dd9 url("../images/report-w.svg") 20px center no-repeat;
  391. background-size: 16px;border: none;
  392. }
  393. #main-nav > li > .icon-workorder:focus,#main-nav > li >.icon-workorder:hover{
  394. background:#4d8dd9 url("../images/workorder-w.svg") 20px center no-repeat;
  395. background-size: 16px;border: none;
  396. }
  397. #main-nav > li > .icon-user:focus,#main-nav > li >.icon-user:hover{
  398. background:#4d8dd9 url("../images/user-w.svg") 20px center no-repeat;
  399. background-size: 16px;border: none;
  400. }
  401. .collapsed > #main-nav > li > a:focus,.collapsed > #main-nav > li > a:hover{
  402. background-position: 12px center;
  403. }
  404. #navbar .navbar-nav>li>a:focus{
  405. color: #fff;
  406. }
  407. /*主显示区域样式*/
  408. .right-conetnt{
  409. position: fixed;
  410. top: 70px;
  411. bottom: 0;
  412. left: 0;
  413. z-index: 900;
  414. padding:0;
  415. overflow-x: hidden;
  416. overflow-y: auto;
  417. width: 100%;
  418. }
  419. .main{
  420. background: #fff;
  421. margin:10px 10px 10px 231px;
  422. border-radius: 4px;
  423. }
  424. .mainCollapsed{
  425. margin:10px 10px 10px 51px;
  426. }
  427. .main > .nav-tabs{
  428. background: #f5f5f5;
  429. border-bottom: #2f5896 solid 3px;
  430. padding-top: 4px;
  431. padding-left: 5px;
  432. border-top-left-radius: 4px;
  433. border-top-right-radius: 4px;
  434. }
  435. .bTabs div.tab-content {
  436. border-bottom-left-radius: 4px;
  437. border-bottom-right-radius: 4px;
  438. -webkit-box-shadow:5px 5px 10px rgba(0,0,0,0.3);
  439. -moz-box-shadow:5px 5px 10px rgba(0,0,0,0.3);
  440. box-shadow:10px 5px 10px rgba(0,0,0,0.3);
  441. }
  442. .main > .nav-tabs > li > a,.main > .nav-tabs > li > a:hover,.main > .nav-tabs > li > a:focus{
  443. background: url("../images/un-sel.png") left center no-repeat;
  444. width: 110px;
  445. padding: 0 20px;
  446. height: 27px;
  447. line-height: 30px;
  448. text-align: center;
  449. font-size: 12px;
  450. overflow: hidden;
  451. border:none;
  452. cursor: pointer;
  453. letter-spacing: 1px;
  454. text-overflow:ellipsis;
  455. white-space: nowrap;
  456. font-weight: normal;
  457. }
  458. .main > .nav-tabs > li.active > a{
  459. background: url("../images/sel.png") left center no-repeat;
  460. color: #fff;
  461. font-weight: normal;
  462. }
  463. .bTabs button.navTabsCloseBtn{
  464. font-size: 18px !important;
  465. text-shadow: none;
  466. position: absolute;
  467. top: 1px;
  468. right: 7px;
  469. }
  470. .bTabs .nav-tabs li.active a button.navTabsCloseBtn{
  471. color: #fff;
  472. }
  473. .breadcrumb{
  474. letter-spacing: 1px;
  475. }
  476. .breadcrumb a{
  477. color: #4677c6;
  478. }
  479. .keyword{
  480. padding-right: 20px;
  481. }
  482. .form-group{
  483. position: relative;
  484. }
  485. .panel {
  486. margin-bottom: 20px;
  487. background-color: #fff;
  488. border:none;
  489. box-shadow: none;
  490. }
  491. .fixed-table-container{
  492. border:none;
  493. }
  494. .panel-body .search{
  495. position: absolute;
  496. right: 0px;
  497. top: 0px;
  498. z-index: 1005;
  499. border:none;
  500. background: none;
  501. color: #ddd;
  502. padding: 0;
  503. padding-right: 5px;
  504. }
  505. .table-bordered > thead > tr:first-child > th{
  506. background: #ffffff;
  507. background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  508. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
  509. background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
  510. background: -o-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
  511. background: -ms-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
  512. background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
  513. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  514. }
  515. .fixed-table-toolbar{
  516. display: none;
  517. }
  518. .panel-body{
  519. background: #fdfdfd;
  520. padding:6px;
  521. }
  522. .panel-body fieldset{
  523. padding-bottom: 60px;
  524. }
  525. .bottom_line{
  526. border-bottom: #ddd solid 1px;
  527. }
  528. .panel>.panel-body+.table{
  529. table-layout: fixed;
  530. }
  531. .panel-body p{
  532. word-wrap:break-word;
  533. word-break:break-all;
  534. }
  535. .panel-body button{
  536. color: #000;
  537. border: none;
  538. height: 30px;
  539. line-height: 30px;
  540. padding-left: 35px;
  541. padding-right: 10px;
  542. outline:none;
  543. background-size: 16px;
  544. }
  545. .panel-body button[disabled]{
  546. color: #999;
  547. -webkit-filter: grayscale(100%);
  548. -moz-filter: grayscale(100%);
  549. -ms-filter: grayscale(100%);
  550. -o-filter: grayscale(100%);
  551. filter: grayscale(100%);
  552. filter: gray;
  553. }
  554. .panel-body .form-actions{
  555. padding: 15px 30px;
  556. border-top: #eeeeee solid 1px;
  557. border-bottom: #eeeeee solid 1px;
  558. background: #f8f8f8;
  559. margin-right: -16px;
  560. width: 100%; position: fixed; left: 0; bottom: 0; margin-left: 0; z-index:3000;
  561. }
  562. .panel-body .form-actions button{
  563. padding: 0 24px;
  564. height: 34px;
  565. line-height: 34px;
  566. text-align: center;
  567. letter-spacing: 2px;
  568. border:#ddd solid 1px;
  569. border-radius: 4px;
  570. margin: 0 8px;
  571. }
  572. .panel-body .form-actions button.btn-primary{
  573. border:#4d8dd9 solid 1px;
  574. color: #fff;
  575. background-color: #4d8dd9;
  576. }
  577. .panel-body .form-actions button.btn-primary:hover{
  578. border:#71A4E1 solid 1px;
  579. color: #fff;
  580. background: #71a4e1;
  581. }
  582. .panel-body .form-group div{
  583. line-height: 30px;
  584. }
  585. .panel-body .form-group div.radio{
  586. height: 20px;
  587. line-height: 20px;
  588. }
  589. .panel-body .form-group .radio-inline{
  590. padding-top: 0;
  591. }
  592. .form-horizontal .form-group .checkbox-inline{
  593. line-height: 20px;
  594. padding-top: 0;
  595. margin-top: -2px;
  596. }
  597. .panel-body .form-actions button:active{
  598. border:#3e71ae solid 1px;
  599. color: #fff;
  600. background: #3e71ae;
  601. }
  602. .panel-body .title{
  603. border-left:#4d8dd9 solid 3px ;
  604. padding-left: 8px;
  605. height: 14px;
  606. line-height: 14px;
  607. margin: 5px 0;
  608. }
  609. .form-horizontal .control-label {
  610. padding-top: 5px;
  611. margin-bottom: 0;
  612. text-align: left;
  613. }
  614. .refresh{
  615. background: url("../images/refresh.svg") 10px center no-repeat;
  616. }
  617. .merge{
  618. background: url("../images/merge.svg") 10px center no-repeat;
  619. }
  620. .igrone_btn{
  621. background: url("../images/igrone.svg") 10px center no-repeat;
  622. }
  623. .add{
  624. background: url("../images/add.svg") 10px center no-repeat;
  625. }
  626. .delete_btn {
  627. background: url("../images/delete.svg") 10px center no-repeat;
  628. }
  629. .disable{
  630. background: url("../images/disable.svg") 10px center no-repeat;
  631. }
  632. .enable{
  633. background: url("../images/enable.svg") 10px center no-repeat;
  634. }
  635. .export{
  636. background: url("../images/export.svg") 10px center no-repeat;
  637. }
  638. .btn_search{
  639. background: url("../images/search.svg") 10px center no-repeat;
  640. }
  641. .edit{
  642. background: url("../images/edit.svg") 10px center no-repeat;
  643. }
  644. .refresh:hover,.merge:hover,.igrone_btn:hover,.add:hover,.delete_btn:hover,.disable:hover,.enable:hover,.export:hover,.btn_search:hover,.edit:hover{
  645. background-color: #edf3fb;
  646. }
  647. .btn_line{
  648. border-left: #ddd solid 1px;
  649. height: 12px;
  650. line-height: 12px;
  651. width: 1px;
  652. display: inline-block;
  653. margin-right: 8px;
  654. margin-left: 5px;
  655. }
  656. .panel-footer{
  657. position: fixed;
  658. bottom: 0;
  659. left: 0;
  660. padding: 0 15px;
  661. width: 100%;
  662. height: 40px;
  663. font-size: 12px;
  664. }
  665. .panel-footer > .form-inline >.pull-right > .count,.panel-footer > .form-inline >.pull-right > .form-group > label{
  666. color: #999;
  667. }
  668. .panel-footer > .form-inline >.pull-right > .form-group > .pagination{
  669. margin: 5px 10px;
  670. }
  671. .panel-footer > .form-inline >.pull-right > .form-group >.pagination > li > a{
  672. color: #666;
  673. border-color: #ddd;
  674. width: 32px;
  675. height: 30px;
  676. line-height: 30px;
  677. padding: 0;
  678. text-align: center;
  679. font-family:Arial;
  680. }
  681. .bootstrap-table{
  682. padding-bottom: 20px;
  683. border:none;
  684. }
  685. .panel-footer > .form-inline >.pull-right > .form-group > .pagination > li.active > a{
  686. background: #4d8dd9;
  687. border-color: #4d8dd9;
  688. color: #fff;
  689. }
  690. .panel-footer select,.panel-footer .select2{
  691. margin-top: -3px;
  692. }
  693. .table > tbody > tr > td.empty_table{
  694. text-align: center;
  695. padding: 100px 0;
  696. }
  697. .table > tbody > tr > td > a{
  698. margin: 0 10px 0 0;
  699. }
  700. .table > tbody > tr > td{
  701. vertical-align: middle;
  702. }
  703. .empty_table p{
  704. height: 14px;
  705. line-height: 14px;
  706. margin-top: 20px;
  707. color: #999999;
  708. }
  709. /*配置向导流程*/
  710. .lc{
  711. width: 588px;
  712. height: 66px;
  713. margin: 0 auto;
  714. text-align: center;
  715. }
  716. .lc > .lc-line{
  717. width: 588px;
  718. height: 36px;
  719. background: url("../images/lc-bg.png") left center no-repeat;
  720. position: relative;
  721. }
  722. .lc > .lc-line > .lc-circle {
  723. width:26px;
  724. height: 26px;
  725. line-height: 26px;
  726. position: absolute;
  727. top: 5px;
  728. }
  729. .lc > .lc-line > .lc-blue{
  730. width: 250px;
  731. height: 2px;
  732. background: #4d8dd9;
  733. position: absolute;
  734. top: 17px;
  735. left: 31px;
  736. display: none;
  737. }
  738. .lc > .lc-line > .lc-blue-2{
  739. left: 307px;
  740. display: none;
  741. }
  742. .lc > .lc-line > .lc-now{
  743. background: url("../images/lc-now.png");
  744. color: #fff;
  745. font-weight: bold;
  746. }
  747. .lc > .lc-line > .lc-after{
  748. background: url("../images/lc-after.png");
  749. font-weight: bold;
  750. color: #999;
  751. }
  752. .lc > .lc-line > .lc-ok{
  753. background: url("../images/lc-ok.png");
  754. }
  755. .lc > .lc-line > .step1{
  756. left: 0;
  757. margin-left: 5px;
  758. }
  759. .lc > .lc-line > .step2{
  760. left: 50%;
  761. margin-left: -13px;
  762. }
  763. .lc > .lc-line > .step3{
  764. right: 0;
  765. margin-right: 5px;
  766. }
  767. .lc > .lc-step-text{
  768. width: 588px;
  769. height: 30px;
  770. position: relative;
  771. }
  772. .lc > .lc-step-text> .lc-text{
  773. height: 30px;
  774. width: 100px;
  775. line-height: 30px;
  776. font-size: 12px;
  777. color: #333;
  778. position: absolute;
  779. top: 0;
  780. }
  781. .lc > .lc-step-text >.step1{
  782. left: 0;
  783. margin-left: -32px;
  784. }
  785. .lc > .lc-step-text >.step2{
  786. left: 50%;
  787. margin-left: -50px;
  788. }
  789. .lc > .lc-step-text >.step3{
  790. right: 0;
  791. margin-right: -32px;
  792. }
  793. .lc > .lc-step-text> .lc-text-after{
  794. color:#999;
  795. }
  796. #step3 .success{
  797. padding: 40px 0;
  798. }
  799. /*弹出框*/
  800. .bv-form > .panel{
  801. border:none;
  802. margin: 0 auto;
  803. padding: 10px 10px 0 10px;
  804. -webkit-box-shadow:none;
  805. box-shadow: none;
  806. }
  807. /*安全感知等级*/
  808. .level{
  809. display: block;
  810. min-width: 54px;
  811. max-width: 64px;
  812. font-size:12px;
  813. height: 18px;
  814. line-height: 18px;
  815. border-radius: 18px;
  816. text-align: center;
  817. margin: 0 auto;
  818. color: #fff;
  819. }
  820. .form-horizontal .level{
  821. margin: 0;
  822. }
  823. .control-label span{
  824. color: #ee5555;
  825. margin-right: 6px;
  826. padding-top: 3px;
  827. }
  828. .warning_type10,.level10,.level40{
  829. background: #ee5555;
  830. }
  831. .warning_type20,.level20,.level50{
  832. background: #ff9900;
  833. }
  834. .warning_type30,.level30,.level60{
  835. background: #ffcc00;
  836. color: #766522;
  837. }
  838. .status10,.w_status10{
  839. color: #22b07b;
  840. }
  841. .w_status20{
  842. color: #999;
  843. }
  844. .status20{
  845. color: #4d8dd9;
  846. }
  847. .status30,.w_status30{
  848. color: #ffcc00;
  849. }
  850. .status40,.w_status40{
  851. color: #ff9900;
  852. }
  853. .status50,.w_status50{
  854. color: #ee5555;
  855. }