App Style
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user