kun 10/8/21:47
This commit is contained in:
@@ -1,10 +1,23 @@
|
||||
<template>
|
||||
<div id="wrapper-w"
|
||||
:style="{'background-image':'url('+imgUrl.foot+')'}">
|
||||
<div>
|
||||
<div id="wrapper-w" :style="{'background-image':'url('+imgUrl.foot1+')'}">
|
||||
<div class="div1">
|
||||
<p>版权所有:朝阳区委社会工委区民政局</p>
|
||||
<p>京ICP备19040879号 Copyright 2019-2029 www.cyteam.orz.cn All Rights Reserved</p>
|
||||
</div>
|
||||
<div class="div2">
|
||||
<div class="img-box">
|
||||
<img src="https://dummyimage.com/80" alt />
|
||||
<p>微信公众号</p>
|
||||
</div>
|
||||
<div class="img-box">
|
||||
<img src="https://dummyimage.com/80" alt />
|
||||
<p>微信公众号</p>
|
||||
</div>
|
||||
<div class="img-box">
|
||||
<img src="https://dummyimage.com/80" alt />
|
||||
<p>微信公众号</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -15,15 +28,16 @@ export default {
|
||||
data () {
|
||||
return {
|
||||
imgUrl: {
|
||||
foot: require('../../static/img/foot.png')
|
||||
foot: require('../../static/img/foot.png'),
|
||||
foot1: require('../../static/img/foot1.png')
|
||||
}
|
||||
}
|
||||
},
|
||||
computed: {},
|
||||
watch: {},
|
||||
methods: {},
|
||||
created () {},
|
||||
mounted () {}
|
||||
created () { },
|
||||
mounted () { }
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -31,14 +45,37 @@ export default {
|
||||
#wrapper-w {
|
||||
// width: 1280px;
|
||||
width: 100%;
|
||||
height: 227px !important;
|
||||
height: 292px !important;
|
||||
background-size: 100% 100%;
|
||||
background-color: rgba($color: #000000, $alpha: 0.6);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
& > div {
|
||||
.div2 {
|
||||
width: 540px;
|
||||
height: 110px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 34px;
|
||||
|
||||
img {
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: "MicrosoftYaHei";
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
letter-spacing: 0px;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
& > .div1 {
|
||||
display: inline-block;
|
||||
height: 64px;
|
||||
text-align: center;
|
||||
@@ -57,7 +94,7 @@ export default {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
font-stretch: normal;
|
||||
line-height: 60px;
|
||||
margin-top: 30px;
|
||||
letter-spacing: 0px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user