소스 검색

添加copy-right

zhouna 4 년 전
부모
커밋
4e8b1384de
2개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      src/css/index.less
  2. 1 0
      src/index.html

+ 13 - 0
src/css/index.less

@@ -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);
 }

+ 1 - 0
src/index.html

@@ -75,6 +75,7 @@
       </div>
     </div>
     </div>
+    <div class="copy-right">©杭州朗通信息技术有限公司</div>
   </div>
 </body>