Skip to content

Commit 97a36dc

Browse files
committed
add copyright
1 parent 94ca588 commit 97a36dc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/style/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ a.iconfont.icon-weixin { color: #07AF12; background: url(../assets/github.png
241241
.tongji_gzh { width: 80%; margin: auto; overflow: hidden; }
242242
.tongji_gzh img { width: 100% }
243243
/*footer*/
244-
footer { background: #373D41; width: 100%; border-top: #00C1DE 10px solid; padding: 30px 0; color: #73777a; font-size: 14px; }
244+
footer { background: #373D41; width: 100%; border-top: #00C1DE 10px solid; color: #73777a; font-size: 14px; }
245245
.wxbox { overflow: hidden; float: left; margin-right: 20px }
246246
.wxbox li { float: left; margin: 0 10px; text-align: center }
247247
.wxbox img { height: 100px }

src/views/Home.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,10 @@
128128
<div class="box">
129129

130130
<div class="endnav">
131-
<p><b>免职声明:</b></p>
132-
<p>1、当前页设计样式模板来自网上资源,仅作学习参考,若商用请联系 [素材火]。</p>
131+
<div id="footer" style="text-align: center;">
132+
Copyright © 2018-2020 老张的哲学
133+
<br><span id="poweredby">Powered by VUE 2.6.10 on Docker &amp; CentOS 7.6 By Jenkins</span>
134+
</div>
133135
</div>
134136
</div>
135137
</footer>

0 commit comments

Comments
 (0)