panhui 3 лет назад
Родитель
Сommit
903074f4ef
1 измененных файлов с 43 добавлено и 0 удалено
  1. 43 0
      src/views/Home.vue

+ 43 - 0
src/views/Home.vue

@@ -167,6 +167,21 @@
                 :type="item.type"
             >
             </product-large>
+
+            <div class="tips-content">
+                <div class="tips">【华储艺术品中心(深圳)有限公司】</div>
+                <div class="tips1">
+                    <span>粤ICP备2021166549号-1</span>
+                </div>
+                <a
+                    class="tips2"
+                    target="_blank"
+                    href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44030302002216"
+                >
+                    <img src="@assets/icon.png" alt="" />
+                    <p>粤公网安备 44030302002216号</p></a
+                >
+            </div>
         </div>
         <img src="../assets/png-zhiding.png" @click="goTop" class="goTop" v-if="bodyScroll > 200" alt="" />
     </van-pull-refresh>
@@ -1011,4 +1026,32 @@ export default {
     display: block;
     z-index: 20;
 }
+.tips-content {
+    .flex-col();
+    align-items: center;
+    .tips {
+        padding: 15px 0 0;
+        font-size: 12px;
+        text-align: center;
+        color: #939599;
+    }
+    .tips1 {
+        padding: 5px 0 0;
+        font-size: 12px;
+        text-align: center;
+        color: #939599;
+    }
+
+    .tips2 {
+        font-size: 12px;
+        text-align: center;
+        color: #939599;
+        padding: 20px 0;
+        .flex();
+        justify-content: center;
+        img {
+            margin-right: 3px;
+        }
+    }
+}
 </style>