This commit is contained in:
sanae kochiya
2022-01-17 22:57:05 +08:00
parent 2b300b83a4
commit 7c1e4e441a
5 changed files with 42 additions and 8 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
@import "./UserCard.scss";
@import "./MainFunction.scss";
@import "./FunctionList.scss";
@import "./FunctionList.scss";
view.container{
padding-top:20px ;
}
+12 -1
View File
@@ -18,5 +18,16 @@
<view class="student">1806240113</view>
</view>
</view>
<view class="user-card card">
<view class="userInfo">
<image src="../../image/account/Account_UserInfo.svg"></image>
<image src="../../image/account/Account_DateList.svg"></image>
<image src="../../image/account/Account_Customer.svg"></image>
<image src="../../image/account/Account_Settings.svg"></image>
<view class="view.text">账号信息</view>
<view class="view.text">课表缓存</view>
<view class="view.text">功能定制</view>
<view class="view.text">更多设置</view>
</view>
</view>
</view>
+19 -1
View File
@@ -1 +1,19 @@
@import "../../app.scss";
@import "../../app.scss";
$functionList-icon-width: 50px;
view.userInfo{
padding-top:10px;
image{
width: $functionList-icon-width;
height: $functionList-icon-width;
padding-left: 20px;
filter: opacity(1);
}
view.text{
float: left;
font-size: 15px;
padding-left: 20px;
}
}
+2 -2
View File
@@ -9,8 +9,8 @@ view.user-card {
padding-bottom: 20px;
view.avatar {
width: 80px;
height: 80px;
width: 70px;
height: 70px;
border-radius: 1000px;
overflow: hidden;
}