Commit 8ba71124 by 苏咏卓
parents fc4471c1 9b11c73b
......@@ -6,7 +6,11 @@
class="background-image"
/>
<div class="flex-container">
<img src="./../assets/images/img/标题.png" alt="" class="flex-container-tetli">
<img
src="./../assets/images/img/标题.png"
alt=""
class="flex-container-tetli"
/>
<!-- <img src="./../assets/images/标题左边素材.png" alt="" class="about" />
<div class="title-text">
民政数据分析系统
......@@ -18,14 +22,20 @@
<img src="./../assets/images/方向箭头.png" alt="" />
</div> -->
<img class="qrCode" src="./../assets/images/img/二维码.png" alt="" />
<div class="downloadInfo">安卓板app下载
<br>
请使用浏览器扫码下载</div>
<div class="downloadInfo">
安卓板app下载
<br />
请使用浏览器扫码下载
</div>
<!-- <el-popover placement="bottom" width="140" trigger="hover">
<img class="qrCode" src="./../assets/images/App.png" alt="" />
<div class="downloadInfo">请使用浏览器下载</div>
<el-button slot="reference" class="elBottom">App下载</el-button>
</el-popover> -->
<br />
<br />
<br />
<div class="Jump-box">
<div class="Jump" v-for="(item, index) in num" :key="index">
......@@ -96,7 +106,6 @@ export default {
TapId: "5",
icon: require("@/assets/images/img/殡葬.png"),
},
],
};
},
......@@ -116,18 +125,17 @@ export default {
text-align: center;
font-size: 16px;
background-color: rgba(0, 0, 0, 0.2);
}
}
.dataList-img {
width: 50px;
margin: 20px 22px;
}
h2 {
color: #00f9fd;
text-align: center;
}
.content:hover{
box-shadow:0px 0px 20px #00f9fd;
.content:hover {
box-shadow: 0px 0px 20px #00f9fd;
}
.content {
width: 100px;
......@@ -161,13 +169,12 @@ h2 {
width: 100%;
height: 86vh;
}
.flex-container-tetli{
.flex-container-tetli {
width: 100%;
}
.flex-container {
display: flex;
width: 100%;
height: 165px;
margin: auto;
}
.title-text {
......@@ -203,7 +210,7 @@ h2 {
right: 20px;
font-size: 16px;
color: #888;
background-color: #041B44;
background-color: #041b44;
border: none;
}
......
......@@ -162,18 +162,19 @@ export default {
}
.background-image {
width: 100%;
height: 160vh;
position: absolute;
position: fixed;
z-index: -1;
}
.footerTxt {
height: 50px;
margin-top: 40px;
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
width: 100%;
text-align: center;
font-size: 16px;
line-height: 50px;
background-color: #012F57;
// background-color: #012F57;
}
.switchMa {
margin: 0 10px;
......@@ -197,7 +198,7 @@ export default {
.page {
position: relative;
width: 100%;
height: 110vh;
height: 100vh;
// background-color: #0b0f4e;
}
......
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