diff --git a/miniprogram/pages/Account/Account.scss b/miniprogram/pages/Account/Account.scss index 8817c00..f75c075 100644 --- a/miniprogram/pages/Account/Account.scss +++ b/miniprogram/pages/Account/Account.scss @@ -4,7 +4,7 @@ view.container{ - padding-top: 20px; + padding-top: 50rpx; } diff --git a/miniprogram/pages/Account/Account.wxml b/miniprogram/pages/Account/Account.wxml index 85da67d..5970839 100644 --- a/miniprogram/pages/Account/Account.wxml +++ b/miniprogram/pages/Account/Account.wxml @@ -41,75 +41,75 @@ - - - 账号信息 - + + + + 账号信息 + + - - - 课表缓存 - + + + + 课表缓存 + + - - - 功能定制 - + + + + 功能定制 + + - - - 更多设置 - + + + + 更多设置 + + - - - - - + + + + + + 赞助计划 + - - - + + + + + + 公众号 + - - - - - - - - - - - - - -
- - - 赞助计划 - - - - - 公众号 - - - - - 自助问答 - - - - - 关于我们 - - - - - 联系客服 - -
+
+ + + + + 自助问答 + + + + + + + + 关于我们 + + + + + + + + 联系客服 + + + \ No newline at end of file diff --git a/miniprogram/pages/Account/FunctionList.scss b/miniprogram/pages/Account/FunctionList.scss index a9a3e70..036a8b4 100644 --- a/miniprogram/pages/Account/FunctionList.scss +++ b/miniprogram/pages/Account/FunctionList.scss @@ -1,30 +1,43 @@ @import "../../app.scss"; -table.FuncList{ - width: 100%; - - image.FuncListImg{ - width: 25px; - height: 25px; - float: left; - padding-right: 20px; -} - view.tabView1,view.tabView2,view.tabView3,view.tabView4,view.tabView5{ - padding-top: 20px; - padding-bottom: 20px; +view.function-list { + margin-top: 50rpx; + margin-bottom: 50rpx; + padding: 0 0 !important; + width: 100% !important; + + view.function { + padding: 0 20px; + width: calc( 100% - 40px ); + height: 55px; + > view { + height: 100%; + display: flex; + align-items: center; + border-bottom: 1px solid rgba($color: #000000, $alpha: .1); + + image.func-icon { + width: 26px; + height: 26px; + } + + view { + margin-left: 15px; + flex-grow: 1; + font-size: .9em; + } + + image.arrow { + width: 10px; + height: 10px; + } + } } - view.tabView1,view.tabView2,view.tabView3,view.tabView4{ - border-bottom:1px solid gainsboro ; - padding-top: 20px; - padding-bottom: 20px; +} + +@media (prefers-color-scheme: dark) { + view.function-list view.function > view { + border-bottom: 1px solid rgba($color: #ffffff, $alpha: .1); } - text.tabTxt{ - letter-spacing: 1px; - } - image.FuncListImgT{ - float: right; - width: 25px; - height: 25px; - } -} \ No newline at end of file + } \ No newline at end of file diff --git a/miniprogram/pages/Account/MainFunction.scss b/miniprogram/pages/Account/MainFunction.scss index 76e9d18..c2466df 100644 --- a/miniprogram/pages/Account/MainFunction.scss +++ b/miniprogram/pages/Account/MainFunction.scss @@ -3,7 +3,7 @@ //主要功能 view.main-function { display: flex; - margin-top: 20px; + margin-top: 50rpx; padding: 0 !important; width: 100% !important; @@ -26,7 +26,7 @@ view.main-function { view { text-align: center; margin-top: 5px; - font-size: .8em; + font-size: .9em; } } }