common.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  1. html,body{
  2. overflow-x: hidden;
  3. height: 100%;
  4. -webkit-tap-highlight-color: transparent;
  5. }
  6. /* 对话框样式 */
  7. /*添加draggable 防止遮罩层消失*/
  8. .ivu-modal-no-mask {
  9. /* 防止出现滚动条 */
  10. overflow: hidden !important;
  11. pointer-events: auto !important;
  12. background-color: rgba(55,55,55,.6);
  13. }
  14. /* 弹窗垂直居中 */
  15. .common-modal .ivu-modal {
  16. width: auto !important;
  17. display: flex;
  18. justify-content: center;
  19. align-items: center;
  20. height: 100%;
  21. top:0
  22. }
  23. .common-modal .ivu-modal-content {
  24. background-color: #06214D;
  25. border: 1px solid #0185EA;
  26. }
  27. .common-modal .ivu-modal-header {
  28. background: linear-gradient(90deg, #0B7FD8, #09398E);
  29. border-bottom: 1px solid #21437B;
  30. }
  31. .common-modal .ivu-modal-header .ivu-modal-header-inner {
  32. font-size: 16px;
  33. font-weight: bold;
  34. color: #FFFFFF;
  35. }
  36. .common-modal .ivu-modal-close .ivu-icon-ios-close:hover {
  37. color: #999;
  38. }
  39. .common-modal .ivu-modal-footer {
  40. border-top: none;
  41. padding-top: 0;
  42. }
  43. .common-modal .ivu-btn-default {
  44. background-color: #0E2F63;
  45. border: 1px solid #5774A3;
  46. border-radius: 5px;
  47. color: #83A4D9;
  48. /* font-size: 12px; */
  49. }
  50. .common-modal .ivu-btn-default:hover {
  51. background-color: #1A4385;
  52. border: 1px solid #5774A3;
  53. }
  54. .common-modal .modal-icon {
  55. font-size: 24px;
  56. vertical-align: middle;
  57. }
  58. .common-modal .modal-text {
  59. font-size: 14px;
  60. vertical-align: middle;
  61. margin-left: 10px;
  62. color: #fff;
  63. }
  64. /* form表单样式 */
  65. .common-form .ivu-form-item-label {
  66. color: #F5F5F5;
  67. line-height: 32px;
  68. height: 32px;
  69. padding: 0;
  70. padding-right: 12PX;
  71. }
  72. .common-form .ivu-form-item-content {
  73. line-height: 32px;
  74. }
  75. .common-form .ivu-form-item {
  76. color: #F5F5F5;
  77. margin-bottom: 20px;
  78. }
  79. /* .common-form .ivu-input {
  80. background: #06214D;
  81. border: 1px solid #204A8F;
  82. border-radius: 6px;
  83. color: #F5F5F5;
  84. height: 32px;
  85. }
  86. .common-form .ivu-input-word-count {
  87. background: transparent;
  88. }
  89. .common-form .ivu-input-number-input-wrap {
  90. height: 32px;
  91. }
  92. .common-form .ivu-input-number{
  93. border: 1px solid #204A8F;
  94. background-color: transparent;
  95. width: -webkit-fill-available;
  96. height: 32px;
  97. }
  98. .common-form .ivu-input-number-input {
  99. background: #06214D;
  100. border-radius: 6px;
  101. color: #F5F5F5;
  102. height: 32px;
  103. line-height: 32px;
  104. }
  105. .common-form .ivu-input-number-handler {
  106. height: 16px;
  107. }
  108. .common-form .ivu-input-number-handler-wrap {
  109. background: #06214D;
  110. border-left: 1px solid #0185EA;
  111. }
  112. .common-form .ivu-input-number-handler-down {
  113. border-top: 1px solid #0185EA;
  114. }
  115. .common-form .ivu-input-number-handler-down-inner, .common-form .ivu-input-number-handler-up-inner {
  116. color: #0185EA;
  117. }
  118. .ivu-input:focus{
  119. border: 1px solid #0185EA;
  120. }
  121. .common-form .ivu-input-number-focused {
  122. border: 1px solid #0185EA;
  123. }
  124. textarea.ivu-input {
  125. min-height: 32px;
  126. } */
  127. .ivu-input {
  128. background: #06214D;
  129. border: 1px solid #204A8F;
  130. border-radius: 6px;
  131. color: #F5F5F5;
  132. height: 32px;
  133. }
  134. .ivu-input-word-count {
  135. background: transparent;
  136. }
  137. .ivu-input-number-input-wrap {
  138. height: 32px;
  139. }
  140. .ivu-input-number{
  141. border: 1px solid #204A8F;
  142. background-color: transparent;
  143. width: -webkit-fill-available;
  144. height: 32px;
  145. }
  146. .ivu-input-number-input {
  147. background: #06214D;
  148. border-radius: 6px;
  149. color: #F5F5F5;
  150. height: 32px;
  151. line-height: 32px;
  152. }
  153. .ivu-input-number-handler {
  154. height: 16px;
  155. }
  156. .ivu-input-number-handler-wrap {
  157. background: #06214D;
  158. border-left: 1px solid #0185EA;
  159. }
  160. .ivu-input-number-handler-down {
  161. border-top: 1px solid #0185EA;
  162. }
  163. .ivu-input-number-handler-down-inner, .ivu-input-number-handler-up-inner {
  164. color: #0185EA;
  165. }
  166. .ivu-input:focus{
  167. border: 1px solid #0185EA;
  168. }
  169. .ivu-input-number-focused {
  170. border: 1px solid #0185EA;
  171. }
  172. textarea.ivu-input {
  173. min-height: 32px;
  174. }
  175. /*输入框样式*/
  176. .ivu-input-wrapper .ivu-input-icon {
  177. height: 32px;
  178. line-height: 32px;
  179. }
  180. /* 下拉框样式 */
  181. .ivu-select-selection {
  182. background: #06214D;
  183. border: 1px solid #204A8F;
  184. border-radius: 6px;
  185. color: #F5F5F5;
  186. }
  187. .ivu-select-single .ivu-select-selection {
  188. height: 100%;
  189. }
  190. .ivu-select-single .ivu-select-selection div{
  191. height: 100%;
  192. display: flex;
  193. align-items: center;
  194. }
  195. .ivu-select-single .ivu-select-selection div span{
  196. height: 30px !important;
  197. line-height: 30px !important;
  198. }
  199. .ivu-select-dropdown {
  200. background-color: #06214D;
  201. }
  202. .ivu-select-item {
  203. color: #F5F5F5;
  204. }
  205. .ivu-select-item-focus {
  206. background: transparent;
  207. }
  208. .ivu-select-item:hover {
  209. background: #2e4e89;
  210. color: #f2f2f2;
  211. }
  212. .ivu-select-item-selected, .ivu-select-item-selected:hover {
  213. background: #0185ea;
  214. color: #f2f2f2;
  215. }
  216. .ivu-select-disabled .ivu-select-selection {
  217. background-color: #06214D;
  218. color: #f2f2f2;
  219. }
  220. /* 修改下拉框的placeholder文字颜色*/
  221. .ivu-select-single .ivu-select-selection .ivu-select-placeholder {
  222. color: #718EBD;
  223. }
  224. /* 滚动条 webkit内核 start .ivu-cascader-menu 级联下拉列表里的滚动条 .ivu-select-dropdown 单个下拉列表里的滚动条 .common-modal-tabs .ivu-tabs-tabpane详情对话框里的滚动条*/
  225. .common-scroll::-webkit-scrollbar,
  226. .ivu-select-dropdown::-webkit-scrollbar,
  227. .ivu-cascader-menu::-webkit-scrollbar{
  228. height: 8px;
  229. width: 8px;
  230. opacity: 0.6;
  231. }
  232. .common-scroll::-webkit-scrollbar-track,
  233. .ivu-select-dropdown::-webkit-scrollbar-track,
  234. .ivu-cascader-menu::-webkit-scrollbar-track{
  235. background-color: rgba(39, 76, 136, 0.4);
  236. -webkit-border-radius: 2em;
  237. -moz-border-radius: 2em;
  238. border-radius: 2em;
  239. }
  240. .common-scroll::-webkit-scrollbar-thumb,
  241. .ivu-select-dropdown::-webkit-scrollbar-thumb,
  242. .ivu-cascader-menu::-webkit-scrollbar-thumb {
  243. opacity: 0.3;
  244. background-color: rgba(8, 26, 64, 0.8);
  245. -webkit-border-radius: 2em;
  246. -moz-border-radius: 2em;
  247. border-radius: 2em;
  248. }
  249. /* ivu-table-body大多数表格里的滚动条 special-table个别表格里的滚动条*/
  250. .ivu-table-body::-webkit-scrollbar,
  251. .special-table .ivu-table-body::-webkit-scrollbar {
  252. height: 3px;
  253. width: 3px;
  254. opacity: 0.6;
  255. }
  256. /* 表格的定义滚动条的滑块部分 */
  257. .ivu-table-body::-webkit-scrollbar-track,
  258. .special-table .ivu-table-body::-webkit-scrollbar-track {
  259. background-color: #1f2f69;
  260. -webkit-border-radius: 0em;
  261. -moz-border-radius: 0em;
  262. border-radius: 0em;
  263. }
  264. .ivu-table-body::-webkit-scrollbar-thumb,
  265. .special-table .ivu-table-body::-webkit-scrollbar-thumb {
  266. opacity: 1;
  267. background-color: #435579;
  268. -webkit-border-radius: 0em;
  269. -moz-border-radius: 0em;
  270. border-radius: 0em;
  271. }
  272. .ivu-table-body,
  273. .special-table .ivu-table-body {
  274. scrollbar-arrow-color: #435579;
  275. scrollbar-track-color: #435579;
  276. scrollbar-highlight-color: #435579;
  277. scrollbar-base-color: #435579;
  278. }
  279. /* tab页的通用样式 */
  280. .common-tabs {
  281. color: #fff;
  282. }
  283. .common-tabs .ivu-tabs-bar {
  284. border-bottom: 1px solid #173B77;
  285. }
  286. .common-tabs .ivu-tabs-bar {
  287. margin-bottom: 0;
  288. }
  289. .common-tabs .ivu-tabs-nav-container {
  290. font-size: 16px;
  291. }
  292. .common-tabs .ivu-tabs-nav-wrap {
  293. height: 50px;
  294. line-height: 50px;
  295. }
  296. .common-tabs .ivu-tabs-nav-scroll {
  297. height: 100%;
  298. }
  299. .common-tabs .ivu-tabs-nav {
  300. height: 100%;
  301. }
  302. .common-tabs .ivu-tabs-nav .ivu-tabs-tab-active {
  303. color: #0185EA;
  304. font-weight: bold;
  305. }
  306. .common-tabs .ivu-tabs-ink-bar{
  307. color: #0185EA;
  308. height: 3px;
  309. }
  310. .common-tabs .ivu-tabs-nav .ivu-tabs-tab {
  311. padding-top: 0;
  312. padding-bottom: 0;
  313. }
  314. /* 新增按钮表格的样式 */
  315. .ivu-btn {
  316. height: 32px;
  317. }
  318. .common-add-btn {
  319. background: #0D2C5E;
  320. border: 1px solid #4795F9;
  321. border-radius: 6px;
  322. font-weight: bold;
  323. color: #4795F9;
  324. height: 32px;
  325. font-size: 14px;
  326. box-shadow: none;
  327. }
  328. .common-add-btn .ivu-icon-ios-add {
  329. font-size: 18px;
  330. }
  331. .common-add-btn:hover {
  332. color: #fff;
  333. background-color: #0185ea;
  334. }
  335. .common-add-btn.active, .common-add-btn:active {
  336. color: #fff;
  337. background-color: #0185ea;
  338. }
  339. /* 操作按钮的样式 */
  340. .common-operate-btn>i, .common-operate-btn>span{
  341. display: flex;
  342. align-items: center;
  343. }
  344. /* 表格的样式 */
  345. .common-table {
  346. overflow: inherit;
  347. }
  348. .common-table .ivu-table{
  349. background-color: transparent;
  350. position: relative;
  351. }
  352. .common-table .ivu-table:before {
  353. height: 0;
  354. /* background-color: #173B77; */
  355. }
  356. .common-table .ivu-table th {
  357. background-color: #14316A;
  358. color: #FFFFFF;
  359. border-bottom: 1px solid #173B77;
  360. }
  361. .common-table .ivu-table td {
  362. border-bottom: 1px solid #173B77;
  363. color: #FFFFFF;
  364. }
  365. .common-table .ivu-table td {
  366. background-color: transparent;
  367. }
  368. .common-table .ivu-table .ivu-table-cell {
  369. padding-left: 10px;
  370. padding-right: 10px;
  371. }
  372. .common-table .ivu-table-stripe-even td{
  373. background-color: #081C43;
  374. }
  375. .common-table .ivu-table-stripe-odd td{
  376. background-color: #072453;
  377. }
  378. .common-table .ivu-checkbox .ivu-checkbox-inner {
  379. border-color: #3565BC;
  380. background-color: transparent;
  381. }
  382. .common-table .ivu-checkbox-checked .ivu-checkbox-inner {
  383. /* border: none; */
  384. background-color: #0185EA;
  385. }
  386. .common-table .ivu-checkbox-disabled .ivu-checkbox-inner {
  387. border-color: #3565BC;
  388. background-color: transparent;
  389. }
  390. /*表格暂无数据*/
  391. /* .ivu-table-tip {
  392. min-height: 300px;
  393. } */
  394. .ivu-spin-fix {
  395. background-color: #06214d;
  396. }
  397. .ivu-spin-fix .ivu-spin-main {
  398. width: 100%;
  399. height: 100%;
  400. display: flex;
  401. align-items: center;
  402. justify-content: center;
  403. }
  404. /* 分页的样式 */
  405. .common-page .ivu-page-next, .common-page .ivu-page-prev {
  406. background-color: #154086;
  407. border: 1px solid #014b8c;
  408. color: #fff;
  409. min-width: 32px;
  410. height: 32px;
  411. line-height: 30px;
  412. margin-right: 4px;
  413. font-size: 14px;
  414. }
  415. .common-page .ivu-page-item {
  416. background-color: #154086;
  417. border: none;
  418. min-width: 32px;
  419. height: 32px;
  420. line-height: 30px;
  421. margin-right: 4px;
  422. font-size: 14px;
  423. }
  424. .common-page .ivu-page-item a, .common-page .ivu-page-item:hover a {
  425. color: #fff;
  426. }
  427. .common-page .ivu-page-item-active {
  428. background-color: #409EFF;
  429. }
  430. .common-page .ivu-page-item-active a, .common-page .ivu-page-item-active:hover a {
  431. color: #fff;
  432. }
  433. .common-page .ivu-icon {
  434. color: #fff;
  435. }
  436. .common-page .ivu-page-options-elevator {
  437. color: #fff;
  438. height: 32px;
  439. line-height: 32px;
  440. font-size: 14px;
  441. }
  442. .common-page .ivu-page-options-elevator input {
  443. background-color: #154086;
  444. border: none;
  445. color: #fff;
  446. padding: 4px 7px;
  447. font-size: 14px;
  448. min-width: 50px;
  449. height: 32px;
  450. }
  451. .common-page .ivu-page-item-jump-next, .common-page .ivu-page-item-jump-prev, .common-page .ivu-page-next, .common-page .ivu-page-prev {
  452. height: 32px;
  453. line-height: 30px;
  454. }
  455. .common-page .ivu-page-total {
  456. height: 32px;
  457. line-height: 32px;
  458. color: #fff;
  459. }
  460. /* Tooltip的样式 */
  461. .ivu-tooltip-inner {
  462. background-color: #335493;
  463. }
  464. .ivu-tooltip-popper[x-placement^=top] .ivu-tooltip-arrow {
  465. border-top-color: #335493;
  466. }
  467. /* 日期选择范围的样式 */
  468. .common-date-picker .ivu-date-picker-header {
  469. border-bottom: 1px solid #204384;
  470. }
  471. .common-date-picker .ivu-time-picker-header {
  472. border-bottom: 1px solid #204384;
  473. }
  474. .common-date-picker .ivu-date-picker-cells-cell:hover em {
  475. background:#2e4e89;
  476. }
  477. .common-date-picker .ivu-date-picker-cells-cell-range:before {
  478. background:#2e4e89;
  479. }
  480. .common-date-picker .ivu-input-prefix i, .common-date-picker .ivu-input-suffix i {
  481. line-height: 32px;
  482. }
  483. .common-date-picker .ivu-picker-confirm {
  484. border-top: 1px solid #204384;
  485. }
  486. .common-date-picker .ivu-btn-text.disabled, .common-date-picker .ivu-btn-text.disabled.active, .common-date-picker .ivu-btn-text.disabled:active, .common-date-picker .ivu-btn-text.disabled:focus, .common-date-picker .ivu-btn-text.disabled:hover, .common-date-picker .ivu-btn-text[disabled], .common-date-picker .ivu-btn-text[disabled].active, .common-date-picker .ivu-btn-text[disabled]:active, .ivu-btn-text[disabled]:focus, .common-date-picker .ivu-btn-text[disabled]:hover, .common-date-picker fieldset[disabled] .ivu-btn-text, .common-date-picker fieldset[disabled] .ivu-btn-text.active, fieldset[disabled] .ivu-btn-text:active, .common-date-picker fieldset[disabled] .ivu-btn-text:focus, .common-date-picker fieldset[disabled] .ivu-btn-text:hover {
  487. background-color: #2e4e89;
  488. }
  489. .common-date-picker .ivu-btn-text {
  490. color: #fff;
  491. }
  492. .common-date-picker .ivu-btn-text:hover {
  493. background-color: transparent;
  494. }
  495. .common-date-picker .ivu-time-picker-cells-cell:hover {
  496. background: #2e4e89;
  497. }
  498. .common-date-picker .ivu-time-picker-cells-cell-selected, .common-date-picker .ivu-time-picker-cells-cell-selected:hover {
  499. background: #2d8cf0;
  500. color: #fff;
  501. }
  502. .common-date-picker .ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list::-webkit-scrollbar {
  503. height: 3px;
  504. width: 3px;
  505. opacity: 0.6;
  506. }
  507. .common-date-picker .ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list::-webkit-scrollbar-track {
  508. background-color: #1f2f69;
  509. -webkit-border-radius: 0em;
  510. -moz-border-radius: 0em;
  511. border-radius: 0em;
  512. }
  513. .common-date-picker .ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list::-webkit-scrollbar-thumb {
  514. opacity: 1;
  515. background-color: #435579;
  516. -webkit-border-radius: 0em;
  517. -moz-border-radius: 0em;
  518. border-radius: 0em;
  519. }
  520. .common-date-picker .ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list {
  521. scrollbar-arrow-color: #435579;
  522. scrollbar-track-color: #435579;
  523. scrollbar-highlight-color: #435579;
  524. scrollbar-base-color: #435579;
  525. }
  526. .common-date-picker .ivu-time-picker-with-range .ivu-picker-panel-content:after {
  527. background: #5c7091;
  528. }
  529. .common-date-picker .ivu-btn-default {
  530. background-color: #0E2F63;
  531. border: 1px solid #5774A3;
  532. border-radius: 5px;
  533. color: #83A4D9;
  534. /* font-size: 12px; */
  535. }
  536. .common-date-picker .ivu-time-picker-cells-list {
  537. border-left: 1px solid #5c7091;
  538. }
  539. /* Message 全局提示 设置层级*/
  540. .ivu-message {
  541. z-index: 999999 !important;
  542. }
  543. /* Cascader 级联选择样式*/
  544. .common-cascader .ivu-cascader-menu-item{
  545. color: #fff;
  546. }
  547. .common-cascader .ivu-cascader-menu {
  548. border-right: 1px solid #143455;
  549. }
  550. .common-cascader .ivu-cascader-menu-item:hover {
  551. background: #3565BC;
  552. }
  553. .common-cascader .ivu-cascader-menu .ivu-cascader-menu-item-active {
  554. background: #3565BC;
  555. }