App Style

This commit is contained in:
2022-01-04 22:48:21 +08:00
parent 1c3171f1e4
commit 1db7507293
4 changed files with 104 additions and 66 deletions
+11 -1
View File
@@ -22,8 +22,18 @@ view.container {
padding-left: 20px;
view.nick {
color: $theme-color-light-title;
margin: 4px 0;
}
view.student {
margin: 1px 0;
}
}
}
}
@media (prefers-color-scheme: dark) {
view.container view.user-card view.avatar{
filter: brightness(.8);
}
}
+1 -1
View File
@@ -11,7 +11,7 @@
<open-data type="userAvatarUrl" />
</view>
<view class="info">
<view class="nick">
<view class="nick h1">
<open-data type="userNickName" />
</view>
<view class="student">秦浩轩</view>