sgj
2026-03-05 8e4be3c0e5577fddae3ae30b0ca00f8b7a6c490e
fzzy-igdss-web/src/main/resources/static/group/gis.css
@@ -7,10 +7,12 @@
.i-nav3.on{
  background-image: url(../img/web/group/c-btn3.png);
}
.c-main{
  position: relative;
  height: 910px;
}
.c-left{
  position: absolute;
  top: 10px;
@@ -18,17 +20,21 @@
  padding-left: 20px;
  transition: .4s;
}
.c-left.hidden{
  transform: translateX(-518px);
}
.c-right.hidden{
  transform: translateX(380px);
}
.hidden .o-btn{
  transition: .4s;
  opacity: 1;
  visibility: visible;
}
.c-left .inner{
  padding: 90px 20px 20px;
  width: 518px;
@@ -37,6 +43,7 @@
  background-size: 100% 100%;
  box-sizing: border-box;
}
.c-right{
  position: absolute;
  top: 0;
@@ -44,6 +51,7 @@
  padding-right: 12px;
  transition: .4s;
}
.c-right .inner{
  padding-top: 80px;
  width: 399px;
@@ -52,6 +60,7 @@
  background-size: 100% 100%;
  box-sizing: border-box;
}
.c-left .close{
  cursor: pointer;
  width: 45px;
@@ -60,6 +69,7 @@
  top: 10px;
  right: 35px;
}
.c-right .close{
  cursor: pointer;
  width: 45px;
@@ -68,6 +78,7 @@
  top: 10px;
  right: 40px;
}
.o-btn{
  position: absolute;
  top: 50%;
@@ -77,36 +88,78 @@
  opacity: 0;
  visibility: hidden;
}
.o-btn img{
  display: block;
  width: 100%;
}
.c-left .o-btn{
  left: 100%;
  margin-left: -4px;
}
.c-right .o-btn{
  right: 100%;
  margin-right: -18px;
}
.modeling-left-topInfo-box2 {
    background: url("../img/web/group/left-box2.png") no-repeat;
    width: 100%;
    height: 362px;
    box-sizing: border-box;
    padding: 56px 20px 20px 20px;
    position: relative;
}
.modeling-left-topInfo-kd {
    width: 287px;
    height: 90px;
    margin: 20px auto;
    overflow: hidden;
    border-top: 1px solid #113359;
    border-bottom: 1px solid #113359;
    background: radial-gradient(circle, #062251, rgba(6, 35, 77, 0));
}
.modeling-left-topInfo-ck {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modeling-left-topInfo-kd-list li {
    width: 100%;
}
.m-box1{
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 30px;
}
.m-box1 .l{
  width: 212px;
  margin-right: 24px;
}
.m-box1 .r{
  flex:1;
}
.m-box1 .chartbox{
  position: relative;
  width: 212px;
  height: 212px;
}
.m-box1 .chartbox::before{
  content: "";
  display: block;
@@ -119,6 +172,7 @@
  background: url(../img/web/group/c-bg1.png) no-repeat center;
  background-size: contain;
}
.m-box1 .chartbox::after{
  content: "";
  display: block;
@@ -131,6 +185,7 @@
  background: url(../img/web/group/c-bg2.png) no-repeat center;
  background-size: contain;
}
.m-box1 .chartbox .txt{
  position: absolute;
  top: 50%;
@@ -148,17 +203,20 @@
  color: #fff;
  z-index: 2;
}
.m-box1 .chartbox .txt .n{
  font-size: 40px;
  color: #ffd100;
  font-family: DINCond-Bold;
}
.m-box1 .chart{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
/* .m-box1 .chart::before{
  content: "";
  display: block;
@@ -179,6 +237,7 @@
  overflow-y: auto;
  overflow-x: hidden;
}
.ul-listb1::-webkit-scrollbar {/*滚动条整体样式*/
  width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
@@ -193,6 +252,7 @@
  border-radius: 6px;
  background: rgba(0, 204, 255,.1);
}
.ul-listb1 .con{
  display: flex;
  align-items: center;
@@ -201,6 +261,7 @@
  margin-bottom: 1px;
  padding: 0 20px;
}
.ul-listb1 .dot{
  width:  7px;
  height: 7px;
@@ -208,6 +269,7 @@
  margin-right: 10px;
  position: relative;
}
.ul-listb1 .dot::before{
  content: "";
  display: block;
@@ -222,10 +284,12 @@
  background-color: inherit;
  opacity: .5;
}
.ul-listb1 .num{
  font-size: 22px;
  font-family: DINCond-Bold;
}
.ul-listb1 .type{
  flex:1;
  text-align: right;
@@ -235,11 +299,13 @@
  font-size: 14px;
  color: #fff;
}
.m-box2 .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-box2 .tit{
  font-size: 18px;
  color: #fff;
@@ -247,14 +313,45 @@
  background: url(../img/web/group/c-i1.png) no-repeat left center;
  background-size: 17px;
}
.m-box2 .num{
  font-size: 20px;
  color: #ffd12b;
  font-family: DINCond-Bold;
}
.m-box2 .chart{
  height: 540px;
}
.m-box3 {
    margin-bottom: 30px;
}
.m-box3 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.m-box3 .tit {
    font-size: 18px;
    color: #fff;
    padding-left: 25px;
    background: url(../img/web/group/c-i1.png) no-repeat left center;
    background-size: 17px;
}
.m-box3 .num {
    font-size: 20px;
    color: #ffd12b;
    font-family: DINCond-Bold;
}
.m-box3 .chart {
    height: 100px;
}
.m-nav{
  height: 820px;
  overflow-y: auto;
@@ -263,6 +360,7 @@
  padding-right: 15px;
  padding-left: 20px;
}
.m-nav::-webkit-scrollbar {/*滚动条整体样式*/
  width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
@@ -277,17 +375,20 @@
  border-radius: 6px;
  background: rgba(0, 204, 255,.1);
}
.m-nav .tit{
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.m-nav .arr{
  width: 24px;
  height: 20px;
  background: url(../img/web/group/c-i3.png) no-repeat center;
  background-size: contain;
}
.m-nav .icon{
  width: 50px;
  height: 50px;
@@ -295,12 +396,14 @@
  background-size: contain;
  flex-shrink: 0;
}
.m-nav .v1{
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
/* .m-nav .two,
.m-nav .three{
  padding-left: 30px;
@@ -308,26 +411,32 @@
.m-nav .three{
  padding: 19px 0 10px;
}
.m-nav .three  >.tit{
  padding-left: 102px;
  padding-right: 14px;
  margin-bottom: 17px;
}
.m-nav .two >.con >.tit{
  padding-left: 55px;
}
.m-nav .three{
  background-color: rgba(6, 133, 255,.1);
}
.m-nav .three .icon{
  width: 16px;
  height: 16px;
  background-image: url(../img/web/group/c-i4.png);
  margin: 4px 8px 0 0;
}
.m-nav .three .v1{
  align-items: flex-start;
}
.m-nav .sub{
  display: none;
}