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>
|
||||
@@ -9,7 +9,7 @@ view.status-bar {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
justify-content: space-between;
|
||||
background-color: #F8F8F8;
|
||||
background-color: $theme-color-light-layout;
|
||||
|
||||
view.select {
|
||||
flex: 1;
|
||||
@@ -111,7 +111,7 @@ view.status-bar-blank {
|
||||
}
|
||||
|
||||
view.status-bar {
|
||||
background-color: #191919;
|
||||
background-color: $theme-color-dark-layout;
|
||||
|
||||
view.select image {
|
||||
filter: $white-filter;
|
||||
|
||||
Reference in New Issue
Block a user