common.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. }
  6. /* body, h1, h2, h3, h4, h5, h6, hr, p,blockquote, dl, dt, dd, ul, ol, li,pre,
  7. form, fieldset, legend, button, input, textarea,
  8. th, td,
  9. img{border:medium none;margin: 0;padding: 0;list-style-type: none;} */
  10. li {
  11. list-style: none
  12. }
  13. a {
  14. text-decoration: none;
  15. }
  16. input,
  17. select {
  18. outline: none
  19. }
  20. table {
  21. border-spacing: 0;
  22. }
  23. textarea {
  24. resize: none;
  25. }
  26. .flex {
  27. display: flex
  28. }
  29. .flex1 {
  30. flex: 1
  31. }
  32. .flex2 {
  33. flex: 1.94
  34. }
  35. .flex8 {
  36. flex: 8
  37. }
  38. .flex10 {
  39. flex: 10
  40. }
  41. .flex3 {
  42. flex: 3
  43. }
  44. .flex9 {
  45. flex: 9
  46. }
  47. .align-top {
  48. vertical-align: top;
  49. }
  50. .align-left {
  51. text-align: left;
  52. }
  53. .align-right {
  54. text-align: right;
  55. }
  56. .left {
  57. float: left;
  58. }
  59. .right {
  60. float: right;
  61. }
  62. @font-face {
  63. font-family: electronicFont;
  64. src: url(../font/DS-DIGIT.TTF)
  65. }
  66. body {
  67. font-family: Arial, Helvetica, sans-serif;
  68. margin: 0;
  69. padding: 0;
  70. background: url(../images/bg.png) no-repeat #000;
  71. background-size: 100% auto;
  72. line-height: 1.15;
  73. font-size: 0.2rem!important;
  74. height: 100vh;
  75. }
  76. .color-green {
  77. color: #37FF01!important
  78. }
  79. .color-blue {
  80. color: #6F99FA!important
  81. }
  82. .color-red {
  83. color: #FF5801!important
  84. }
  85. .color-yellow {
  86. color: #EAF665!important
  87. }
  88. .color-orange {
  89. color: #DE8C54!important
  90. }
  91. .unprocess {
  92. color: #FF5801;
  93. }
  94. .processed {
  95. color: #37FF01
  96. }
  97. .necessary {
  98. color: red
  99. }
  100. .relative {
  101. position: relative;
  102. }
  103. .unshow {
  104. opacity: 0;
  105. cursor: default!important;
  106. }
  107. a.button {
  108. padding: 0 0.3125rem;
  109. display: inline-block;
  110. color: #1BE9FF;
  111. border: 1px solid #31E9FF;
  112. border-radius: 5px;
  113. line-height: 0.35rem;
  114. text-align: center;
  115. background: #031252;
  116. cursor: pointer;
  117. font-size: 0.2rem;
  118. }
  119. @media screen and (max-width:1024px) {
  120. html {
  121. font-size: 42px !important
  122. }
  123. body {
  124. /* background-size: contain; */
  125. }
  126. }
  127. @media screen and (min-width:1920) {
  128. html {
  129. font-size: 80px !important
  130. }
  131. }
  132. /* loading */
  133. /* #loading {
  134. position: absolute;
  135. top: 0;
  136. left: 0;
  137. bottom: 0;
  138. right: 0;
  139. display: flex;
  140. text-align: center;
  141. align-items: center;
  142. justify-content: center
  143. }
  144. #loading img {
  145. width: 1.25rem
  146. } */
  147. .loadingdata {
  148. position: relative;
  149. width: 100%;
  150. height: 100%
  151. }
  152. .preloader {
  153. position: absolute;
  154. left: 0px;
  155. top: 0px;
  156. width: 100%;
  157. height: 100%;
  158. z-index: 999999999999999;
  159. background-color: #fff;
  160. background-position: center center;
  161. background-repeat: no-repeat;
  162. background-image: url(../images/preloader.svg);
  163. }
  164. /* 组件树插件 */
  165. .treebox {
  166. height: 8.25rem;
  167. overflow-y: scroll;
  168. /* overflow-y: scroll; */
  169. scrollbar-color: transparent transparent;
  170. scrollbar-track-color: transparent;
  171. -ms-scrollbar-track-color: transparent;
  172. }
  173. .tree {
  174. font-size: 0.2rem;
  175. color: #fff;
  176. min-height: 0.25rem;
  177. /* margin: 0.275rem 0; */
  178. /* margin-bottom: 0.25rem; */
  179. position: relative;
  180. /* height:8.25rem; */
  181. /* overflow-y:scroll */
  182. /* border:1px solid pink; */
  183. /* -webkit-border-radius:4px;
  184. -moz-border-radius:4px;
  185. border-radius:4px; */
  186. /* border-right: 4px solid rgba(0, 0, 0, 0) */
  187. }
  188. .tree .maintree {
  189. background: linear-gradient(#031648 0%, #08416b 100%);
  190. }
  191. li.parent_li ul li ul li {
  192. display: none
  193. }
  194. .tree ul.child-two>li>span {
  195. padding-left: 0.5rem
  196. }
  197. .tree ul.child-three>li>span {
  198. padding-left: 0.8125rem
  199. }
  200. .tree li {
  201. list-style-type: none;
  202. line-height: 0.5rem;
  203. margin: 0;
  204. position: relative;
  205. /* padding-inline-start: 40px; */
  206. }
  207. .treeDepartment.selected,
  208. .treeDepartment.selected img {
  209. color: #0082FF
  210. }
  211. .treeCompany.selected,
  212. .treeCompany.selected img {
  213. color: #0082FF
  214. }
  215. .treeRole.selected {
  216. color: #0082FF
  217. }
  218. .tree li::before,
  219. .tree li::after {
  220. content: '';
  221. left: 0.3rem;
  222. position: absolute;
  223. right: auto;
  224. z-index: 99999999
  225. }
  226. .tree ul.child-three>li::before,
  227. .tree ul.child-three>::after {
  228. left: 0.6rem;
  229. }
  230. .tree li::before {
  231. border-left: 1px dotted #999;
  232. bottom: 0.625rem;
  233. height: 100%;
  234. top: -0.1125rem;
  235. width: 1px
  236. }
  237. .tree li::after {
  238. border-top: 1px dotted #999;
  239. height: 0.25rem;
  240. top: 0.275rem;
  241. width: 0.1625rem
  242. }
  243. .tree li span {
  244. background: #083C67;
  245. margin-bottom: 2px;
  246. /* -moz-border-radius:5px;
  247. -webkit-border-radius:5px;
  248. border-radius:5px; */
  249. font-size: 0.2rem;
  250. display: block;
  251. padding: 0.0175rem 0.1rem;
  252. text-decoration: none;
  253. }
  254. .tree li span img {
  255. height: 0.225rem;
  256. position: relative;
  257. top: -1px;
  258. margin-right: 0.0375rem
  259. }
  260. /* .tree li.parent_li>span {
  261. cursor:pointer
  262. } */
  263. .tree li span {
  264. cursor: pointer;
  265. }
  266. .tree>ul>li::before,
  267. .tree>ul>li::after {
  268. border: 0
  269. }
  270. .tree li:last-child::before {
  271. /* height: 0.4rem */
  272. }
  273. /* .tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
  274. background:#eee;
  275. border:1px solid #94a0b4;
  276. color:#000
  277. } */
  278. /* 弹框 */
  279. .verticalAlign {
  280. vertical-align: middle;
  281. display: inline-block;
  282. height: 100%;
  283. margin-left: -1px;
  284. }
  285. /* .xcConfirm .popBox {
  286. background-color: #002c59;
  287. z-index: 2147000001;
  288. width: 400px;
  289. height: 299px;
  290. border-radius: 5px;
  291. font-weight: bold;
  292. color: #fff;
  293. } */
  294. .popBox select {
  295. /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/
  296. border: solid 1px #000;
  297. /*很关键:将默认的select选择框样式清除*/
  298. appearance: none;
  299. -moz-appearance: none;
  300. -webkit-appearance: none;
  301. /*在选择框的最右侧中间显示小箭头图片*/
  302. background: url("../images/trigger.gif") no-repeat scroll right center transparent;
  303. background-position: 176px -3px;
  304. /*为下拉小箭头留出一点位置,避免被文字覆盖*/
  305. padding-right: 14px;
  306. }
  307. .xcConfirm .popBox .ttBox {
  308. padding: 5px;
  309. cursor: move;
  310. /* border: 1px solid pink */
  311. }
  312. .xcConfirm .popBox .ttBox .tt {
  313. font-size: 14px;
  314. display: block;
  315. }
  316. .xcConfirm .popBox .ttBox .clsBtn,
  317. .xcConfirm .popBox .ttBox .clsBtn2,
  318. .xcConfirm .popBox .ttBox .clsBtn3 {
  319. display: block;
  320. cursor: pointer;
  321. width: 12px;
  322. height: 12px;
  323. position: absolute;
  324. top: 4px;
  325. right: 8px;
  326. background: url(../images/tool-sprites.gif) no-repeat;
  327. }
  328. .xcConfirm .popBox .txtBox {
  329. padding: 20px 60px 23px 20px;
  330. /* background:pink; */
  331. }
  332. .txtBox span {
  333. display: inline-block;
  334. width: 114px;
  335. font-weight: 400;
  336. font-size: 14px;
  337. vertical-align: top;
  338. }
  339. .txtBox span.choose-file {
  340. display: inline-block;
  341. position: absolute;
  342. text-align: center;
  343. width: 56px;
  344. line-height: 20px;
  345. background: #616F8C;
  346. right: 0;
  347. top: 0;
  348. cursor: pointer;
  349. }
  350. .choose-file input {
  351. width: 56px;
  352. right: 0;
  353. top: 0;
  354. overflow: hidden;
  355. position: absolute;
  356. opacity: 0;
  357. cursor: pointer;
  358. }
  359. .txtBox>div {
  360. margin-bottom: 12px
  361. }
  362. .txtBox select,
  363. .txtBox input,
  364. .txtBox option,
  365. .userCheckBox {
  366. width: 194px;
  367. background-color: #34383f;
  368. /* color:#fff; */
  369. color: #aaa;
  370. border: none;
  371. line-height: 18px;
  372. padding: 0 10px 0 5px;
  373. font-size: 14px;
  374. }
  375. .txtBox textarea {
  376. background-color: #34383f;
  377. /* color:#fff; */
  378. color: #aaa;
  379. border: none;
  380. padding: 5px;
  381. width: 190px;
  382. font-size: 14px;
  383. }
  384. .xcConfirm .popBox .txtBox .bigIcon {
  385. float: left;
  386. margin-right: 20px;
  387. width: 48px;
  388. height: 48px;
  389. background-image: url(../img/icons.png);
  390. background-repeat: no-repeat;
  391. background-position: 48px 0;
  392. }
  393. .xcConfirm .popBox .txtBox p {
  394. /* height: 84px;
  395. margin-top: 16px;
  396. line-height: 26px; */
  397. overflow-x: hidden;
  398. overflow-y: auto;
  399. }
  400. .xcConfirm .popBox .txtBox p input {
  401. font-size: 18px;
  402. margin-top: 6px;
  403. }
  404. .xcConfirm .popBox .btnArea {
  405. position: absolute;
  406. bottom: 0;
  407. width: 100%;
  408. text-align: right
  409. }
  410. .xcConfirm .popBox .btnGroup {
  411. padding: 5px;
  412. background: #1f2833;
  413. }
  414. .xcConfirm .popBox .btnGroup img {
  415. position: absolute;
  416. left: 5px;
  417. top: 5px;
  418. }
  419. .xcConfirm .popBox .btnGroup .sgBtn {
  420. margin-left: 10px;
  421. }
  422. .xcConfirm .popBox .sgBtn {
  423. display: inline-block;
  424. cursor: pointer;
  425. width: 75px;
  426. line-height: 20px;
  427. text-align: center;
  428. color: #FFFFFF;
  429. border-radius: 5px;
  430. }
  431. .xcConfirm .popBox .sgBtn.ok,
  432. .xcConfirm .popBox .sgBtn.cancel,
  433. .xcConfirm .popBox .sgBtn.cancel2,
  434. .xcConfirm .popBox .sgBtn.cancel3 {
  435. position: relative;
  436. background-image: -webkit-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
  437. color: #26c5ff;
  438. border-radius: 3px;
  439. padding: 2px;
  440. font-size: 14px;
  441. }
  442. /* 分页样式 */
  443. .pager,
  444. .pager2 {
  445. padding: 0 0.25rem;
  446. color: #fff;
  447. position: absolute;
  448. left: 0;
  449. bottom: .4rem;
  450. /* bottom: 0; */
  451. width: 100%;
  452. line-height: 22px
  453. }
  454. .innerPager {
  455. bottom: 45px;
  456. }
  457. .pager-right {
  458. font-family: tahoma, arial, verdana, sans-serif;
  459. font-size: 0.2rem;
  460. }
  461. .pager-left li {
  462. display: inline-block;
  463. line-height: 0.275rem;
  464. text-align: center
  465. }
  466. .pager-left ul {
  467. align-items: center;
  468. display: flex;
  469. }
  470. .pager-left li:not(.pg-des) {
  471. width: 22px;
  472. /* height: 18px; */
  473. background-repeat: no-repeat;
  474. background-position: center center;
  475. }
  476. .pager-left li:not(.pg-des):hover {
  477. /* border: 1px solid rgb(5, 74, 143); */
  478. background-color: rgb(90, 143, 197);
  479. cursor: pointer;
  480. }
  481. .pager-left li.disabled:hover {
  482. border-color: rgba(0, 0, 0, 0);
  483. background-color: rgba(0, 0, 0, 0);
  484. cursor: default;
  485. }
  486. .pager-left li.pg-des {
  487. margin: 0 7px;
  488. padding: 0 18px;
  489. line-height: 14px;
  490. border-left: 1px solid #ccc;
  491. border-right: 1px solid #ccc;
  492. font-size: .2rem;
  493. }
  494. .pg-des input {
  495. color: #fff;
  496. text-align: center;
  497. background: #2f3c49;
  498. margin: 0 5px;
  499. outline: none;
  500. border: none;
  501. width: 40px;
  502. font-size: .2rem
  503. }
  504. .pg-first {
  505. background: url(../images/page-first.gif);
  506. height: .275rem;
  507. }
  508. .pg-first.disabled {
  509. background: url(../images/page-first-disabled.gif);
  510. pointer-events: none
  511. }
  512. .pg-prev {
  513. height: .275rem;
  514. background: url(../images/page-prev.gif);
  515. }
  516. .pg-prev.disabled {
  517. background: url(../images/page-prev-disabled.gif);
  518. pointer-events: none
  519. }
  520. .pg-next {
  521. height: 22px;
  522. background: url(../images/page-next.gif);
  523. }
  524. .pg-next.disabled {
  525. background: url(../images/page-next-disabled.gif);
  526. pointer-events: none;
  527. height: .275rem
  528. }
  529. .pg-last {
  530. background: url(../images/page-last.gif);
  531. height: 22px;
  532. }
  533. .pg-last.disabled {
  534. background: url(../images/page-last-disabled.gif);
  535. pointer-events: none;
  536. height: 22px
  537. }
  538. .pg-refresh,
  539. .pg-refresh2,
  540. .pg-refresh3 {
  541. background: url(../images/refresh.gif);
  542. }
  543. .pg-refresh a,
  544. .pg-refresh2 a,
  545. .pg-refresh3 a {
  546. display: inline-block;
  547. width: 100%;
  548. height: 100%
  549. }
  550. /* layer弹窗 */
  551. .layui-layer.layui-layer-page {
  552. background-color: #002c59;
  553. border-radius: 5px;
  554. color: #fff;
  555. }
  556. .deviceCheckAdd-wrapper {
  557. padding: 0 16px
  558. }
  559. /* 弹框标题样式 */
  560. /* .popBox .layui-layer-title {
  561. padding: 0;
  562. height: 30px;
  563. line-height: 30px;
  564. border-bottom: 1px solid rgba(0, 0, 0, 0);
  565. font-size: auto;
  566. color: #fff;
  567. overflow: hidden;
  568. text-overflow: ellipsis;
  569. white-space: nowrap;
  570. background-color: rgba(0, 0, 0, 0);
  571. border-radius: none;
  572. } */
  573. /* 弹框标题 */
  574. .deviceCheckAdd .ttBox {
  575. margin: 8px 0;
  576. cursor: move;
  577. /* border: 1px solid pink */
  578. }
  579. .deviceCheckAdd .ttBox .tt {
  580. font-size: 14px;
  581. display: block;
  582. }
  583. .deviceCheckAdd .ttBox .clsBtn {
  584. display: block;
  585. cursor: pointer;
  586. width: 12px;
  587. height: 12px;
  588. position: absolute;
  589. top: 4px;
  590. right: 16px;
  591. background: url(../images/tool-sprites.gif) no-repeat;
  592. }
  593. /* 弹框底部 */
  594. .deviceCheckAdd .btnArea {
  595. position: absolute;
  596. bottom: 0;
  597. width: 100%;
  598. text-align: right
  599. }
  600. .deviceCheckAdd .btnGroup {
  601. padding: 5px;
  602. background: #1f2833;
  603. }
  604. .deviceCheckAdd .btnGroup img {
  605. position: absolute;
  606. left: 5px;
  607. top: 5px;
  608. }
  609. .deviceCheckAdd .btnGroup .sgBtn {
  610. margin-left: 10px;
  611. }
  612. .deviceCheckAdd .sgBtn {
  613. display: inline-block;
  614. cursor: pointer;
  615. width: 75px;
  616. line-height: 20px;
  617. text-align: center;
  618. color: #FFFFFF;
  619. border-radius: 5px;
  620. }
  621. .deviceCheckAdd .sgBtn.ok,
  622. .deviceCheckAdd .sgBtn.cancel {
  623. position: relative;
  624. background-image: -webkit-linear-gradient(top, #2a3142, #252c3b 48%, #13171f 52%, #171b25);
  625. color: #26c5ff;
  626. border-radius: 3px;
  627. padding: 2px;
  628. font-size: 14px;
  629. }
  630. /* 搜索区域 */
  631. .chooseArea {
  632. margin: 22px 0;
  633. /* border:1px solid pink */
  634. }
  635. .chooseArea span {
  636. display: inline-block;
  637. font-weight: 400;
  638. width: 80px;
  639. font-size: 14px;
  640. margin-right: 10px;
  641. text-align: right
  642. }
  643. .chooseArea select,
  644. .chooseArea input,
  645. .chooseArea option {
  646. width: 201px;
  647. background-color: #34383f;
  648. color: #fff;
  649. border: none;
  650. line-height: 24px;
  651. height: 24px;
  652. padding: 0 10px 0 5px;
  653. font-size: 14px
  654. }
  655. #test12 {
  656. background: #44474A;
  657. color: #fff;
  658. /* height:414px; */
  659. /* height:100px; */
  660. overflow-y: scroll
  661. }
  662. .tree-tit {
  663. width: 100%;
  664. height: 30px;
  665. line-height: 30px;
  666. background: linear-gradient(#2f333f 0%, #353b4b 49%, #464d60 51%, #565e75 100%);
  667. border: 1px solid #1f2933;
  668. font-size: 14px;
  669. padding-left: 7px
  670. }
  671. .layui-tree-icon .layui-icon {
  672. color: #fff
  673. }
  674. .layui-tree-txt {
  675. color: #fff;
  676. font-size: 14px
  677. }
  678. .layui-form-checkbox i {
  679. background: #b8b8b8;
  680. border: 1px solid #ffffff;
  681. }
  682. .layui-form-checked[lay-skin="primary"] i {
  683. border-color: #1BE9FE !important;
  684. background-color: #1BE9FE;
  685. color: #fff;
  686. }
  687. /* .layui-form-checkbox[lay-skin="primary"] i{
  688. background: #b8b8b8;
  689. border: 1px solid #ffffff;
  690. } */
  691. /* .checkAdd-content{
  692. margin:16px;
  693. border:1px solid red;
  694. height:300px
  695. } */
  696. /* 溢出滚动样式 */
  697. .departlist-box ::-webkit-scrollbar {
  698. height: 5px !important;
  699. width: 5px !important;
  700. }
  701. /*定义了滚动条滑块的样式*/
  702. .departlist-box ::-webkit-scrollbar-thumb {
  703. border-radius: 0;
  704. border-style: dashed;
  705. background-color: #aaa;
  706. border-color: #e2242400;
  707. border-width: 1.5px;
  708. background-clip: padding-box;
  709. }
  710. .disabled {
  711. pointer-events: none
  712. }
  713. /* .queryCompanyList .pure-table-inner tr th:first-child,
  714. .queryCompanyList .pure-table-inner tr td:first-child {
  715. width: 24px
  716. } */
  717. .queryCompanyList .pure-table-inner tr th:nth-child(2),
  718. .queryCompanyList .pure-table-inner tr td:nth-child(2) {
  719. width: 25%
  720. }
  721. .queryCompanyList .pure-table-inner tr th:nth-child(3),
  722. .queryCompanyList .pure-table-inner tr td:nth-child(3) {
  723. width: 20%
  724. }
  725. .queryCompanyList .pure-table-inner tr th:nth-child(4),
  726. .queryCompanyList .pure-table-inner tr td:nth-child(4) {
  727. width: 13%
  728. }
  729. .queryCompanyList .pure-table-inner tr th:nth-child(5),
  730. .queryCompanyList .pure-table-inner tr td:nth-child(5) {
  731. width: 10%
  732. }
  733. /* .queryPointDetailList .pure-table-inner tr th:first-child,
  734. .queryPointDetailList .pure-table-inner tr td:first-child {
  735. width: 24px
  736. } */
  737. .queryPointDetailList .pure-table-inner tr th:nth-child(2),
  738. .queryPointDetailList .pure-table-inner tr td:nth-child(2) {
  739. width: 20%
  740. }
  741. .queryPointDetailList .pure-table-inner tr th:nth-child(3),
  742. .queryPointDetailList .pure-table-inner tr td:nth-child(3) {
  743. width: 20%
  744. }
  745. .queryPointDetailList .pure-table-inner tr th:nth-child(4),
  746. .queryPointDetailList .pure-table-inner tr td:nth-child(4) {
  747. width: 10%
  748. }
  749. .queryPointDetailList .pure-table-inner tr th:nth-child(5),
  750. .queryPointDetailList .pure-table-inner tr td:nth-child(5) {
  751. width: 15%
  752. }
  753. /* 占满屏幕 start */
  754. /* body {
  755. height: 100%;
  756. width: 100%;
  757. overflow: hidden;
  758. min-height: 723px;
  759. }
  760. .content-box {
  761. width: 100%;
  762. height: calc(100% - .72rem);
  763. overflow: hidden;
  764. }
  765. .content-box .column3 {
  766. width: 100%;
  767. height: 100%;
  768. overflow: hidden;
  769. } */
  770. /* 占满屏幕 end */
  771. /* 日期插件小背景图 */
  772. #startTime,
  773. #endTime {
  774. background-image: url(../images/date-trigger.gif);
  775. background-repeat: no-repeat;
  776. /* background-position: right center; */
  777. background-position: 174px 0;
  778. }