Newer
Older
//UI框架
.ant-table-thead > tr > th {
background-color: #203d5b;
color: #aaa;
}
.ant-layout-sider {
background-color: $dark;
}
.layout .ant-menu-submenu > .ant-menu {
background-color: #234163;
}
.ant-table-thead > tr.ant-table-row-hover > td, .ant-table-tbody > tr.ant-table-row-hover > td, .ant-table-thead > tr:hover > td, .ant-table-tbody > tr:hover > td {
background: #30547a;
}
input[type="text"], input[type="password"], .input[type="number"], textarea, .ant-select {
color: $fontColor;
}
.ant-table-placeholder {
background: #2966a5;
border-bottom: 1px solid $fontColor;
color: $fontColor;
}
.gray-font-color {
color: $fontColor;
}
.blue-font-color {
color: #7bcefb;
}
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.ant-btn {
background-color: #255fb2;
color: #f5f5f5;
}
input[type="text"], input[type="password"], input[type="number"], textarea,
.ant-select {
background-color: #243f5b;
border: 1px solid #6c8cad;
}
.ant-radio-button-wrapper {
background: none;
color: $fontColor;
}
.ant-radio-button-wrapper-checked {
background: #193250;
color: $fontColor;
border-color: $fontColor
}
.ant-select-dropdown {
background-color: #215a87;
}
.ant-select-selection {
background-color: #215a87;
color: $fontColor;
}
.ant-select-dropdown-menu-item {
color: $fontColor;
background-color: #215a87;
}
//自己写的
.database-name {
border: 1px solid #b7d1f1;
color: #b7d1f1;
padding: 2px 5px;
border-radius: 5px;
font-size: 12px;
}
.host-item-content {
background-color: rgba(0, 0, 0, .2);
position: relative;
nz-row {
nz-col:nth-child(2n +1) {
color: $fontColor;
.table-title {
background-color: rgba(0, 0, 0, .4);
nz-col {
border: 1px solid #597cb5;
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
.dataChart {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
font-size: 12px;
p {
margin-bottom: 10px;
}
p:nth-child(2n) {
text-align: right;
border-bottom: 1px solid #b7d1f1;
}
p:nth-child(2n +1) {
text-align: left;
}
}
.time-group {
position: absolute;
right: 10px;
top: 10px;
z-index: 9;
}
.width-host {
position: relative;
width: 80%;
margin: 0 auto;
background-color: #5489b2;
height: 23px;
height: 23px;
background-color: #4ccf46;
transition: all 500ms;
}
}