diff --git a/css/index.css b/css/index.css index 8039ced..8980c69 100644 --- a/css/index.css +++ b/css/index.css @@ -2549,10 +2549,11 @@ html { padding: 0 10px !important; font-size: 10px !important; min-width: auto !important; - height: 100% !important; + height: 50px !important; line-height: 50px !important; - display: flex; - align-items: center; + display: flex !important; + align-items: center !important; + justify-content: center !important; } /* 汉堡菜单按钮样式 - 放在左侧(order: 3) */ @@ -3095,10 +3096,11 @@ html { padding: 0 10px !important; font-size: 10px !important; min-width: auto !important; - height: 100% !important; + height: 48px !important; line-height: 48px !important; - display: flex; - align-items: center; + display: flex !important; + align-items: center !important; + justify-content: center !important; } /* 汉堡菜单按钮样式 - 放在左侧(order: 3) */ @@ -3586,10 +3588,11 @@ html { padding: 0 8px !important; font-size: 9px !important; min-width: auto !important; - height: 100% !important; + height: 44px !important; line-height: 44px !important; - display: flex; - align-items: center; + display: flex !important; + align-items: center !important; + justify-content: center !important; } /* 汉堡菜单按钮样式 - 放在左侧(order: 3) */