Change theme color

This commit is contained in:
2022-01-04 13:57:47 +08:00
parent b312b2e57b
commit 28d6870a84
7 changed files with 54 additions and 11 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
{
"usingComponents": {}
"usingComponents": {},
"navigationBarTitleText": "设置"
}
+9
View File
@@ -0,0 +1,9 @@
view.container {
// 用户卡片
view.user-card {
width: 100%;
height: 200px;
background-color: aqua;
}
}
+8 -1
View File
@@ -1 +1,8 @@
<!-- <text>pages/Account/Account.wxml</text> -->
<view class="container">
<!-- 用户卡片 -->
<view class="user-card">
</view>
</view>