zcloud-gbs-bi-react/src/pages/Container/Map/components/CenterUtils/index.less

78 lines
1.3 KiB
Plaintext
Raw Normal View History

2026-01-08 11:27:19 +08:00
.map_content_center_options_container {
2026-01-05 14:53:49 +08:00
.center_options {
width: 408px;
position: absolute;
top: 135px;
left: 50%;
display: flex;
transform: translateX(-50%);
.guang {
background-size: 100% 100%;
background-repeat: no-repeat;
width: 348px;
height: 32px;
position: absolute;
top: -23px;
left: 50%;
transform: translateX(-50%);
}
.option {
background-size: 100% 100%;
background-repeat: no-repeat;
cursor: pointer;
font-size: 14px;
color: #fff;
font-weight: bold;
text-align: center;
line-height: 40px;
&.option0 {
width: 139px;
height: 42px;
}
&.option1 {
width: 130px;
height: 40px;
}
&.option2 {
width: 139px;
height: 42px;
}
}
}
2026-01-07 16:38:01 +08:00
.statistics {
2026-01-05 14:53:49 +08:00
width: 408px;
position: absolute;
top: 205px;
left: calc(50% + 240px);
display: flex;
gap: 5px;
color: #fff;
2026-01-07 16:38:01 +08:00
.statistic {
2026-01-05 14:53:49 +08:00
border-radius: 2px;
2026-01-07 16:38:01 +08:00
.title {
2026-01-05 14:53:49 +08:00
padding: 3px 0;
text-align: center;
border-radius: 2px;
}
2026-01-07 16:38:01 +08:00
.info {
2026-01-05 14:53:49 +08:00
padding: 7px 14px;
border: 1px solid rgb(44, 105, 172);
border-radius: 2px;
background-color: rgba(0, 41, 82, 0.722);
2026-01-07 16:38:01 +08:00
.value {
}
2026-01-05 14:53:49 +08:00
}
}
}
}