Browse Source

登录页 - 新增"备案号"

zhengxy 2 years ago
parent
commit
75490f7e91
1 changed files with 9 additions and 1 deletions
  1. 9 1
      project/src/components/loginPage.vue

+ 9 - 1
project/src/components/loginPage.vue

@@ -96,6 +96,7 @@
96 96
     </div>
97 97
   </div>
98 98
   </div>
99
+  <div class="icp-num">Copyright &copy; 2015-2022 酷炫网络 | 北京酷炫网络技术股份有限公司 All rights reserved 京ICP备14056088号-18</div>
99 100
 </div>
100 101
 </template>
101 102
 <script>
@@ -182,6 +183,13 @@ export default {
182 183
   height: 100vh;
183 184
   width: 100%;
184 185
   overflow: auto;
186
+  .icp-num {
187
+    background-color: #fff;
188
+    padding: 50px 0;
189
+    text-align: center;
190
+    font-size: 14px;
191
+    color: #888;
192
+  }
185 193
 }
186 194
  .absolute_img{
187 195
     position: absolute;
@@ -316,7 +324,7 @@ export default {
316 324
     display: flex;
317 325
     align-items: center;
318 326
     justify-content: center;
319
-    
327
+
320 328
   }
321 329
   .toast_container {
322 330
     width: 1100px;