(#37)
This commit is contained in:
parent
84bc1c6fbc
commit
3bb47109ed
@ -26,3 +26,29 @@
|
|||||||
</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>
|
||||||
|
@ -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);
|
||||||
|
}
|
||||||
|
}
|
@ -1,58 +1,58 @@
|
|||||||
{
|
{
|
||||||
"description": "项目配置文件",
|
"description": "项目配置文件",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": []
|
"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/",
|
"enableEngineNative": false,
|
||||||
"compileType": "miniprogram",
|
"useIsolateContext": false,
|
||||||
"libVersion": "2.16.1",
|
"userConfirmedBundleSwitch": false,
|
||||||
"projectname": "mini-dlpu-v3",
|
"packNpmManually": false,
|
||||||
"setting": {
|
"packNpmRelationList": [],
|
||||||
"urlCheck": false,
|
"minifyWXSS": true,
|
||||||
"es6": true,
|
"disableUseStrict": false,
|
||||||
"enhance": true,
|
"minifyWXML": true,
|
||||||
"postcss": true,
|
"showES6CompileOption": false,
|
||||||
"preloadBackgroundData": false,
|
"useCompilerPlugins": [
|
||||||
"minified": true,
|
"typescript",
|
||||||
"newFeature": false,
|
"sass"
|
||||||
"coverView": true,
|
]
|
||||||
"nodeModules": false,
|
},
|
||||||
"autoAudits": false,
|
"simulatorType": "wechat",
|
||||||
"showShadowRootInWxmlPanel": true,
|
"simulatorPluginLibVersion": {},
|
||||||
"scopeDataCheck": false,
|
"appid": "wx7d809f5e8955843d",
|
||||||
"uglifyFileName": true,
|
"scripts": {
|
||||||
"checkInvalidKey": true,
|
"beforeCompile": ""
|
||||||
"checkSiteMap": true,
|
},
|
||||||
"uploadWithSourceMap": true,
|
"condition": {}
|
||||||
"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": {}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user