diff --git a/web/client/src/sections/quanju/containers/footer/build/index.js b/web/client/src/sections/quanju/containers/footer/build/index.js index 85e8c26c..bb83009b 100644 --- a/web/client/src/sections/quanju/containers/footer/build/index.js +++ b/web/client/src/sections/quanju/containers/footer/build/index.js @@ -15,7 +15,7 @@ const Build = () => {
已处理
diff --git a/web/client/src/sections/quanju/containers/footer/guanli/style.less b/web/client/src/sections/quanju/containers/footer/guanli/style.less
index c225f744..d6f3056a 100644
--- a/web/client/src/sections/quanju/containers/footer/guanli/style.less
+++ b/web/client/src/sections/quanju/containers/footer/guanli/style.less
@@ -19,8 +19,8 @@
justify-content: space-between;
border: 2px solid rgba(28,96,254,0.5000);
.guanli-left-item-left{
- width: 30%;
- height: 70%;
+ width: 45%;
+ height: 60%;
display: flex;
flex-direction: column;
align-items: center;
@@ -37,7 +37,7 @@
font-size: 34px;
font-family: YouSheBiaoTiHei;
color: #FFFFFF;
- height: 60%;
+ height: 70%;
width: 100%;
background: url('/assets/images/quanju/guanlijiance_1.png') no-repeat;
background-size: 100% 80%;
@@ -56,7 +56,20 @@
}
.guanli-left-item-right{
width: 40%;
- height: 60%;
+ height: 50%;
+ position: relative;
+ span{
+ position: absolute;
+ width: 8px;
+ height: 8px;
+ background-color: #fff;
+ top: 1.5%;
+ left: 50%;
+ z-index: 10;
+ border-radius: 4px;
+ display: block;
+ }
+
// background-color: pink;
}
// background-color: pink;