From f88467cfa4bbfd38641f47263cd7da7bf37d4a31 Mon Sep 17 00:00:00 2001 From: "zorro.zhang" Date: Mon, 19 Aug 2024 10:16:35 +0800 Subject: [PATCH] ENH: Optimize UI JIRA: none Change-Id: I0c31ca936ecfefb637a0f3517c6f86caa67177ec --- resources/web/guide/21/21.css | 10 +++++----- resources/web/guide/24/24.css | 27 ++------------------------- 2 files changed, 7 insertions(+), 30 deletions(-) diff --git a/resources/web/guide/21/21.css b/resources/web/guide/21/21.css index 3e335d5f5..3273d375d 100644 --- a/resources/web/guide/21/21.css +++ b/resources/web/guide/21/21.css @@ -11,19 +11,19 @@ width: 100%; } - .BannerBtns { float: right; - display: flex; - width: 140px; - justify-content: space-around; - align-items: center; height: 40px; text-align: center; margin-right: 10px; } +.BannerBtns .SmallBtn,.SmallBtn_Green +{ + margin-left:6px; +} + .BlockBanner a { display: inline-block; diff --git a/resources/web/guide/24/24.css b/resources/web/guide/24/24.css index 68f40b606..b88261ef6 100644 --- a/resources/web/guide/24/24.css +++ b/resources/web/guide/24/24.css @@ -14,39 +14,16 @@ .BannerBtns { float: right; - display: flex; - width: 140px; - justify-content: space-around; - align-items: center; height: 40px; text-align: center; margin-right: 10px; } -/*.Banner-Btn +.BannerBtns .SmallBtn,.SmallBtn_Green { - background-color: #C0C0C0; - color: #000; - padding: 0px 6px; - min-width: 50px; - border-radius: 4px; - height: 32px; - line-height: 32px; - cursor: pointer; + margin-left:6px; } -.Banner-Btn-green -{ - background-color: #00AE42; - color: #fff; - padding: 0px 6px; - min-width: 50px; - border-radius: 8px; - height: 32px; - line-height: 32px; - cursor: pointer; -}*/ - .BlockBanner a { display: inline-block;