shish 2 months ago
parent
commit
ceff821aee
2 changed files with 7 additions and 13 deletions
  1. 2 2
      hdApp/src/admin/home/me.vue
  2. 5 11
      hdApp/src/admin/home/workbench.vue

+ 2 - 2
hdApp/src/admin/home/me.vue

@@ -171,7 +171,7 @@ export default {
       inAmountShow: false,
       menuList: [
         { key: "address", name: "地址设置", icon: "my-address" },
-        { key: "book", name: "系统使用教程", icon: "my-book" },
+        { key: "book", name: "使用教程", icon: "my-book" },
         { key: "password", name: "密码修改", icon: "my-password" },
         { key: "cashSet", name: "提现账号", icon: "my-bell" },
         { key: "logout", name: "退出登录", icon: "my-logout" }
@@ -366,7 +366,7 @@ export default {
 }
 
 .page-hero {
-  padding: 0 28upx 22upx;
+  padding: 0 28upx 0upx;
   background: linear-gradient(180deg, #e9f8ef 0%, #f7fbf8 78%, rgba(247, 251, 248, 0) 100%);
 }
 

+ 5 - 11
hdApp/src/admin/home/workbench.vue

@@ -1198,10 +1198,10 @@ export default {
 
 .support-entry {
   text-align: center;
-  margin-top: 50upx;
+  margin-top: 20upx;
   margin-bottom: 50upx;
   color: #827171;
-  font-size: 34upx;
+  font-size: 32upx;
 }
 
 .support-divider {
@@ -1408,7 +1408,7 @@ export default {
   left: 0;
   top: 0;
   width: 100%;
-  height: 360upx;
+  height: 300upx;
   z-index: 0;
 }
 
@@ -1433,7 +1433,7 @@ export default {
 }
 
 .custom-nav {
-  height: 196upx;
+  height: 165upx;
   display: flex;
   align-items: center;
   justify-content: center;
@@ -1444,7 +1444,7 @@ export default {
 .custom-nav-title {
   max-width: 560upx;
   color: #161819;
-  font-size: 38upx;
+  font-size: 44upx;
   font-weight: 700;
   line-height: 48upx;
   text-align: center;
@@ -1844,12 +1844,6 @@ export default {
   box-shadow: 0 10upx 28upx rgba(24, 37, 30, 0.06);
 }
 
-.support-entry {
-  margin: 38upx 0 58upx;
-  color: #8b928e;
-  font-size: 26upx;
-}
-
 .inline-bought-tooltip-box {
   top: 152upx;
 }