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

View File

@ -1,3 +1,8 @@
@import "./UserCard.scss"; @import "./UserCard.scss";
@import "./MainFunction.scss"; @import "./MainFunction.scss";
@import "./FunctionList.scss"; @import "./FunctionList.scss";
view.container{
padding-top:20px ;
}

View File

@ -18,5 +18,16 @@
<view class="student">1806240113</view> <view class="student">1806240113</view>
</view> </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> </view>

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;
}
}

View File

@ -9,8 +9,8 @@ view.user-card {
padding-bottom: 20px; padding-bottom: 20px;
view.avatar { view.avatar {
width: 80px; width: 70px;
height: 80px; height: 70px;
border-radius: 1000px; border-radius: 1000px;
overflow: hidden; overflow: hidden;
} }

View File

@ -26,9 +26,9 @@
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
"compileHotReLoad": false, "compileHotReLoad": false,
"lazyloadPlaceholderEnable": false, "lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": false, "useMultiFrameRuntime": true,
"useApiHook": false, "useApiHook": true,
"useApiHostProcess": false, "useApiHostProcess": true,
"babelSetting": { "babelSetting": {
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],