Commit 9a291a03 authored by xinzhedeai's avatar xinzhedeai

中间也finished

parent bc3a52e5
...@@ -4,9 +4,7 @@ ...@@ -4,9 +4,7 @@
中和地信应急平台 中和地信应急平台
</div> </div>
<div class="subTopTitle"> <div class="subTopTitle">
<h2 <h2 :style="'background-image:url(' + Welcome + ');'">
:style="'background-image:url(' + Welcome + ');'"
>
<img src="@/assets/home4Index/icon5.png" />中和地信有限公司欢迎您! <img src="@/assets/home4Index/icon5.png" />中和地信有限公司欢迎您!
</h2> </h2>
<h2 @click="navTo('admin')"> <h2 @click="navTo('admin')">
...@@ -22,10 +20,13 @@ ...@@ -22,10 +20,13 @@
@click="navTo(item.label)" @click="navTo(item.label)"
> >
<div class="itemDiv"> <div class="itemDiv">
<img :src="require(`@/assets/home4Index/icon${index+1}.png`)" alt=""> <img
:src="require(`@/assets/home4Index/icon${index + 1}.png`)"
alt=""
/>
<p> <p>
<span>{{ item.label }}</span> <span>{{ item.label }}</span>
<!-- <img src="" alt="" srcset="" /> --> <img src="@/assets/home4Index/underline2.png" />
</p> </p>
</div> </div>
</li> </li>
...@@ -249,22 +250,28 @@ export default { ...@@ -249,22 +250,28 @@ export default {
background-size: cover; background-size: cover;
} }
} }
.itemDiv{ .itemDiv {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
img{ & > img {
width: 120px; width: 120px;
margin-left: 30px; margin-left: 30px;
} }
p{ p {
width: 180px; width: 180px;
margin-top: -10px; margin-top: -10px;
span{ position: relative;
span {
font-weight: 500; font-weight: 500;
letter-spacing: 3px; 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