(#37)
This commit is contained in:
parent
2b300b83a4
commit
7c1e4e441a
@ -1,3 +1,8 @@
|
||||
@import "./UserCard.scss";
|
||||
@import "./MainFunction.scss";
|
||||
@import "./FunctionList.scss";
|
||||
|
||||
view.container{
|
||||
padding-top:20px ;
|
||||
}
|
||||
|
||||
|
@ -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>
|
@ -1 +1,19 @@
|
||||
@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;
|
||||
}
|
||||
}
|
@ -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;
|
||||
}
|
||||
|
@ -26,9 +26,9 @@
|
||||
"uploadWithSourceMap": true,
|
||||
"compileHotReLoad": false,
|
||||
"lazyloadPlaceholderEnable": false,
|
||||
"useMultiFrameRuntime": false,
|
||||
"useApiHook": false,
|
||||
"useApiHostProcess": false,
|
||||
"useMultiFrameRuntime": true,
|
||||
"useApiHook": true,
|
||||
"useApiHostProcess": true,
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
|
Loading…
Reference in New Issue
Block a user