Change theme color
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
"usingComponents": {},
|
||||
"navigationBarTitleText": "设置"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
view.container {
|
||||
|
||||
// 用户卡片
|
||||
view.user-card {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
background-color: aqua;
|
||||
}
|
||||
}
|
||||
@@ -1 +1,8 @@
|
||||
<!-- <text>pages/Account/Account.wxml</text> -->
|
||||
<view class="container">
|
||||
|
||||
<!-- 用户卡片 -->
|
||||
<view class="user-card">
|
||||
|
||||
</view>
|
||||
|
||||
</view>
|
||||
Reference in New Issue
Block a user