kun 19/9/26 9:28

This commit is contained in:
沈学坤
2019-09-26 09:27:59 +08:00
parent bb76f50c07
commit 2c2cbd27ed
16 changed files with 157 additions and 103 deletions

View File

@@ -1,5 +1,6 @@
<template>
<div id="wrapper-w" :style="{'background-image':'url('+imgUrl.foot+')'}">
<div id="wrapper-w"
:style="{'background-image':'url('+imgUrl.foot+')'}">
<div>
<p>版权所有朝阳区委社会工委区民政局</p>
<p>京ICP备19040879号 Copyright 2019-2029 www.cyteam.orz.cn All Rights Reserved</p>
@@ -28,7 +29,8 @@ export default {
<style lang='scss' scoped>
#wrapper-w {
width: 1280px;
// width: 1280px;
width: 100%;
height: 227px !important;
background-size: 100% 100%;
background-color: rgba($color: #000000, $alpha: 0.6);