Commit 33eb56bc authored by coolfish's avatar coolfish

增加底部qq

parent 3e582b05
......@@ -10,7 +10,10 @@
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<div class="m-copyright">
<div class="m-copyright" id="mCopyright" style="display:none;">
<div class="qq">
QQ群:<a href="https://shang.qq.com/wpa/qunwpa?idkey=d881be6f2a40bb2a0bbb44e65070f12dd13316fb49e3071fed1add4e376f8d80" target="_blank">467417652</a>
</div>
<div class="about">
<a class="line">关于我们</a><a target="_blank" href="http://www.goyoo.com/">光音网络</a><a target="_blank" href="http://www.xiaoyun.com/">小云世界</a><a target="_blank" href="http://xiazai.zol.com.cn/">ZOL软件下载</a><a target="_blank" href="http://mydown.yesky.com/">天极下载</a>
</div>
......
......@@ -2,6 +2,12 @@
</template>
<script>
export default {
beforeMount () {
const mCopyright = document.getElementById('mCopyright')
mCopyright.style.display = 'block'
}
}
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
......@@ -14,6 +20,12 @@
background-image: url("copyright@2x.png")
background-size: cover
background-position: center
.qq
color: #fff
padding-bottom: 20px
a
color: #F96868
margin-left: 5px
.about
padding-bottom: 20px
a
......
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