diff --git a/miniprogram/pages/Account/Account.wxml b/miniprogram/pages/Account/Account.wxml
index 706b4ab..42ae37e 100644
--- a/miniprogram/pages/Account/Account.wxml
+++ b/miniprogram/pages/Account/Account.wxml
@@ -24,17 +24,17 @@
1806240113
+
-
+
|
- |
-
- 赞助计划
+ 赞助计划
+
|
@@ -42,39 +42,36 @@
|
+ 公众号
+
|
-
- 公众号
- |
|
+ 自助问答
+
|
-
- 自助问答
- |
+
|
- |
-
- 关于我们
+ 关于我们
+
|
|
-
- |
-
- 联系客服
+
+ 联系客服
+
|
diff --git a/miniprogram/pages/Account/FunctionList.scss b/miniprogram/pages/Account/FunctionList.scss
index 943ecdc..2101be9 100644
--- a/miniprogram/pages/Account/FunctionList.scss
+++ b/miniprogram/pages/Account/FunctionList.scss
@@ -12,15 +12,19 @@ table.MFunc{
view.tabView1,view.tabView2,view.tabView3,view.tabView4,view.tabView5{
padding-top: 20px;
padding-bottom: 20px;
+
}
view.tabView1,view.tabView2,view.tabView3,view.tabView4{
border-bottom:1px solid gainsboro ;
padding-top: 20px;
padding-bottom: 20px;
}
- view.tabTxt{
+ text.tabTxt{
letter-spacing: 1px;
-
}
-
+ image.MFuncImgT{
+ float: right;
+ width: 25px;
+ height: 25px;
+ }
}
\ No newline at end of file