@@ -150,4 +150,17 @@
font-size: 12px;
text-indent: 10px;
color: #aaa;
+}
+.copy-right{
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ text-align: center;
+ font-size: 14px;
+ color: #000;
+ opacity: 0.85;
+ height: 50px;
+ line-height: 50px;
+ background: #fff;
+ box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.16);
}
@@ -75,6 +75,7 @@
</div>
+ <div class="copy-right">©杭州朗通信息技术有限公司</div>
</body>