style.css 21 KB

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