Commit 9a291a03 authored by xinzhedeai's avatar xinzhedeai

中间也finished

parent bc3a52e5
......@@ -4,9 +4,7 @@
中和地信应急平台
</div>
<div class="subTopTitle">
<h2
:style="'background-image:url(' + Welcome + ');'"
>
<h2 :style="'background-image:url(' + Welcome + ');'">
<img src="@/assets/home4Index/icon5.png" />中和地信有限公司欢迎您!
</h2>
<h2 @click="navTo('admin')">
......@@ -22,10 +20,13 @@
@click="navTo(item.label)"
>
<div class="itemDiv">
<img :src="require(`@/assets/home4Index/icon${index+1}.png`)" alt="">
<img
:src="require(`@/assets/home4Index/icon${index + 1}.png`)"
alt=""
/>
<p>
<span>{{ item.label }}</span>
<!-- <img src="" alt="" srcset="" /> -->
<img src="@/assets/home4Index/underline2.png" />
</p>
</div>
</li>
......@@ -249,22 +250,28 @@ export default {
background-size: cover;
}
}
.itemDiv{
.itemDiv {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
img{
& > img {
width: 120px;
margin-left: 30px;
}
p{
p {
width: 180px;
margin-top: -10px;
span{
position: relative;
span {
font-weight: 500;
letter-spacing: 3px;
}
img {
position: absolute;
bottom: 45px;
right: 15px;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment