合并
This commit is contained in:
@ -65,7 +65,7 @@
|
||||
position: absolute;
|
||||
color: var(--color-sdk-auxiliary-public);
|
||||
font-size: 14px;
|
||||
z-index: 999999;
|
||||
z-index: 99;
|
||||
background: linear-gradient(0deg, var(--color-sdk-bg-gradual)), rgba(0, 0, 0, 0.6);
|
||||
border: 1.5px solid;
|
||||
border-image: linear-gradient(to bottom, var(--color-sdk-gradual)) 1;
|
||||
@ -76,8 +76,6 @@
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog * {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@ -171,7 +169,7 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog button:not(button[disabled="disabled"]):hover {
|
||||
.YJ-custom-base-dialog button:not(button[disabled]):hover {
|
||||
border-color: rgba(var(--color-sdk-base-rgb), 1) !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
@ -2214,6 +2212,34 @@
|
||||
.YJ-custom-base-dialog.cut-fill>.content>div .div-item:last-child .row .unit {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.YJ-custom-base-dialog.cut-fill>.content>div .el-slider__button {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border: 2px solid rgba(var(--color-sdk-base-rgb), 1);
|
||||
}
|
||||
.YJ-custom-base-dialog.cut-fill>.content>div .el-slider__bar {
|
||||
background-color: rgba(var(--color-sdk-base-rgb), 1);
|
||||
}
|
||||
.YJ-custom-base-dialog.cut-fill>.content>div .firstTip {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0px;
|
||||
line-height: 0px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
position: absolute;
|
||||
top: 157px;
|
||||
left: 340px;
|
||||
}
|
||||
.YJ-custom-base-dialog.cut-fill>.content>div .endTip {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0px;
|
||||
line-height: 0px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
position: absolute;
|
||||
top: 157px;
|
||||
left: 515px;
|
||||
}
|
||||
|
||||
/* 淹没分析 */
|
||||
.YJ-custom-base-dialog.submerge>.content>div .row>.col {
|
||||
@ -2417,6 +2443,41 @@
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content {
|
||||
width: 290px;
|
||||
}
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content>div .el-slider__button {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border: 2px solid rgba(var(--color-sdk-base-rgb), 1);
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content>div .el-slider__bar {
|
||||
background-color: rgba(var(--color-sdk-base-rgb), 1);
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content>div .firstTip {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0px;
|
||||
line-height: 0px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
position: absolute;
|
||||
top: 150px;
|
||||
left: 88px;
|
||||
}
|
||||
|
||||
.YJ-custom-base-dialog.circle-view-shed>.content>div .endTip {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0px;
|
||||
line-height: 0px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
position: absolute;
|
||||
top: 150px;
|
||||
left: 240px;
|
||||
}
|
||||
.el-popper.is-dark {
|
||||
z-index: 100000000 !important;
|
||||
/* 确保这个值足够高 */
|
||||
}
|
||||
|
||||
/* 地形可视域分析 */
|
||||
.YJ-custom-base-dialog.visibility>.content {
|
||||
@ -3828,3 +3889,81 @@
|
||||
/* 移回顶部外 */
|
||||
}
|
||||
}
|
||||
|
||||
.yj-custom-icon {
|
||||
display: inline-block;
|
||||
width: 22px;
|
||||
height: 10px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.yj-custom-icon.line {
|
||||
border: 1px solid rgba(255, 255, 255, 1);
|
||||
height: 0px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.yj-custom-icon.dash-line {
|
||||
border: 1px dashed rgba(255, 255, 255, 1);
|
||||
height: 0px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.yj-custom-icon.light-line {
|
||||
border: 1px solid rgba(255, 255, 255, 1);
|
||||
height: 0px;
|
||||
margin-top: 4px;
|
||||
box-shadow: 0 0 3px #fff
|
||||
}
|
||||
|
||||
.yj-custom-icon.tail-line {
|
||||
background: url(../../img/arrow/tail.png) 100% 100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.yj-custom-icon.mult-tail-line {
|
||||
background: url(../../img/arrow/tail.png) 100% 100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.yj-custom-icon.flow-dash-line1 {
|
||||
border: 1px dashed rgba(255, 255, 255, 1);
|
||||
height: 0px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.yj-custom-icon.flow-dash-line2 {
|
||||
border: 1px dashed rgba(255, 255, 255, 1);
|
||||
height: 0px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.yj-custom-icon.pic-line1 {
|
||||
background: url(../../img/arrow/1.png) 100% 100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.yj-custom-icon.pic-line2 {
|
||||
background: url(../../img/arrow/2.png) 100% 100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.yj-custom-icon.pic-line3 {
|
||||
background: url(../../img/arrow/3.png) 100% 100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.yj-custom-icon.pic-line4 {
|
||||
background: url(../../img/arrow/4.png) 100% 100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.yj-custom-icon.pic-line5 {
|
||||
background: url(../../img/arrow/5.png) 100% 100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.yj-custom-icon.pic-line6 {
|
||||
background: url(../../img/arrow/6.png) 100% 100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user