You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
137 lines
2.5 KiB
137 lines
2.5 KiB
.spots-opr-content {
|
|
padding: 0;
|
|
margin: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.opr-tip-row {
|
|
display: flex;
|
|
margin-top: 10px;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.opr-button {
|
|
|
|
.ant-btn-disabled,
|
|
.ant-btn.disabled,
|
|
.ant-btn[disabled] {
|
|
//按钮 禁用
|
|
background-color: #3198F7;
|
|
}
|
|
}
|
|
|
|
.graph-cfg-btn {
|
|
color: #fff;
|
|
background-color: #3198F7;
|
|
border-color: #3198F7;
|
|
}
|
|
|
|
//蓝色按钮 鼠标悬浮
|
|
.graph-cfg-btn:hover,
|
|
.graph-cfg-btn:focus {
|
|
//color: #fff;
|
|
background-color: #3198F7;
|
|
border-color: #3198F7;
|
|
}
|
|
|
|
.patrolLayout {
|
|
margin-top: 20px;
|
|
background-color: #fff;
|
|
padding: 10px 16px;
|
|
|
|
.ant-layout {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.ant-input:hover,
|
|
.ant-input:focus {
|
|
border-color: #fff;
|
|
}
|
|
|
|
.search-panel {
|
|
text-align: center;
|
|
margin-bottom: 7px;
|
|
|
|
.btn-spots-filter {
|
|
//选中的
|
|
background-color: #3198F7;
|
|
border-color: #3198F7;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
.search-panel input {
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
|
|
.equip-tree {
|
|
|
|
//测点 树结构
|
|
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
|
|
//展开, 关闭按钮
|
|
color: #fff;
|
|
}
|
|
|
|
.ant-tree li .ant-tree-node-content-wrapper {
|
|
//文字白色
|
|
color: #fff;
|
|
}
|
|
|
|
.ant-tree.ant-tree-show-line li:not(:last-child)::before {
|
|
//不显示竖线
|
|
width: 0px;
|
|
border: 0px;
|
|
}
|
|
|
|
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
|
|
background-color: #98e5f381;
|
|
}
|
|
|
|
.ant-tree-node-content-wrapper:hover,
|
|
.ant-tree-node-content-wrapper:focus {
|
|
//文字鼠标悬浮 背景色 蓝色
|
|
background-color: #3198F7 !important;
|
|
}
|
|
}
|
|
|
|
//查询按钮
|
|
.ant-input-group-addon {
|
|
background-color: transparent;
|
|
|
|
.ant-btn {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.ant-btn-primary {
|
|
float: right;
|
|
width: 90px;
|
|
height: 45px;
|
|
margin: 5px 0px 0px 10px;
|
|
background-color: #3198f7;
|
|
border-color: #3198f7;
|
|
}
|
|
|
|
.ant-btn-primary:hover {
|
|
border-color: #3198f7;
|
|
}
|
|
|
|
.ant-btn-primary:focus {
|
|
border-color: #3198f7;
|
|
}
|
|
}
|
|
|
|
.PingFangSC-Regular {
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #4A4A4A;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.no-deploy-img {
|
|
width: 289px;
|
|
height: 216px;
|
|
}
|