From 7788e2038113223f9a60583b6328f6587bc4967b Mon Sep 17 00:00:00 2001 From: wangyang Date: Wed, 21 Aug 2024 13:55:07 +0800 Subject: [PATCH] fix(style): menu_bubble style --- src/style/menu_bubble.css | 20 +++++++++++++++----- src/style/simpleMemory.css | 9 --------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/style/menu_bubble.css b/src/style/menu_bubble.css index 9e3e0979..924895ae 100644 --- a/src/style/menu_bubble.css +++ b/src/style/menu_bubble.css @@ -1,5 +1,5 @@ -html, -.container, +html, +.container, .content-wrap { width: 100%; height: 100%; @@ -386,14 +386,24 @@ body{ vertical-align: middle; border-style: none; } + .container .menu-wrap .sidebar-userinfo { - font-size: 12px; display: flex; + font-size: 12px; + flex-wrap: wrap; height: 75px; - flex-direction: column; - justify-content: center; position: relative; } + + +.container .menu-wrap .sidebar-userinfo img.sidebar-vip-logo { + margin-left: 5px; + width: 11px; + height: 11px; + position: relative; + top: 3px; +} + .container .menu-wrap .sidebar-userinfo #p_b_follow { position: absolute; right: 0; diff --git a/src/style/simpleMemory.css b/src/style/simpleMemory.css index 29f54dcf..a603ade7 100644 --- a/src/style/simpleMemory.css +++ b/src/style/simpleMemory.css @@ -567,15 +567,6 @@ p.article-info-text > .postMeta br { text-decoration: underline; } -img.sidebar-vip-logo { - height: 11px; - vertical-align: middle; - width: 11px; - position: absolute; - left: 76px; - top: 9px; -} - /*.div_my_zzk {*/ /* width: 175px;*/ /* position: relative;*/