feat: 调整样式

This commit is contained in:
Blizzard
2026-02-14 11:31:44 +08:00
parent cbbe82ef63
commit d6f781a666
42 changed files with 827 additions and 293 deletions
+1
View File
@@ -0,0 +1 @@
Page({});
+6
View File
@@ -0,0 +1,6 @@
{
"navigationBarTitleText": "兑换中心",
"usingComponents": {
"t-empty": "tdesign-miniprogram/empty/empty"
}
}
+3
View File
@@ -0,0 +1,3 @@
<view class="exchange-page">
<t-empty icon="info-circle-filled" description="兑换中心功能正在开发中,敬请期待" />
</view>
+9
View File
@@ -0,0 +1,9 @@
page {
background: #F4F6F0;
}
.exchange-page {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}