This commit is contained in:
gia_jie 2022-01-18 10:44:32 +08:00
parent 84bc1c6fbc
commit 3bb47109ed
3 changed files with 118 additions and 57 deletions

View File

@ -25,4 +25,30 @@
</view>
</view>
</view>
</view>
<view class="container">
<!--主要功能-->
<view class="MainFuction card"><!--四个功能合在一起的容器-->
<view class="BranchFuntion"><!--每个功能的容器-->
<image class="MFimage" src="../../image/account/Account_UserInfo.svg"></image><!--每个功能的图片-->
<view class="MFfont">账号信息</view><!--每个功能的文字-->
</view>
<view class="BranchFuntion">
<image class="MFimage" src="../../image/account/Account_DateList.svg"></image>
<view class="MFfont">课表缓存</view>
</view>
<view class="BranchFuntion">
<image class="MFimage" src="../../image/account/Account_Customer.svg"></image>
<view class="MFfont">功能定制</view>
</view>
<view class="BranchFuntion" style="border-right: 0px;">
<image class="MFimage" src="../../image/account/Account_Settings.svg"></image>
<view class="MFfont">更多设置</view>
</view>
</view>
</view>

View File

@ -1 +1,36 @@
@import "../../app.scss";
@import "../../app.scss";
//主要功能
view.MainFuction {
height: 80px;
display: flex;
padding-top: 10px;
padding-bottom: 8px;
view.BranchFuntion {
margin-top: 12px;
margin-bottom: 12px;
float: left;
width: 25%;
border-right: 1px solid gainsboro;
image.MFimage{
padding-top: 3%;
padding-left: 25%;
height: 50%;
width: 50%;
}
view.MFfont {
text-align: center;
font-size: 10px;
margin: 5px 0;
letter-spacing:2px;
}
}
}
@media (prefers-color-scheme: dark) {
view.container view.user-card view.avatar{
filter: brightness(.8);
}
}

View File

@ -1,58 +1,58 @@
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"miniprogramRoot": "miniprogram/",
"compileType": "miniprogram",
"libVersion": "2.16.1",
"projectname": "mini-dlpu-v3",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"miniprogramRoot": "miniprogram/",
"compileType": "miniprogram",
"libVersion": "2.16.1",
"projectname": "mini-dlpu-v3",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": false,
"useApiHook": false,
"useApiHostProcess": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": [
"typescript",
"sass"
]
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"appid": "wx7d809f5e8955843d",
"scripts": {
"beforeCompile": ""
},
"condition": {}
"enableEngineNative": false,
"useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": [
"typescript",
"sass"
]
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"appid": "wx7d809f5e8955843d",
"scripts": {
"beforeCompile": ""
},
"condition": {}
}