export.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971
  1. 
  2. *{
  3. margin:0;
  4. padding:0;
  5. list-style:none;
  6. text-decoration:none;
  7. outline:none;
  8. }
  9. i {
  10. font-style: inherit;
  11. }
  12. html, body{
  13. padding: 0px;
  14. margin: 0px;
  15. width: 100%;
  16. height: 100%;
  17. overflow: hidden;
  18. }
  19. .main{
  20. margin: 0px;
  21. padding: 0px;
  22. position: absolute;
  23. top: 0px;
  24. bottom: 0px;
  25. left: 0px;
  26. right: 0px;
  27. }
  28. @font-face {
  29. font-family: 'UniDreamLED';
  30. src: url('./fonts/DS-DIGIT-webfont.eot');
  31. src: local('./fonts/DS-DIGIT-webfont Regular'),
  32. local('./fonts/DS-DIGIT-webfont'),
  33. url('./fonts/DS-DIGIT-webfont.woff') format('woff'),
  34. url('./fonts/DS-DIGIT-webfont.ttf') format('truetype'),
  35. url('./fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
  36. font-size: 20px;
  37. font-weight: 600;
  38. }
  39. .dateTimePicker{
  40. /* //padding-right:20px; */
  41. border:1px solid #C6C6C6;
  42. background-repeat:no-repeat;
  43. background-position:right center;
  44. background-color:#fff;
  45. /* //outline:0; */
  46. /* //background-image:url(laydate/skins/default/icon.png); */
  47. }
  48. .w100 {
  49. width: 100% !important;
  50. }
  51. .h100 {
  52. height: 100% !important;
  53. }
  54. .border0 {
  55. border: none !important;
  56. }
  57. /*
  58. .ht-widget-contextmenu:not(.ht-widget-dropdownmenu) ul {
  59. border: 1px solid rgb(197,197,197) !important;
  60. box-shadow: rgba(122, 122, 122, 0) 0px 0px 0px 0px !important;
  61. }
  62. .ht-widget-contextmenu:not(.ht-widget-dropdownmenu) ul .menu-item {
  63. background-color: rgb(255,255,255) !important;
  64. color: rgb(48,48,48) !important;
  65. }
  66. .ht-widget-contextmenu:not(.ht-widget-dropdownmenu) ul .menu-item:hover {
  67. background-color: rgb(232,239,245) !important;
  68. }
  69. .ht-widget-contextmenu:not(.ht-widget-dropdownmenu) .menu-item .contextmenu-item-icon {
  70. margin-left: -5px !important;
  71. margin-right: 9px !important;
  72. }
  73. */
  74. .ht-widget-dropdownmenu ul {
  75. border-radius: 0 !important;
  76. }
  77. /* .ht-widget-dropdownmenu ul li {
  78. height: 24px !important;
  79. line-height: 24px !important;
  80. } */
  81. .dialog-button-confirm,
  82. .dialog-button-cancel,
  83. .dialog-button-close {
  84. width: 84px !important;
  85. height: 28px !important;
  86. border-radius: 2px !important;
  87. background: linear-gradient(to bottom, rgb(62,141,218), rgb(18,111,204)) ;
  88. /* background-color: green !important; */
  89. overflow: hidden !important;
  90. }
  91. .dialog-button-cancel {
  92. background: linear-gradient(to bottom, rgb(255,255,255), rgb(244,244,246)) ;
  93. border: 1px solid #ccc !important;
  94. }
  95. .dialog-button-confirm::after,
  96. .dialog-button-cancel::after,
  97. .dialog-button-close::after {
  98. content: '确认';
  99. display: block;
  100. text-align: center;
  101. color: white;
  102. font-size: 12px;
  103. height: 28px;
  104. line-height: 28px;
  105. }
  106. .dialog-button-confirm-and-alarm::after{
  107. content: '确 认';
  108. color:red;
  109. font-size: 16px;
  110. }
  111. .dialog-button-cancel::after {
  112. content: '取消';
  113. color: rgb(10, 10, 10);
  114. }
  115. .dialog-button-close::after {
  116. content: '关闭';
  117. color: white;
  118. }
  119. .dialog-button-confirm canvas,
  120. .dialog-button-cancel canvas,
  121. .dialog-button-close canvas {
  122. visibility: hidden !important;
  123. }
  124. .dialog-button-confirm-and-export::after {
  125. content: '确认并导出'
  126. }
  127. .dialog-button-confirm-and-search::after {
  128. content: '确认并查询'
  129. }
  130. .dialog-container-title span{
  131. font-size:15px;
  132. }
  133. .dialog-content-custom {
  134. font-size: 20px;
  135. font-weight: 400;
  136. }
  137. .dialog-content-center {
  138. text-align: center;
  139. padding-top: 30px;
  140. }
  141. .tooltip{
  142. /* min-width: 100px; */
  143. /* min-height: 100px; */
  144. /*margin:30px 500px;*/
  145. position: relative;
  146. font: 14px "微软雅黑";
  147. color: #fff;
  148. opacity: 1
  149. }
  150. .tooltop{
  151. height: 40px;
  152. border-top-left-radius: 4px;
  153. border-top-right-radius: 4px;
  154. background-color:rgba(24, 26, 25, 0.9);
  155. padding: 0 28px;
  156. }
  157. .tooltop ul,
  158. .toolcon ul{
  159. margin: 0;
  160. }
  161. .tooltop ul li{
  162. float: left;
  163. line-height: 40px ;
  164. height: 40px;
  165. }
  166. .tooltop span{
  167. float: left;
  168. margin:15px 0 0 3px;
  169. width: 10px;
  170. height: 10px;
  171. border-radius: 5px;
  172. background: #558071;
  173. display: none;
  174. }
  175. .toolcon{
  176. /* min-height: 60px; */
  177. border-bottom-left-radius: 4px;
  178. border-bottom-right-radius: 4px;
  179. background-color:rgba(87, 87, 77, 0.5);
  180. padding: 15px 28px;
  181. }
  182. .toolcon ul li {
  183. line-height: 20px;
  184. }
  185. .win{
  186. display: inline-block;
  187. float: right;
  188. margin-left: 100px;
  189. }
  190. .pagination {
  191. display: inline-block;
  192. padding-left: 0;
  193. margin: 5px 0;
  194. border-radius: 4px;
  195. }
  196. .pagination>li {
  197. display: inline;
  198. }
  199. .pagination>li:first-child>a,
  200. .pagination>li:first-child>span {
  201. margin-left: 0;
  202. border-bottom-left-radius: 4px;
  203. border-top-left-radius: 4px;
  204. }
  205. .pagination>.disabled>span,
  206. .pagination>.disabled>span:hover,
  207. .pagination>.disabled>span:focus,
  208. .pagination>.disabled>a,
  209. .pagination>.disabled>a:hover,
  210. .pagination>.disabled>a:focus {
  211. color: #999;
  212. background-color: #fff;
  213. border-color: #ddd;
  214. cursor: not-allowed;
  215. }
  216. .pagination>.active>a,
  217. .pagination>.active>span,
  218. .pagination>.active>a:hover,
  219. .pagination>.active>span:hover,
  220. .pagination>.active>a:focus,
  221. .pagination>.active>span:focus {
  222. z-index: 2;
  223. color: #fff;
  224. background-color: #428bca;
  225. border-color: #428bca;
  226. cursor: default;
  227. }
  228. .pagination>li:last-child>a,
  229. .pagination>li:last-child>span {
  230. border-bottom-right-radius: 4px;
  231. border-top-right-radius: 4px;
  232. }
  233. .pagination>li>a,
  234. .pagination>li>span {
  235. position: relative;
  236. float: left;
  237. padding: 6px 12px;
  238. line-height: 1.42857143;
  239. text-decoration: none;
  240. color: #428bca;
  241. background-color: #fff;
  242. border: 1px solid #ddd;
  243. margin-left: -1px;
  244. }
  245. .border-1 {
  246. border: 1px solid #ccc !important;
  247. }
  248. .border-left-1 {
  249. border-left: 1px solid #ccc !important;
  250. }
  251. .border-right-1 {
  252. border-right: 1px solid #ccc !important;
  253. }
  254. .border-top-1 {
  255. border-top: 1px solid #ccc !important;
  256. }
  257. .border-bottom-1 {
  258. border-bottom: 1px solid #ccc !important;
  259. }
  260. .mg-top-20 {
  261. margin-top: 20px !important;
  262. }
  263. .mg-top-40 {
  264. margin-top: 40px !important;
  265. }
  266. .mg-top-30 {
  267. margin-top: 30px !important;
  268. }
  269. /* 设置百度地图左下角图片和信息 */
  270. .anchorBL {
  271. display: none;
  272. }
  273. /*.trangle{
  274. width: 0;
  275. height:0;
  276. margin:0 150px;
  277. border:10px solid #000;
  278. border-color:rgba(0, 0, 0, 0.3) transparent transparent transparent;
  279. }*/
  280. /* 日期控件 */
  281. .layui-laydate-main {
  282. width: 230px !important;
  283. }
  284. .layui-laydate {
  285. font-size: 12px !important;
  286. }
  287. .layui-laydate-content td,
  288. .layui-laydate-content th {
  289. height: 14px !important;
  290. padding: 3px 1px !important;
  291. }
  292. .layui-laydate-header i {
  293. top: 5px !important;
  294. }
  295. .layui-laydate-header {
  296. padding-top: 5px !important;
  297. }
  298. .laydate-footer-btns {
  299. top: 7px !important;
  300. }
  301. .layui-laydate-footer {
  302. padding: 5px 16px !important;
  303. height: 42px !important;
  304. }
  305. .layui-laydate-footer .laydate-btns-time {
  306. line-height: 32px !important;
  307. }
  308. .layui-laydate-footer .laydate-footer-btns span {
  309. line-height: 24px !important;
  310. }
  311. .laydate-time-list ol li {
  312. line-height: 20px !important;
  313. padding-left: 27px !important;
  314. }
  315. .laydate-time-list ol {
  316. height: 126px !important;
  317. }.layui-laydate-main {
  318. width: 230px !important;
  319. }
  320. .layui-laydate {
  321. font-size: 12px !important;
  322. }
  323. .layui-laydate-content td,
  324. .layui-laydate-content th {
  325. height: 14px !important;
  326. padding: 3px 1px !important;
  327. }
  328. .layui-laydate-header i {
  329. top: 5px !important;
  330. }
  331. .layui-laydate-header {
  332. padding-top: 5px !important;
  333. }
  334. .laydate-footer-btns {
  335. top: 7px !important;
  336. }
  337. .layui-laydate-footer {
  338. padding: 5px 16px !important;
  339. height: 42px !important;
  340. }
  341. .laydate-time-list ol li {
  342. line-height: 20px !important;
  343. padding-left: 27px !important;
  344. }
  345. .laydate-time-list ol {
  346. height: 126px !important;
  347. }
  348. .layui-laydate-list>li {
  349. height: 23px !important;
  350. line-height: 23px !important;
  351. }
  352. .layui-laydate-list {
  353. padding: 0 !important;
  354. }
  355. .menu-item {
  356. -webkit-box-sizing: border-box;
  357. -moz-box-sizing: border-box;
  358. box-sizing: content-box;
  359. }
  360. div.tag-info {
  361. background-color: rgba(0,0,0,0.8);
  362. color: white;
  363. border-radius: 5px;
  364. padding: 15px;
  365. height: auto;
  366. }
  367. .ht-widget-dropdownmenu>ul {
  368. min-width: 100%;
  369. }
  370. .bottom-pane {
  371. position: relative;
  372. }
  373. .bottom-pane>div.history-button>.button-icon {
  374. background: url('./image/sub.png') no-repeat center ;
  375. width: 20px;
  376. height: 100%;
  377. position: absolute;
  378. right: 1px;
  379. top: 0;
  380. z-index: 99;
  381. cursor: pointer;
  382. }
  383. .noselect {
  384. -webkit-touch-callout: none; /* iOS Safari */
  385. -webkit-user-select: none; /* Safari */
  386. -khtml-user-select: none; /* Konqueror HTML */
  387. -moz-user-select: none; /* Firefox */
  388. -ms-user-select: none; /* Internet Explorer/Edge */
  389. user-select: none; /* Non-prefixed version, currently
  390. supported by Chrome and Opera */
  391. }
  392. /* 弹出板样式 start */
  393. .pane-title {
  394. background: rgb(7,42,114);
  395. border: 1px solid rgb(4,94,137);
  396. border-radius: 2px;
  397. position: absolute;
  398. height: 28px;
  399. font-family: 'Microsoft YaHei';
  400. }
  401. .pane-title-left {
  402. left: 0;
  403. width: 420px;
  404. }
  405. .pane-title-container {
  406. padding-top: 5px;
  407. }
  408. .pane-title-right {
  409. color: rgb(7,164,234);
  410. line-height: 28px;
  411. right: 2px;
  412. width: 416px;
  413. }
  414. .pane-title-right span {
  415. margin-left: 20px;
  416. font-weight: 600;
  417. }
  418. .pane-title-right ul {
  419. margin-left: 10px;
  420. }
  421. .pane-title-right li {
  422. float: left;
  423. width: 48px;
  424. text-align: right;
  425. cursor: pointer;
  426. background-image: url('./image/noselected.png');
  427. background-repeat: no-repeat;
  428. background-position: left center;
  429. margin-right: 16px;
  430. }
  431. .pane-title-right li a {
  432. cursor: pointer;
  433. font-weight: 600;
  434. }
  435. .pane-title-right li.active {
  436. background-image: url('./image/selected.png');
  437. }
  438. .pane-title-right li.active a {
  439. color: rgb(7,164,234);
  440. }
  441. .pane-title-right div {
  442. color: rgb(7,164,234);
  443. font-weight: 600;
  444. margin-right: 20px;
  445. }
  446. .pane-left,
  447. .pane-right {
  448. width: 410px !important;
  449. }
  450. .pane-left {
  451. margin-left: 10px !important;
  452. }
  453. .pane-right {
  454. /* margin-right: 10px !important; */
  455. }
  456. .pane-bottom {
  457. width: 830px !important;
  458. margin-left: 10px !important;
  459. height: 265px !important;
  460. margin-top: 10px !important;
  461. }
  462. .pane-bottom-container-right {
  463. padding: 2px;
  464. margin-top: 5px;
  465. margin-right: 20px;
  466. }
  467. .pane-bottom-container-left {
  468. padding: 2px;
  469. }
  470. .pane-bottom-container-right div,
  471. .pane-bottom-container-left div,
  472. .pane-bottom-container-right div a {
  473. border: none;
  474. height: 28px;
  475. }
  476. .pane-bottom-container-right div,
  477. .pane-bottom-container-left div {
  478. margin-right: 10px;
  479. }
  480. .pane-bottom-container-right div a {
  481. padding: 0 12px;
  482. font-weight: 600;
  483. font-size: 12px;
  484. line-height: 28px;
  485. display: block;
  486. }
  487. .pane-bottom-container-right div {
  488. box-shadow: 1px 1px 2px rgb(2,24,65);
  489. }
  490. .pane-bottom-container-right div:hover {
  491. box-shadow: 0 0 5px rgb(63,157,192);
  492. }
  493. .pane-bottom-container-left {
  494. margin-left: 30px;
  495. margin-top: 5px;
  496. }
  497. .pane-bottom-btn-left {
  498. width: 30px;
  499. text-align: center;
  500. }
  501. .pane-bottom-btn-left a {
  502. font-size: 12px;
  503. font-weight: 600;
  504. border-bottom: 1px solid;
  505. }
  506. .pane-bottom-btn-left a:hover {
  507. text-decoration: none;
  508. }
  509. /* 弹出板样式 end */
  510. .cursor-pointer {
  511. cursor: pointer
  512. }
  513. .button-mask {
  514. width: 100%;
  515. height: 100%;
  516. background-color: rgba(0,0,0,0.1);
  517. position: absolute;
  518. top: 0;
  519. left: 0;
  520. }
  521. /* 禁止时间控件内容被鼠标拖拽选择 */
  522. .layui-laydate span,
  523. .layui-laydate div,
  524. .layui-laydate i {
  525. -webkit-touch-callout: none; /* iOS Safari */
  526. -webkit-user-select: none; /* Safari */
  527. -khtml-user-select: none; /* Konqueror HTML */
  528. -moz-user-select: none; /* Firefox */
  529. -ms-user-select: none; /* Internet Explorer/Edge */
  530. user-select: none; /* Non-prefixed version, currently */
  531. }
  532. /* 时间控件蓝色皮肤 start */
  533. div.laydate-theme-blue {
  534. background-color: rgb(13,37,107);
  535. border: 1px solid rgb(13,36,104);
  536. border-radius: 5px;
  537. }
  538. .laydate-theme-blue .layui-laydate-header {
  539. color: rgb(50,140,237);
  540. font-weight: bold;
  541. border: none;
  542. }
  543. .laydate-theme-blue .layui-icon {
  544. color: rgb(50,140,237);
  545. }
  546. .laydate-theme-blue .layui-laydate-list,
  547. .laydate-theme-blue .layui-laydate-content {
  548. background-color: rgb(7,21,66);
  549. color: rgb(174,231,255);
  550. }
  551. .laydate-theme-blue .layui-laydate-list .layui-this,
  552. .laydate-theme-blue .layui-laydate-content .layui-this {
  553. background-color: rgb(8,190,253) !important;
  554. color: rgb(255,255,255) !important;
  555. border-radius: 4px;
  556. }
  557. .laydate-theme-blue .layui-laydate-content thead th {
  558. color: rgb(43,125,210);
  559. font-weight: 800;
  560. }
  561. .laydate-theme-blue .layui-laydate-content tbody td {
  562. color: rgb(50,144,237);
  563. font-weight: 600;
  564. }
  565. .laydate-theme-blue .layui-laydate-content .laydate-day-prev,
  566. .laydate-theme-blue .layui-laydate-content .laydate-day-next {
  567. color: rgb(16, 66, 173);
  568. }
  569. .laydate-theme-blue .layui-laydate-content td:hover,
  570. .laydate-theme-blue .layui-laydate-list li:hover {
  571. background-color: rgb(8,190,253) ;
  572. color: rgb(255,255,255);
  573. border-radius: 4px;
  574. }
  575. .laydate-theme-blue .layui-laydate-footer {
  576. border: none;
  577. }
  578. .laydate-theme-blue .layui-laydate-footer span {
  579. color: rgb(50,140,237);
  580. vertical-align: middle;
  581. }
  582. .laydate-theme-blue .layui-laydate-footer .laydate-footer-btns span {
  583. background-color: rgb(13,37,107);
  584. border-color: rgb(7,21,66);
  585. }
  586. .laydate-theme-blue .laydate-time-list ol li {
  587. width: 100%;
  588. }
  589. /* 时间控件蓝色皮肤 end */
  590. /* 时间控件蓝黑皮肤 start */
  591. div.laydate-theme-blueblack {
  592. background-color: rgb(8,97,219);
  593. border: 1px solid rgb(8,65,146);
  594. border-radius: 5px;
  595. font-family: '苹方 粗体';
  596. }
  597. .laydate-theme-blueblack .layui-laydate-header {
  598. color: rgb(245,247,251);
  599. font-weight: bold;
  600. border: none;
  601. box-shadow: 0 1px 3px #000;
  602. z-index: 10;
  603. }
  604. .laydate-theme-blueblack .layui-icon {
  605. color: rgb(48,142,239);
  606. }
  607. .laydate-theme-blueblack .layui-icon.laydate-prev-m,
  608. .laydate-theme-blueblack .layui-icon.laydate-next-m {
  609. color: rgb(36,213,92);
  610. }
  611. .laydate-theme-blueblack .layui-laydate-list,
  612. .laydate-theme-blueblack .layui-laydate-content {
  613. background: linear-gradient(to bottom, rgb(11,42,115), rgb(8,90,199));;
  614. color: rgb(255,255,255);
  615. border: 3px solid rgb(8,66,148);
  616. border-top: none;
  617. border-bottom-width: 2px;
  618. top: 1px;
  619. }
  620. .laydate-theme-blueblack .layui-laydate-list .layui-this,
  621. .laydate-theme-blueblack .layui-laydate-content .layui-this {
  622. background-color: rgb(34,203,88) !important;
  623. color: rgb(255,255,255) !important;
  624. border-radius: 4px;
  625. }
  626. .laydate-theme-blueblack .layui-laydate-content thead th {
  627. color: rgb(255,255,255);
  628. font-weight: 800;
  629. }
  630. .laydate-theme-blueblack .layui-laydate-content tbody td {
  631. color: rgb(255,255,255);
  632. font-weight: 600;
  633. }
  634. .laydate-theme-blueblack .layui-laydate-content .laydate-day-prev,
  635. .laydate-theme-blueblack .layui-laydate-content .laydate-day-next {
  636. color: rgb(52,167,255);
  637. }
  638. .laydate-theme-blueblack .layui-laydate-content td:hover,
  639. .laydate-theme-blueblack .layui-laydate-list li:hover {
  640. background-color: rgb(34,203,88) ;
  641. color: rgb(255,255,255);
  642. border-radius: 4px;
  643. }
  644. .laydate-theme-blueblack .layui-laydate-footer {
  645. border: none;
  646. }
  647. .laydate-theme-blueblack .layui-laydate-footer span {
  648. color: rgb(255,255,255);
  649. vertical-align: middle;
  650. }
  651. .laydate-theme-blueblack .layui-laydate-footer .laydate-footer-btns span {
  652. background-color: rgb(9,74,171);
  653. border-color: rgb(8,90,198);
  654. }
  655. .laydate-theme-blueblack .laydate-time-list ol li {
  656. width: 100%;
  657. }
  658. /* 时间控件蓝黑皮肤 end */
  659. /* 时间控件灰色皮肤 start */
  660. div.laydate-theme-gray {
  661. background-color: rgb(51,60,89);
  662. border: 1px solid rgb(51,60,89);
  663. border-radius: 5px;
  664. }
  665. .laydate-theme-gray .layui-laydate-header {
  666. color: rgb(255,255,255);
  667. font-weight: bold;
  668. border: none;
  669. box-shadow: 0 1px 1px rgb(73,82,115);
  670. z-index: 10;
  671. }
  672. .layui-laydate-header i:hover, .layui-laydate-header span:hover {
  673. color:rgb(7,237,208) !important;
  674. }
  675. .laydate-theme-gray .layui-icon {
  676. color: rgb(73,82,115);
  677. }
  678. .laydate-theme-gray .layui-icon.laydate-prev-m,
  679. .laydate-theme-gray .layui-icon.laydate-next-m {
  680. color: rgb(7,237,208);
  681. }
  682. .laydate-theme-gray .layui-laydate-list,
  683. .laydate-theme-gray .layui-laydate-content {
  684. background-color: rgb(51,60,89);
  685. color: rgb(174,231,255);
  686. border-bottom: 1px solid rgb(73,82,115);
  687. }
  688. .laydate-theme-gray .layui-laydate-list .layui-this,
  689. .laydate-theme-gray .layui-laydate-content .layui-this {
  690. background-color: rgb(7,237,208) !important;
  691. color: rgb(255,255,255) !important;
  692. border-radius: 4px;
  693. }
  694. .laydate-theme-gray .layui-laydate-content thead th {
  695. color: rgb(255,255,255);
  696. font-weight: 800;
  697. }
  698. .laydate-theme-gray .layui-laydate-content tbody td {
  699. color: rgb(255,255,255);
  700. font-weight: 600;
  701. }
  702. .laydate-theme-gray .layui-laydate-content .laydate-day-prev,
  703. .laydate-theme-gray .layui-laydate-content .laydate-day-next {
  704. color: rgb(73,82,115);
  705. /* color: rgb(255,255,255); */
  706. }
  707. .laydate-theme-gray .layui-laydate-content td:hover,
  708. .laydate-theme-gray .layui-laydate-list li:hover {
  709. background-color: rgb(7,237,208) ;
  710. color: rgb(255,255,255);
  711. border-radius: 4px;
  712. }
  713. .laydate-theme-gray .layui-laydate-footer {
  714. border: none;
  715. }
  716. .laydate-theme-gray .layui-laydate-footer span {
  717. /* color: rgb(50,140,237); */
  718. color: rgb(255,255,255);
  719. vertical-align: middle;
  720. }
  721. .laydate-theme-gray .layui-laydate-footer .laydate-footer-btns span {
  722. background-color: rgb(37,45,68);
  723. border-color: rgb(37,45,68);
  724. color:rgb(255,255,255);
  725. margin-right:2px;
  726. }
  727. .laydate-theme-gray .layui-laydate-footer .laydate-footer-btns span:hover {
  728. background-color: rgb(2,172,255);
  729. color:rgb(255,255,255);
  730. }
  731. .laydate-theme-gray .laydate-time-list ol li {
  732. width: 100%;
  733. }
  734. /* 时间控件灰色皮肤 end */
  735. li#header-item-current {
  736. border-bottom: 2px solid rgb(47,185,252);
  737. background: url('./image/nav_selectedbg.png') center center no-repeat !important;
  738. color: white;
  739. }
  740. li#header-item-current span {
  741. color: white;
  742. }
  743. li#header-item-current .menu-item-icon {
  744. visibility: hidden !important;
  745. display: none !important;
  746. }
  747. li#header-item-current .menu-item-icon-hover {
  748. visibility: visible !important;
  749. display: inline-block !important;
  750. position: relative !important;
  751. left: 0 !important;
  752. }
  753. .back-size100 {
  754. background-size: 100% 100% !important;
  755. }
  756. /* 报警弹窗 start */
  757. .alarm-window-container {
  758. width: 400px;
  759. height: 240px;
  760. background: url('./image/alarmwindowbackground.png') no-repeat center 100%;
  761. overflow: hidden;
  762. padding: 0 6px;
  763. box-sizing: border-box;
  764. position: absolute;
  765. bottom: 0;
  766. right: 0;
  767. }
  768. .alarm-window-head {
  769. height: 42px;
  770. width: 100%;
  771. background: 'red';
  772. }
  773. .alarm-window-head h3 {
  774. margin: 0;
  775. padding: 0;
  776. font-size: 17px;
  777. color: #ffffff;
  778. font-family: '苹方 粗体';
  779. line-height: 42px;
  780. height: 42px;
  781. padding-left: 20px;
  782. font-weight: bold;
  783. float: left;
  784. }
  785. .alarm-window-head .alarm-window-head-btns {
  786. float: right;
  787. line-height: 42px;
  788. margin-right: 10px;
  789. }
  790. .alarm-window-head .alarm-window-head-btns span {
  791. width: 20px;
  792. height: 20px;
  793. font-size: 20px;
  794. font-weight: 600;
  795. font-family: "苹方 粗体";
  796. color: white;
  797. display: inline-block;
  798. }
  799. .alarm-window-head h3 strong {
  800. padding: 0 8px;
  801. margin: 0;
  802. font-size: 32px;
  803. float: left;
  804. font-weight: inherit;
  805. font-family: inherit;
  806. }
  807. .alarm-window-head h3 span {
  808. float: left;
  809. }
  810. .alarm-window-body {
  811. height: 100%;
  812. width: 100%;
  813. }
  814. .alarm-window-body .alarm-window-body-flag {
  815. width: 78px;
  816. height: 71px;
  817. position: absolute;
  818. top: 50%;
  819. margin-top: -10px;
  820. left: 38px;
  821. background-image: url("./image/alarmflag12.png");
  822. background-repeat: no-repeat;
  823. background-position: left center;
  824. }
  825. .alarm-window-body-tab {
  826. height: 28px;
  827. width: 100%;
  828. }
  829. .alarm-window-body-content {
  830. height: 120px;
  831. width: 100%;
  832. overflow: hidden;
  833. }
  834. .alarm-window-body-tab>ul,
  835. .alarm-window-body-content>ul {
  836. padding: 0;
  837. margin: 0;
  838. }
  839. .alarm-window-body-tab>ul {
  840. height: 28px;
  841. background-image: url('./image/alarmwindowtab.png');
  842. background-position: left center;
  843. background-repeat: no-repeat;
  844. }
  845. .alarm-window-body-content>ul {
  846. height: 120px;
  847. width: 100%;
  848. padding-left: 35%;
  849. box-sizing: border-box;
  850. }
  851. .alarm-window-body-tab>ul>li,
  852. .alarm-window-body-content>ul>li{
  853. float: left;
  854. list-style: none;
  855. text-align: center;
  856. }
  857. .alarm-window-body-tab>ul>li {
  858. width: 25%;
  859. height: 100%;
  860. margin-top: 2px;
  861. cursor: pointer;
  862. color: rgb(255,72,0);
  863. font-size: 15px;
  864. font-weight: 600;
  865. line-height: 26px;
  866. font-family: "Microsoft Yahei";
  867. margin-left: -10px;
  868. }
  869. .alarm-window-body-tab>ul>li:first-child {
  870. margin-left: 0;
  871. }
  872. .alarm-window-body-tab>ul>li.current {
  873. background: url('./image/alarmtab1.png') center no-repeat;
  874. background-size: 100% 100%;
  875. }
  876. /* .alarm-window-body-tab>ul>li.current:first-child {
  877. background: url('./image/alarmtab1.png') center no-repeat;
  878. background-size: 100% 100%;
  879. } */
  880. .alarm-window-body-content>ul>li {
  881. height: 100%;
  882. width: 100%;
  883. }
  884. .alarm-window-body-content>ul>li {
  885. display: none;
  886. }
  887. .alarm-window-body-content>ul>.current {
  888. display: block;
  889. }
  890. .alarm-window-body-btns {
  891. height: 40px;
  892. }
  893. .alarm-window-body-btns div {
  894. text-align: center;
  895. line-height: 40px;
  896. }
  897. .alarm-window-body-btns div span {
  898. display: inline-block;
  899. width: 128px;
  900. height: 33px;
  901. background-image: url('./image/alarmwindowconfirmbtn.png');
  902. cursor: pointer;
  903. text-indent: 2000px;
  904. overflow: hidden;
  905. }
  906. .alarm-window-body-content-data {
  907. margin-top: 16px;
  908. }
  909. .alarm-window-body-content-data li {
  910. margin-bottom: 14px;
  911. height: 16px;
  912. }
  913. .alarm-window-body-content-data li span,
  914. .alarm-window-body-content-data li p {
  915. float: left;
  916. color: #780000;
  917. font-size: 14px;
  918. font-family: "苹方 粗体";
  919. font-weight: bold;
  920. }
  921. .alarm-window-body-content-data li p {
  922. max-width: 160px;
  923. }
  924. .alarm-window-body-content-data li .alarm-date {
  925. margin-right: 6px;
  926. }
  927. .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
  928. .clearfix{*+height:1%;}
  929. .alarm-window-minify {
  930. height: 42px !important;
  931. background-position: top left;
  932. }
  933. .alarm-window-minify .alarm-window-body {
  934. display: none;
  935. }
  936. /* 报警弹窗 end */