.dataScreen-container {
|
width: 100%;
|
height: 100%;
|
background: url("./images/map/mapbackground.png");
|
background-repeat: no-repeat;
|
background-attachment: fixed;
|
background-position: center;
|
background-size: 100% 100%;
|
background-size: cover;
|
.dataScreen-content {
|
position: fixed;
|
top: 50%;
|
left: 50%;
|
z-index: 999;
|
display: flex;
|
flex-direction: column;
|
overflow: hidden;
|
transition: all 0.3s;
|
transform-origin: left top;
|
.dataScreen-header {
|
z-index: 1;
|
display: flex;
|
width: 99.9%;
|
height: 100px;
|
|
// background: url("./images/map/maptitle1.png") no-repeat; // 白色主题
|
|
background: url("./images/map/maptitle.png") no-repeat; // 深色主题
|
background-size: 100% 130%;
|
.header-lf,
|
.header-ri {
|
position: relative;
|
flex: 1;
|
height: 100%;
|
}
|
.header-ct {
|
position: relative;
|
flex: 1;
|
height: 100%;
|
.header-ct-title {
|
position: absolute;
|
top: 8px;
|
left: 0;
|
width: 100%;
|
height: 82px;
|
font-family: YouSheBiaoTiHei;
|
font-size: 48px; /* 根据需要调整字体大小 */
|
text-align: center;
|
background: url("./images/dataScreen-header-center-bg.png") no-repeat;
|
background-clip: text; /* 仅对WebKit浏览器(如Chrome和Safari)有效 */
|
background-size: 100% 100%;
|
}
|
}
|
.header-rg {
|
position: relative;
|
flex: 1;
|
height: 100%;
|
text-align: right;
|
}
|
.header-screening,
|
.header-download {
|
position: absolute;
|
z-index: 9;
|
box-sizing: border-box;
|
width: 136px;
|
height: 42px;
|
font-family: YouSheBiaoTiHei;
|
font-size: 18px;
|
font-weight: 400;
|
line-height: 42px;
|
color: #29fcff;
|
text-align: center;
|
cursor: pointer;
|
background-size: 100% 100%;
|
}
|
.header-screening {
|
right: 0;
|
padding-right: 4px;
|
background: url("./images/dataScreen-header-btn-bg-l.png") no-repeat;
|
}
|
.header-download {
|
left: 0;
|
padding-right: 0;
|
background: url("./images/dataScreen-header-btn-bg-r.png") no-repeat;
|
}
|
.header-time {
|
position: absolute;
|
top: 0;
|
right: 14px;
|
width: 310px;
|
font-family: YouSheBiaoTiHei;
|
font-size: 17px;
|
font-weight: 400;
|
line-height: 38px;
|
color: #05e8fe;
|
white-space: nowrap;
|
}
|
}
|
.dataScreen-main {
|
box-sizing: border-box;
|
display: flex;
|
flex: 1;
|
width: 100%;
|
margin: 0;
|
.dataScreen-lf {
|
position: fixed;
|
left: 40px;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-evenly;
|
width: 394px;
|
height: 90%;
|
.dataScreen-top,
|
.dataScreen-bottom {
|
position: relative;
|
box-sizing: border-box;
|
width: 100%;
|
padding-top: 54px;
|
}
|
.dataScreen-top {
|
height: 45%;
|
background: url("./images/dataScreen-main-lt.png") no-repeat;
|
background-size: 100% 100%;
|
}
|
.dataScreen-bottom {
|
height: 45%;
|
margin-bottom: 0;
|
background: url("./images/dataScreen-main-lb.png") no-repeat;
|
background-size: 100% 100%;
|
}
|
}
|
.dataScreen-rg {
|
position: fixed;
|
right: 40px;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-evenly;
|
width: 394px;
|
height: 90%;
|
.dataScreen-top,
|
.dataScreen-center,
|
.dataScreen-bottom {
|
position: relative;
|
box-sizing: border-box;
|
width: 100%;
|
padding-top: 54px;
|
}
|
.dataScreen-top {
|
height: 45%;
|
background: url("./images/dataScreen-main-rt.png") no-repeat;
|
background-size: 100% 100%;
|
}
|
.dataScreen-bottom {
|
height: 45%;
|
margin-bottom: 0;
|
background: url("./images/dataScreen-main-rb.png") no-repeat;
|
background-size: 100% 100%;
|
}
|
}
|
.dataScreen-main-title {
|
position: absolute;
|
top: 1px;
|
left: -10px;
|
display: flex;
|
flex-direction: column;
|
width: 103%;
|
height: 80px;
|
text-align: left;
|
|
// background: url("images/map/infoTitle1.png") no-repeat; // 白色主题
|
|
background: url("images/map/infoTitle.png") no-repeat; // 蓝色主题
|
background-size: 100% 100%;
|
span {
|
margin-top: 18px;
|
margin-left: 25px;
|
font-family: YouSheBiaoTiHei;
|
font-size: 22px; /* 根据需要调整字体大小 */
|
line-height: 16px;
|
background-clip: text; /* 仅对WebKit浏览器(如Chrome和Safari)有效 */
|
}
|
img {
|
width: 68px;
|
height: 7px;
|
}
|
}
|
.dataScreen-main-chart {
|
width: 100%;
|
height: 100%;
|
|
// background: url("./images/map/infoBack1.png"); //白色主题
|
background: url("./images/map/infoBack.png"); // 深蓝主题
|
}
|
}
|
}
|
}
|
.mars3d-container {
|
position: fixed;
|
top: 7%;
|
left: 0%;
|
width: 100%;
|
height: 93%;
|
}
|
.gradient-text {
|
display: inline-block; /* 确保背景图像正确显示 */
|
font-size: 16px; /* 根据需要调整字体大小 */
|
font-weight: bold; /* 根据需要调整字体粗细 */
|
background-clip: text; /* 仅对WebKit浏览器(如Chrome和Safari)有效 */
|
}
|
.gradient-icon {
|
position: relative;
|
top: -3px;
|
color: azure;
|
}
|
.infoBottom {
|
position: fixed;
|
bottom: 0;
|
width: 98%;
|
height: 50px;
|
text-align: center;
|
background: url("./images/map/infoBottom.png");
|
background-size: 100% 100%;
|
}
|
.infoButton {
|
display: inline-block;
|
width: 70px;
|
height: 70px;
|
margin: 0 10px;
|
font-size: 12px;
|
vertical-align: middle;
|
cursor: pointer;
|
background: url("./images/map/infoButton.png");
|
background-size: 100% 100%;
|
transition: transform 0.3s ease;
|
}
|
|
/* 鼠标悬浮时放大 */
|
.infoButton:hover {
|
transform: scale(1.1) translateY(-10px);
|
}
|
|
/* 鼠标离开时恢复原状 */
|
.infoButton:not(:hover) {
|
transform: scale(1);
|
}
|
.infoBottomF {
|
position: fixed;
|
bottom: 40px;
|
width: 98%;
|
text-align: center;
|
background-size: 100% 100%;
|
}
|
.el-dialog__title {
|
color: brown !important;
|
}
|
.settings-container {
|
padding: 0 10px;
|
}
|
.settings-row {
|
display: flex;
|
justify-content: space-between;
|
margin-bottom: 20px;
|
}
|
.settings-item {
|
display: flex;
|
align-items: center;
|
width: 30%;
|
}
|
.settings-label {
|
margin-right: 8px;
|
white-space: nowrap;
|
}
|
.color-value {
|
margin-left: 10px;
|
font-size: 12px;
|
color: #666666;
|
}
|
.dialog-footer {
|
color: white;
|
text-align: right;
|
}
|
.settings-container {
|
display: flex;
|
flex-direction: column;
|
gap: 12px;
|
}
|
.settings-row {
|
display: flex;
|
align-items: center;
|
}
|
.settings-item {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
width: 100%;
|
}
|
.settings-label {
|
margin-right: 10px;
|
color: white;
|
}
|
.el-popper.is-customized {
|
/* Set padding to ensure the height is 32px */
|
padding: 6px 12px;
|
background: linear-gradient(90deg, rgb(159 229 151), rgb(204 229 129));
|
}
|
.el-popper.is-customized .el-popper__arrow::before {
|
right: 0;
|
background: linear-gradient(45deg, #b2e68d, #bce689);
|
}
|