123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396 |
- @import './color.less';
- @import './var.less';
- @import './antCss.less';
- @import './comment.less';
- .vent {
- background-color: #09172c !important;
- // background-color: #031d4c !important; //031d4c
- }
- /* 按钮 */
- .ant-btn-primary {
- border-color: #91e9fe !important;
- background: #275088 !important;
- &:hover,
- &:focus {
- background: #27508899 !important;
- border-color: #91e9fe99 !important;
- }
- }
- .ant-btn-link {
- color: #00e7ff !important;
- &:hover,
- &:focus {
- background: none !important;
- border: none !important;
- }
- .anticon {
- color: #fff !important;
- }
- }
- /* 表单 */
- .vent-form {
- .ant-form {
- background-color: @vent-transparent !important;
- .ant-form-item-label > label {
- color: @vent-font-color !important;
- }
- .anticon.ant-input-clear-icon,
- .anticon {
- color: #fff !important;
- }
- .ant-select-selector {
- color: #fff;
- background-color: #ffffff00 !important;
- }
- .ant-form-item-control-input-content {
- .ant-input-affix-wrapper,
- .ant-input-number-handler-wrap {
- color: #fff;
- // background-color: #ffffff17 !important;
- border: 1px solid @vent-form-item-boder !important;
- }
- .ant-picker,
- .ant-select-selector {
- width: 100%;
- color: #fff !important;
- // background: #ffffff17 !important;
- border: 1px solid @vent-form-item-boder !important;
- }
- }
- .ant-select-multiple {
- .ant-select-selection-item-content {
- color: #fff !important;
- }
- }
- .ant-input,
- .anticon,
- input,
- .ant-input-number,
- .ant-select-selection-item,
- .ant-input-group-addon,
- .ant-picker,
- .ant-picker-suffix {
- color: #fff !important;
- background: #ffffff00 !important;
- border: none;
- &::placeholder {
- color: #999;
- }
- }
- .ant-input-number {
- width: 100%;
- .ant-input-number-input-wrap {
- border: 1px solid @vent-form-item-boder !important;
- }
- }
- .ant-select-selection-placeholder,
- .ant-input-number-placeholder,
- .ant-picker-placeholder,
- .ant-input-placeholder {
- color: #999 !important;
- }
- .ant-select-arrow,
- .ant-picker-separator {
- color: #fff !important;
- }
- .ant-form-item {
- margin-right: 20px;
- }
- .ant-select-dropdown {
- border-bottom: 1px solid #ececec66;
- background: #fff;
- left: 0px !important;
- // top: 36px !important;
- }
- .ant-upload.ant-upload-select-picture-card,
- .ant-input-affix-wrapper {
- background-color: @vent-transparent !important;
- }
- .input:-webkit-autofill {
- -webkit-box-shadow: 0 0 0 1000px @vent-transparent inset !important;
- }
- .ant-radio-button-wrapper {
- background: #999;
- }
- .ant-btn {
- .anticon {
- color: #000 !important;
- }
- }
- .ant-btn-primary {
- .anticon {
- color: #fff !important;
- }
- }
- .ant-btn-link {
- .anticon {
- color: #fff !important;
- }
- }
- }
- }
- .vent-modal {
- .ant-drawer-content {
- background-color: #03114c !important;
- }
- }
- // .jeecg-basic-table-form-container .ant-form {
- // background-color: @vent-transparent !important;
- // color: @vent-font-color !important;
- // border: 1px solid #ffffff22;
- // .ant-form-item-label > label {
- // color: @vent-font-color !important;
- // }
- // .ant-input-affix-wrapper,
- // .ant-input-number-handler-wrap {
- // color: #fff;
- // background-color: #ffffff17 !important;
- // border: 1px solid @vent-form-item-boder !important;
- // }
- // .ant-picker,
- // .ant-select-selector {
- // color: #fff !important;
- // background: #ffffff17 !important;
- // border: 1px solid @vent-form-item-boder !important;
- // }
- // .anticon,
- // input,
- // .ant-input-number,
- // .ant-select-selection-item,
- // .ant-picker-suffix {
- // color: #fff !important;
- // background: #ffffff00 !important;
- // border: none;
- // }
- // .ant-select-selection-placeholder {
- // color: #b7b7b7 !important;
- // }
- // .ant-select-arrow,
- // .ant-picker-separator {
- // color: #fff !important;
- // }
- // }
- .jeecg-basic-table {
- .ant-table-wrapper {
- padding: 0 !important;
- .ant-table-tbody {
- .ant-select,
- .ant-input-number,
- .ant-input {
- width: 100%;
- }
- }
- }
- }
- .jeecg-basic-drawer {
- background: #080a2c11 !important;
- .ant-drawer-content {
- background-color: #03114c99 !important;
- backdrop-filter: blur(20px);
- .ant-drawer-title,
- .ant-drawer-close {
- color: #fff !important;
- }
- .ant-drawer-title {
- .jeecg-basic-title {
- color: #fff !important;
- }
- }
- .ant-descriptions-bordered {
- .ant-descriptions-item-label {
- color: #fff !important;
- background-color: #ffffff22 !important;
- }
- .ant-descriptions-item-content {
- color: #fff !important;
- }
- }
- }
- .ant-drawer-body,
- .ant-drawer-header,
- .jeecg-basic-drawer-footer {
- background: #080a2c11 !important;
- border-color: #ffffff3d !important;
- }
- }
- .jeecg-tree {
- background-color: @vent-transparent !important;
- .ant-tree {
- background-color: @vent-transparent !important;
- color: @vent-font-color !important;
- }
- .ant-tree-title,
- .ant-tree-node-content-wrapper {
- &:hover {
- background-color: rgba(209, 209, 209, 0.1) !important;
- }
- }
- }
- .ant-card {
- border: 1px solid #44d3ff70 !important;
- border-radius: 2px !important;
- -webkit-backdrop-filter: blur(8px) !important;
- backdrop-filter: blur(8px) !important;
- box-shadow: 0 0 20px #44b4ff33 inset;
- background-color: #ffffff11 !important;
- .ant-tree {
- background-color: @vent-transparent !important;
- color: @vent-font-color !important;
- }
- .ant-tree-title,
- .ant-tree-node-content-wrapper {
- &:hover {
- background-color: rgba(209, 209, 209, 0.1) !important;
- }
- }
- .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
- background-color: #009bee;
- }
- .ant-input,
- .ant-input-affix-wrapper {
- border: 1px solid #ececec66;
- background-color: @vent-transparent !important;
- }
- .alert {
- background-color: @vent-table-hover !important;
- border-color: #ffffff22 !important;
- .ant-alert-message {
- color: @vent-font-color !important;
- }
- }
- }
- .ant-tabs {
- // border: 1px solid #4d7ad855;
- // border-radius: 2px;
- // background-color: @vent-transparent !important;
- // -webkit-backdrop-filter: blur(8px);
- // backdrop-filter: blur(8px);
- // box-shadow: 0 0 10px #5984e055 inset;
- .ant-tabs-nav {
- &::before {
- border-color: #ffffff33 !important;
- }
- }
- .ant-descriptions-bordered {
- .ant-descriptions-item-label {
- color: #fff !important;
- background-color: #ffffff22 !important;
- }
- .ant-descriptions-item-content {
- color: #fff !important;
- }
- .ant-descriptions-row,
- .ant-descriptions-item-label {
- border-color: #ffffff33 !important;
- }
- .ant-descriptions-view {
- border-color: #ffffff11 !important;
- box-shadow: 0 0 5px #5984e033 inset;
- }
- }
- }
- .jeecg-tree {
- .jeecg-tree-header {
- .jeecg-basic-title {
- color: #fff !important;
- }
- .ant-input-affix-wrapper {
- background-color: @vent-transparent !important;
- border-color: #ffffff33 !important;
- }
- }
- }
- .device-manager-box {
- margin: 10px 8px;
- height: calc(100% - 30px);
- padding-bottom: 10px;
- // border: 1px solid #447fff55;
- border: 1px solid #44d3ff70;
- border-radius: 2px;
- // background-color: #001d3055;
- -webkit-backdrop-filter: blur(8px);
- // backdrop-filter: blur(8px);
- box-shadow: 0 0 20px #44b4ff33 inset;
- background-color: #ffffff11;
- // background-color: #00b3ff12;
- .ant-table-thead > tr > th {
- color: #fff !important;
- font-weight: 600;
- }
- }
- /** 表格样式*/
- .ant-table-tbody {
- tr.ant-table-row-selected {
- td {
- background: @vent-table-no-hover !important;
- }
- }
- tr > td {
- background-color: @vent-table-no-hover !important;
- }
- & > tr:hover.ant-table-row > td {
- background-color: @vent-table-hover !important;
- }
- .ant-table-cell-row-hover {
- background: @vent-table-hover !important;
- }
- }
- .jeecg-basic-table-row__striped {
- td {
- background-color: @vent-table-no-hover !important;
- }
- }
- .ant-table-thead {
- // background: linear-gradient(#003f77 0%, #004a86aa 10%) !important; //#003f77, #0a134c
- background-color: #3d9dd45d !important;
- & > tr > th,
- .ant-table-column-title {
- // color: #70f9fc !important;
- color: #fff !important;
- border-color: #91e9fe !important;
- border-left: none !important;
- // border-right: none !important;
- &:last-child {
- border-right: none !important;
- }
- }
- }
- .modal-container {
- min-height: 100px;
- padding: 20px;
- .label {
- margin-right: 15px;
- font-size: 15px;
- font-weight: 600;
- color: #70e0f7;
- }
- .warning-text {
- margin-left: 10px;
- font-size: 16px;
- }
- .input-box {
- margin-top: 20px;
- }
- .startSmoke-select {
- display: flex;
- margin: 15px 12px;
- }
- }
|