|
|
@@ -19,8 +19,18 @@
|
|
|
</van-cell-group>
|
|
|
|
|
|
<div class="tips">【华储艺术品中心(深圳)有限公司】</div>
|
|
|
- <div class="tips2">粤ICP备2021166549号-1</div>
|
|
|
-
|
|
|
+ <!-- <div class="tips2">
|
|
|
+ <img src="@assets/icon.png" alt="" />
|
|
|
+ <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
|
|
|
+ >
|
|
|
<van-overlay :show="show" @click="show = false">
|
|
|
<div class="code-img" @click.stop>
|
|
|
<van-image class="code" width="70vw" :src="codeImg" fit="scale-down" />
|
|
|
@@ -132,6 +142,15 @@ export default {
|
|
|
font-size: 12px;
|
|
|
text-align: center;
|
|
|
color: #939599;
|
|
|
- padding: 5px 0 30px;
|
|
|
+ padding: 5px 0;
|
|
|
+ position: fixed;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ .fixedBottom(5px);
|
|
|
+ .flex();
|
|
|
+ justify-content: center;
|
|
|
+ img {
|
|
|
+ margin-right: 3px;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|