区市站点-样式修改
This commit is contained in:
parent
b7896bcfe3
commit
466c70e5d6
|
@ -46,17 +46,17 @@
|
|||
<div class="item">
|
||||
<span>基础设施</span>
|
||||
<i></i>
|
||||
<span>13000</span>
|
||||
<span>20135</span>
|
||||
</div>
|
||||
<div class="item">
|
||||
<span>数据资源</span>
|
||||
<i></i>
|
||||
<span>860</span>
|
||||
<span>857</span>
|
||||
</div>
|
||||
<div class="item">
|
||||
<span>应用资源</span>
|
||||
<i></i>
|
||||
<span>30</span>
|
||||
<span>28</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zx"></div>
|
||||
|
@ -639,8 +639,8 @@
|
|||
|
||||
.box {
|
||||
position: absolute;
|
||||
width: 3.18rem;
|
||||
height: 1.36rem;
|
||||
width: 5.18rem;
|
||||
height: 2.26rem;
|
||||
padding: 0.1rem 0.35rem 0;
|
||||
background: url('~@/assets/home/box_bg.png') no-repeat;
|
||||
background-size: 100%;
|
||||
|
@ -649,15 +649,16 @@
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid rgba(161, 160, 161, 0.637);
|
||||
font-size: 0.2rem;
|
||||
span:nth-of-type(1) {
|
||||
font-size: 0.18rem;
|
||||
font-size: 0.2rem;
|
||||
}
|
||||
span:nth-of-type(2) {
|
||||
cursor: pointer;
|
||||
i {
|
||||
display: inline-block;
|
||||
width: 0.1rem;
|
||||
height: 0.1rem;
|
||||
width: 0.14rem;
|
||||
height: 0.14rem;
|
||||
background: url('~@/assets/home/tz.png') no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
|
@ -667,6 +668,7 @@
|
|||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin-top: 0.1rem;
|
||||
font-size: 0.2rem;
|
||||
.item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -674,9 +676,9 @@
|
|||
align-items: center;
|
||||
i {
|
||||
display: inline-block;
|
||||
width: 0.18rem;
|
||||
height: 0.18rem;
|
||||
margin: 0.02rem 0;
|
||||
width: 0.28rem;
|
||||
height: 0.28rem;
|
||||
margin: 0.05rem 0;
|
||||
}
|
||||
}
|
||||
.item:nth-of-type(1) > i {
|
||||
|
@ -707,9 +709,10 @@
|
|||
}
|
||||
}
|
||||
.xha {
|
||||
top: 5.45rem;
|
||||
left: 3.5rem;
|
||||
top: 5.05rem;
|
||||
left: 2.5rem;
|
||||
background: url('~@/assets/home/box_bg2.png') no-repeat;
|
||||
background-size: 100%;
|
||||
.zx {
|
||||
background: url('~@/assets/home/zx2.png') no-repeat;
|
||||
top: -0.9rem;
|
||||
|
|
Loading…
Reference in New Issue