style.css 21 KB

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