| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629 |
- /* 定制宽高按钮 */
- @import '~ant-design-vue/dist/antd.css';
- .flex {
- display: -webkit-box;
- /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
- display: -moz-box;
- /* Firefox 17- */
- display: -webkit-flex;
- /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
- display: -moz-flex;
- /* Firefox 18+ */
- display: -ms-flexbox;
- /* IE 10 */
- display: flex;
- /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
- }
- .inlineflex {
- display: -webkit-inline-box;
- /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
- display: -moz-inline-box;
- /* Firefox 17- */
- display: -webkit-inline-flex;
- /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
- display: -moz-inline-flex;
- /* Firefox 18+ */
- display: -ms-inline-flexbox;
- /* IE 10 */
- display: inline-flex;
- /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
- }
- .ellipse {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .ant-input::placeholder {
- color: #394753;
- }
- .commonInput {
- background: #15202B;
- border: 1px solid #2B3F52;
- border-radius: 3px;
- color: #E5E5E5;
- }
- .commonInput .ant-input {
- color: #E5E5E5;
- background: transparent;
- }
- .commonInput .ant-input-suffix {
- color: #E5E5E5;
- }
- .commonInput:hover,
- .commonInput:focus {
- border-color: #0C95FF;
- }
- .tableConditionInput {
- width: 140px;
- height: 30px;
- line-height: 30px;
- background: #252D34;
- /*圆角兼容性*/
- -moz-border-radius: 3px 3px 3px 3px;
- -webkit-border-radius: 3px 3px 3px 3px;
- border-radius: 3px 3px 3px 3px;
- border: 0;
- color: #E5E5E5;
- font-size: 14px;
- }
- .tableConditionInput + .tableConditionInput {
- margin-left: 10px;
- }
- .ant-select-dropdown {
- background: #424E59;
- border: 1px solid #48545F;
- box-shadow: 0px 10px 10px 0px rgba(18, 22, 24, 0.36);
- border-radius: 5px;
- }
- .ant-select-dropdown .ant-select-item {
- color: #7a8a94;
- }
- .ant-select-dropdown .ant-select-item-option-active,
- .ant-select-dropdown .ant-select-item-option-selected,
- .ant-select-dropdown .ant-select-item-option-hover {
- background: #3a87f7;
- color: #E5E5E5;
- }
- .topTable .ant-table {
- width: 100%;
- }
- .topTable .ant-table table {
- border: 0;
- }
- .topTable .ant-table .ant-table-thead tr {
- box-shadow: 0px 1px 0px 0px #2E3539;
- }
- .topTable .ant-table .ant-table-thead tr th {
- line-height: 34px;
- background: #212629;
- padding-top: 0;
- padding-bottom: 0;
- color: #556772;
- font-size: 14px;
- border-right: 1px solid #161A1C;
- border-bottom: 1px solid #161A1C;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .topTable .ant-table .ant-table-tbody tr td {
- height: 34px;
- line-height: 34px;
- padding: 0 8px;
- border-right: 1px solid #161A1C;
- border-bottom: 1px solid #161A1C;
- font-size: 16px;
- color: #E5E5E5;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .topTable .ant-table .ant-table-placeholder {
- border: 0;
- background: #0E0E0F;
- }
- .dialogTable .ant-table {
- width: 100%;
- }
- .dialogTable .ant-table table {
- border: 1px solid #1B2A38;
- border-radius: 0;
- }
- .dialogTable .ant-table .ant-table-thead tr {
- box-shadow: 0px 1px 0px 0px #2E3539;
- }
- .dialogTable .ant-table .ant-table-thead tr th {
- line-height: 36px;
- background: #0F1A25;
- padding-top: 0;
- padding-bottom: 0;
- color: #88a0ae;
- font-size: 16px;
- border-right: 1px solid #1B2A38;
- border-bottom: 1px solid #1B2A38;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .dialogTable .ant-table .ant-table-tbody tr td {
- height: 36px;
- line-height: 36px;
- padding: 0 8px;
- border-right: 1px solid #1B2A38;
- border-bottom: 1px solid #1B2A38;
- font-size: 14px;
- color: #E5E5E5;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- background: #0F1A25;
- }
- .dialogTable .ant-table .ant-table-placeholder {
- border: 0;
- background: #0F1A25;
- }
- .ant-empty-normal {
- color: #556772;
- }
- .ant-empty-img-simple-path,
- .ant-empty-img-simple-ellipse {
- fill: #556772;
- }
- .ant-empty-img-simple-g {
- stroke: #556772;
- }
- .add-custom .ant-modal-content,
- .commonModal .ant-modal-content {
- background: #0F1A25;
- border-radius: 5px;
- }
- .add-custom .ant-modal-content .ant-modal-close .ant-modal-close-x,
- .commonModal .ant-modal-content .ant-modal-close .ant-modal-close-x {
- width: 40px;
- height: 40px;
- line-height: 40px;
- }
- .add-custom .ant-modal-content .ant-modal-close .ant-modal-close-x .ant-modal-close-icon,
- .commonModal .ant-modal-content .ant-modal-close .ant-modal-close-x .ant-modal-close-icon {
- color: #1271BA;
- }
- .add-custom .ant-modal-content .ant-modal-header,
- .commonModal .ant-modal-content .ant-modal-header {
- height: 40px;
- background: linear-gradient(0deg, #112C43, #084258);
- border-radius: 5px;
- padding: 0;
- text-align: center;
- border-bottom: 0;
- }
- .add-custom .ant-modal-content .ant-modal-header .ant-modal-title,
- .commonModal .ant-modal-content .ant-modal-header .ant-modal-title {
- line-height: 40px;
- font-size: 16px;
- color: #ffffff;
- }
- .add-custom .ant-modal-content .ant-modal-body,
- .commonModal .ant-modal-content .ant-modal-body {
- min-height: 380px;
- }
- .add-custom .ant-modal-content .ant-modal-footer,
- .commonModal .ant-modal-content .ant-modal-footer {
- border-top: 0;
- text-align: center;
- padding-bottom: 31px;
- }
- .add-custom .ant-modal-content .ant-modal-footer .ant-btn-primary,
- .commonModal .ant-modal-content .ant-modal-footer .ant-btn-primary {
- width: 200px;
- height: 34px;
- line-height: 34px;
- border: 0;
- background: linear-gradient(0deg, #3163BA 0%, #4179DB 100%);
- border-radius: 3px;
- font-size: 16px;
- color: #ffffff;
- }
- .add-custom .ant-modal-content .ant-modal-footer .ant-btn-primary:hover,
- .commonModal .ant-modal-content .ant-modal-footer .ant-btn-primary:hover {
- background: linear-gradient(0deg, rgba(49, 99, 186, 0.8) 0%, rgba(65, 121, 219, 0.8) 100%);
- color: rgba(255, 255, 255, 0.8);
- }
- .add-custom .ant-modal-content .ant-modal-footer .ant-btn.cancelBtn,
- .commonModal .ant-modal-content .ant-modal-footer .ant-btn.cancelBtn {
- width: 200px;
- height: 34px;
- line-height: 34px;
- border: 1px solid #0C95FF;
- border-radius: 3px;
- background: transparent;
- font-size: 16px;
- color: #0C95FF;
- margin-right: 20px;
- }
- .add-custom .ant-modal-content .ant-modal-footer .ant-btn.cancelBtn:hover,
- .commonModal .ant-modal-content .ant-modal-footer .ant-btn.cancelBtn:hover {
- border-color: rgba(12, 149, 255, 0.8);
- }
- .ant-form.inlineForm .ant-row.ant-form-item {
- margin-bottom: 21px;
- }
- .ant-form.inlineForm .ant-row.ant-form-item .ant-form-item-label {
- width: 130px;
- line-height: 30px;
- text-align: left;
- }
- .ant-form.inlineForm .ant-row.ant-form-item .ant-form-item-label label {
- color: #7a8a94;
- }
- .ant-form.inlineForm .ant-row.ant-form-item .ant-form-item-label label::after {
- content: '';
- }
- .ant-form.inlineForm .ant-row.ant-form-item .ant-form-item-control-wrapper .ant-form-item-control {
- line-height: 30px;
- }
- .ant-form.inlineForm .relative.ant-form-item {
- position: relative;
- }
- .ant-form.inlineForm .relative.ant-form-item .tip {
- position: absolute;
- font-size: 14px;
- color: #7a8a94;
- }
- .ant-form.inlineForm .tc.ant-form-item .ant-form-item-control-wrapper {
- margin: 0 auto;
- }
- .ant-select-single .ant-select-selector {
- height: 30px;
- padding: 0 8px;
- background: #15202B;
- border: 1px solid #0C95FF;
- border-radius: 3px;
- color: #E5E5E5;
- }
- .ant-select-single .ant-select-arrow {
- right: 8px;
- color: #3A87F7;
- }
- .inlineFormSelect.ant-select-single,
- .shortSelect.ant-select-single {
- /*圆角兼容性*/
- -moz-border-radius: 3px 3px 3px 3px;
- -webkit-border-radius: 3px 3px 3px 3px;
- border-radius: 3px 3px 3px 3px;
- border: 1px solid #2B3F52;
- }
- .inlineFormSelect.ant-select-single:hover,
- .inlineFormSelect.ant-select-single:focus {
- border-color: #0C95FF;
- }
- .inlineFormSelect.ant-select-single .ant-select-selector {
- height: 30px;
- padding: 0 8px;
- background: #15202B;
- border: 0;
- color: #E5E5E5;
- }
- .inlineFormSelect.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
- color: #394753;
- }
- .inlineFormSelect.ant-select-single .ant-select-arrow {
- right: 8px;
- color: #3A87F7 !important;
- }
- .shortSelect.ant-select-single {
- margin-right: 0;
- }
- .shortSelect.ant-select-single .ant-select-selector {
- padding: 0 5px;
- }
- .shortSelect.ant-select-single .ant-select-selector .ant-select-selection-item {
- padding-right: 14px;
- }
- .typeSelect.ant-select-single {
- /*圆角兼容性*/
- -moz-border-radius: 3px 3px 3px 3px;
- -webkit-border-radius: 3px 3px 3px 3px;
- border-radius: 3px 3px 3px 3px;
- border: 1px solid #2B3F52;
- }
- .typeSelect.ant-select-single:hover,
- .typeSelect.ant-select-single:focus {
- border-color: #0C95FF;
- }
- .typeSelect.ant-select-single .ant-select-selector {
- height: 30px;
- padding: 0 8px;
- background: #15202B;
- border: 0;
- color: #E5E5E5;
- }
- .typeSelect.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
- color: #394753;
- }
- .typeSelect.ant-select-single .ant-select-arrow {
- right: 8px;
- color: #3a87f7;
- }
- .dialogInput {
- background: #15202B;
- border: 1px solid #2B3F52;
- border-radius: 3px;
- color: #E5E5E5;
- }
- .dialogInput .ant-input {
- color: #E5E5E5;
- background: transparent;
- }
- .dialogInput .ant-input-suffix {
- color: #E5E5E5;
- }
- .dialogInput:hover,
- .dialogInput:focus {
- border-color: #0C95FF;
- }
- .white {
- color: #ffffff;
- }
- .blue {
- color: #3a87f7;
- }
- .green {
- color: #1FF195;
- }
- /*滚动条样式*/
- ::-webkit-scrollbar {
- width: 10px;
- height: 10px;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 10px;
- background-color: #272E32;
- }
- ::-webkit-scrollbar-button {
- background-color: #171A1B;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #171A1B;
- }
- ::-webkit-scrollbar-corner,
- .el-input::-webkit-scrollbar-corner {
- background-color: #171A1B;
- }
- html {
- font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
- -webkit-text-size-adjust: 100%;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- body {
- margin: 0;
- overflow: hidden;
- background-color: #e9eef3;
- }
- .ant-layout {
- background: rgb(255 255 255);
- }
- .ant-layout aside {
- background: rgb(255 255 255);
- }
- .ant-layout > section header {
- background: rgb(255 255 255);
- padding: 0;
- }
- .ant-layout > section main {
- background: rgb(255 255 255);
- }
- .ant-card .ant-card-head {
- border: none;
- }
- .ant-card .ant-card-head .ant-card-head-wrapper {
- border-bottom: 1px solid #f0f0f0;
- }
- .ant-card .ant-card-head .ant-card-head-wrapper .ant-card-head-title {
- text-align: left;
- font-size: 16px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #444444;
- }
- .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
- .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
- .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
- color: #1abbcf;
- }
- .ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
- border-color: #1abbcf;
- }
- .ant-modal-title {
- font-size: 18px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #1abbcf;
- }
- .submit {
- background: #1abbcf;
- border-radius: 3px;
- color: #fff;
- }
- .ant-btn-primary {
- background-color: #1abbcf;
- }
- .ant-btn:hover,
- .ant-btn:focus,
- .ant-menu-item:hover,
- .ant-menu-item-active,
- .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
- .ant-menu-submenu-active,
- .ant-menu-submenu-title:hover,
- .ant-menu-submenu-selected,
- .ant-menu-item-selected,
- .ant-menu-item-selected > a,
- .ant-menu-item-selected > a:hover {
- color: #1abbcf;
- }
- .ant-menu-vertical .ant-menu-item::after,
- .ant-menu-vertical-left .ant-menu-item::after,
- .ant-menu-vertical-right .ant-menu-item::after,
- .ant-menu-inline .ant-menu-item::after {
- border-right: 3px solid #1abbcf;
- }
- .ant-checkbox-checked::after,
- .ant-checkbox-wrapper:hover .ant-checkbox-inner,
- .ant-checkbox:hover .ant-checkbox-inner,
- .ant-checkbox-input:focus + .ant-checkbox-inner,
- .ant-input-affix-wrapper:hover,
- .ant-input-affix-wrapper:focus,
- .ant-select:not(.ant-select-disabled):hover .ant-select-selector,
- .ant-btn-primary,
- .ant-btn:hover,
- .ant-input:focus,
- .ant-input:hover,
- .ant-btn:focus,
- .ant-btn-primary,
- .ant-btn:hover,
- .ant-input:focus,
- .ant-input:hover,
- .ant-btn:focus {
- border-color: #1abbcf;
- }
- .ant-input-affix-wrapper:focus,
- .ant-btn:focus {
- box-shadow: rgb(26 187 10.35%) 0px 0px 0px 2px;
- }
- ::selection {
- color: #ffffff;
- background: rgb(54 187 207);
- }
- .ant-modal-wrap {
- overflow-y: scroll;
- }
- .theme {
- color: #3a87f7;
- }
- .icon {
- width: 1em;
- height: 1em;
- vertical-align: -0.15em;
- fill: currentColor;
- overflow: hidden;
- }
- .ant-spin-nested-loading > div > .ant-spin {
- max-height: 100%;
- }
- .ant-spin-nested-loading {
- width: 100%;
- height: 100%;
- }
- .ant-spin-nested-loading .ant-spin-container {
- width: 100%;
- height: 100%;
- display: flex;
- }
- .ant-switch-checked {
- background-color: #3a87f7;
- }
- .icon {
- cursor: pointer;
- }
- .ant-empty {
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .mt15 {
- margin-top: 15px;
- }
- .mt25 {
- margin-top: 25px;
- }
- .ellipsis {
- font-size: 12px;
- display: block / inline-block;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- width: 120px;
- display: inline-block;
- }
- .ant-menu-dark,
- .ant-menu-dark {
- background-color: #1d2327;
- }
- .ant-menu-dark .ant-menu-submenu-title,
- .ant-menu-dark .ant-menu-submenu-title {
- font-size: 16px;
- text-align: left;
- }
- .ant-menu-dark .ant-menu-sub,
- .ant-menu-dark .ant-menu-sub {
- background-color: #14181b;
- }
- .ant-menu-dark .ant-menu-sub .ant-menu-item,
- .ant-menu-dark .ant-menu-sub .ant-menu-item {
- font-size: 14px;
- font-family: Adobe Heiti Std;
- color: #88A0AE;
- text-align: left;
- }
- .ant-menu-dark .ant-menu-sub .ant-menu-item-selected,
- .ant-menu-dark .ant-menu-sub .ant-menu-item-selected {
- color: #fff;
- }
- .ant-menu-horizontal > .ant-menu-item-active,
- .ant-menu-horizontal > .ant-menu-item-open,
- .ant-menu-horizontal > .ant-menu-item-selected,
- .ant-menu-horizontal > .ant-menu-item:hover,
- .ant-menu-horizontal > .ant-menu-submenu-active,
- .ant-menu-horizontal > .ant-menu-submenu-open,
- .ant-menu-horizontal > .ant-menu-submenu-selected,
- .ant-menu-horizontal > .ant-menu-submenu:hover {
- color: #3a87f7;
- }
- .mine_layout .ant-menu .ant-menu-item-selected,
- .mine_layout .ant-menu .ant-menu-item:hover {
- color: #3a87f7;
- border-bottom: 2px solid #3a87f7;
- }
- .pointer {
- cursor: pointer;
- }
- .ant-table-wrapper .ant-table-thead tr th {
- background: #212629;
- color: #556772;
- font-size: 14px;
- font-family: Adobe Heiti Std;
- }
- .ant-table-wrapper .ant-table-thead > tr:first-child > th:last-child,
- .ant-table-wrapper .ant-table-thead > tr:first-child > th:first-child {
- border-radius: 0px;
- }
- .ant-table-wrapper .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
- background: #172b56;
- }
- .ant-table-wrapper .ant-table-body tr td {
- background-color: #0E0E0F;
- color: white;
- cursor: pointer;
- }
- .ant-table-wrapper .ant-table-bordered .ant-table-thead > tr > th,
- .ant-table-wrapper .ant-table-bordered .ant-table-tbody > tr > td {
- padding: 0;
- height: 34px;
- line-height: 34px;
- border-color: #161a1c;
- font-family: Adobe Heiti Std;
- font-size: 16px;
- }
- .ant-table-wrapper .ant-table-fixed {
- width: max-content !important;
- color: #e5e5e5;
- background: #0e0e0f;
- border-top-color: #0e0e0f !important;
- border-left-color: #161a1c !important;
- }
- .table-height {
- height: calc(100% - 40px);
- }
|