Browse Source

备案号修改

tanxue 3 months ago
parent
commit
9e3d48b573
3 changed files with 6 additions and 5 deletions
  1. 2 1
      assets/scss/cus-client/cus-client-common.scss
  2. 2 2
      components/footer.vue
  3. 2 2
      components/footer2.vue

+ 2 - 1
assets/scss/cus-client/cus-client-common.scss

@@ -1146,12 +1146,13 @@ h1, h2, h3, h4, h5, h6, p {
   }
 
   //底部版权
-  h5 {
+  .mta-bq-box {
     @include setFontStyle(-8);
     color: #B8B8B8;
     text-align: center;
     padding: 16px 0 24px;
     border-top: 1px solid #333B4C;
+    display: block;
   }
 
   @media (max-width: 768px) {

+ 2 - 2
components/footer.vue

@@ -51,11 +51,11 @@
         </div>
       </div>
 
-      <h5>版本所有 © 2021 大连青谷软件有限公司 备案号:辽ICP备15006970号-6</h5>
+      <a class="mta-bq-box" href="https://beian.miit.gov.cn/#/Integrated/index">版本所有 © 大连青谷软件有限公司 备案号:辽公网安备21029602001053号</a>
     </div>
     <div class="mta-hidden-sm phone-footer-box">
       <p>版本所有 © 大连青谷软件有限公司 </p>
-      <a href="https://beian.miit.gov.cn/#/Integrated/index">备案号:辽ICP备15006970号-6</a>
+      <a href="https://beian.miit.gov.cn/#/Integrated/index">备案号:辽公网安备21029602001053号</a>
     </div>
   </div>
 </template>

+ 2 - 2
components/footer2.vue

@@ -38,11 +38,11 @@
              </div>
            </div>
          </div>
-         <h5>版本所有 © 2021 大连青谷软件有限公司 备案号:辽ICP备15006970号-6</h5>
+         <a class="mta-bq-box" href="https://beian.miit.gov.cn/#/Integrated/index">版本所有 © 大连青谷软件有限公司 备案号:辽公网安备21029602001053号</a>
        </div>
         <div class="mta-hidden-sm phone-footer-box">
           <p>版本所有 © 大连青谷软件有限公司</p>
-          <a href="https://beian.miit.gov.cn/#/Integrated/index">备案号:辽ICP备15006970号-6</a>
+          <a href="https://beian.miit.gov.cn/#/Integrated/index">备案号:辽公网安备21029602001053号</a>
         </div>
      </div>
 </template>