diff --git a/miniprogram/pages/Account/Account.scss b/miniprogram/pages/Account/Account.scss
index dd74b03..f75c075 100644
--- a/miniprogram/pages/Account/Account.scss
+++ b/miniprogram/pages/Account/Account.scss
@@ -2,6 +2,9 @@
@import "./MainFunction.scss";
@import "./FunctionList.scss";
-view.container {
- padding-top: 20px;
-}
\ No newline at end of file
+
+view.container{
+ padding-top: 50rpx;
+}
+
+
diff --git a/miniprogram/pages/Account/Account.wxml b/miniprogram/pages/Account/Account.wxml
index a22f6ff..5970839 100644
--- a/miniprogram/pages/Account/Account.wxml
+++ b/miniprogram/pages/Account/Account.wxml
@@ -41,25 +41,75 @@
-
-
- 账号信息
-
+
+
+
+ 账号信息
+
+
-
-
- 课表缓存
-
+
+
+
+ 课表缓存
+
+
-
-
- 功能定制
-
+
+
+
+ 功能定制
+
+
-
-
- 更多设置
-
+
+
+
+ 更多设置
+
+
+
+
+
+
+
+
+ 赞助计划
+
+
+
+
+
+
+
+ 公众号
+
+
+
+
+
+
+
+ 自助问答
+
+
+
+
+
+
+
+ 关于我们
+
+
+
+
+
+
+
+ 联系客服
+
+
+
\ No newline at end of file
diff --git a/miniprogram/pages/Account/FunctionList.scss b/miniprogram/pages/Account/FunctionList.scss
index c582eaa..036a8b4 100644
--- a/miniprogram/pages/Account/FunctionList.scss
+++ b/miniprogram/pages/Account/FunctionList.scss
@@ -1 +1,43 @@
-@import "../../app.scss";
\ No newline at end of file
+@import "../../app.scss";
+
+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;
+ }
+ }
+ }
+}
+
+@media (prefers-color-scheme: dark) {
+ view.function-list view.function > view {
+ border-bottom: 1px solid rgba($color: #ffffff, $alpha: .1);
+ }
+ }
\ No newline at end of file
diff --git a/miniprogram/pages/Account/MainFunction.scss b/miniprogram/pages/Account/MainFunction.scss
index da8a654..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;
}
}
}
@@ -36,4 +36,4 @@ view.main-function {
view.main-function view.branch-funtion > view {
border-right: 1px solid rgba($color: #ffffff, $alpha: .1);
}
-}
\ No newline at end of file
+}