style: 新增shop

This commit is contained in:
橙子
2024-11-12 22:29:06 +08:00
parent dad4ca4ab4
commit f9217dc066
6 changed files with 47 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
<template>
<div style="display: flex;flex-direction: column;align-items: center;">
<el-divider/>
<p>数字藏品活动在意社区官方小程序中欢迎体验</p>
<p style="margin: 10px;font-size: large">微信小程序</p>
<img style="width: 200px; height: 200px" src="@/assets/wechat/mini.jpg" alt=""/>
<el-divider/>
</div>
</template>
<script setup lang="ts">
</script>