|
|
@ -103,6 +103,13 @@ h1 { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//三维场景 |
|
|
|
//三维场景 |
|
|
|
|
|
|
|
.dropDown{ |
|
|
|
|
|
|
|
border: 1px solid #23D9FF; |
|
|
|
|
|
|
|
background: linear-gradient(180deg, #000D21 0%, #006E85 100%); |
|
|
|
|
|
|
|
li:hover { background-color: transparent; } |
|
|
|
|
|
|
|
li { text-align: center; } |
|
|
|
|
|
|
|
.ant-checkbox-wrapper { color: #fff; } |
|
|
|
|
|
|
|
} |
|
|
|
#threeDimensional { |
|
|
|
#threeDimensional { |
|
|
|
.ant-tree{ color: #C4E2FC; } //tree |
|
|
|
.ant-tree{ color: #C4E2FC; } //tree |
|
|
|
.ant-tree,.ant-tree-node-content-wrapper:hover,.ant-tree-node-content-wrapper.ant-tree-node-selected { background-color: transparent; } //tree |
|
|
|
.ant-tree,.ant-tree-node-content-wrapper:hover,.ant-tree-node-content-wrapper.ant-tree-node-selected { background-color: transparent; } //tree |
|
|
@ -114,7 +121,7 @@ h1 { |
|
|
|
.ant-collapse,.ant-collapse-item,.ant-collapse-header,.ant-collapse-content{ border-radius: 0px; border: none; } //可展开面板 |
|
|
|
.ant-collapse,.ant-collapse-item,.ant-collapse-header,.ant-collapse-content{ border-radius: 0px; border: none; } //可展开面板 |
|
|
|
.ant-collapse-content{ background: rgba(0, 59, 110, 0.9); color: #fff; } //可展开面板 |
|
|
|
.ant-collapse-content{ background: rgba(0, 59, 110, 0.9); color: #fff; } //可展开面板 |
|
|
|
.ant-collapse-content-box{ padding: 0; } //可展开面板 |
|
|
|
.ant-collapse-content-box{ padding: 0; } //可展开面板 |
|
|
|
.ant-collapse-header{ |
|
|
|
.ant-collapse-header{ //可展开面板 |
|
|
|
padding: 0 0 0 25px; |
|
|
|
padding: 0 0 0 25px; |
|
|
|
height: 30px; |
|
|
|
height: 30px; |
|
|
|
line-height: 28px; |
|
|
|
line-height: 28px; |
|
|
@ -123,6 +130,7 @@ h1 { |
|
|
|
color: #23D9FF; |
|
|
|
color: #23D9FF; |
|
|
|
.ant-collapse-arrow{ left: 5px; } //可展开面板 |
|
|
|
.ant-collapse-arrow{ left: 5px; } //可展开面板 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//滚动条样式 |
|
|
|
//滚动条样式 |
|
|
|
::-webkit-scrollbar { |
|
|
|
::-webkit-scrollbar { |
|
|
|
width: 5px; |
|
|
|
width: 5px; |
|
|
|