ENH: Optimize UI

JIRA: none
Change-Id: I0c31ca936ecfefb637a0f3517c6f86caa67177ec
This commit is contained in:
zorro.zhang 2024-08-19 10:16:35 +08:00 committed by Lane.Wei
parent 7631835217
commit f88467cfa4
2 changed files with 7 additions and 30 deletions

View File

@ -11,19 +11,19 @@
width: 100%; width: 100%;
} }
.BannerBtns .BannerBtns
{ {
float: right; float: right;
display: flex;
width: 140px;
justify-content: space-around;
align-items: center;
height: 40px; height: 40px;
text-align: center; text-align: center;
margin-right: 10px; margin-right: 10px;
} }
.BannerBtns .SmallBtn,.SmallBtn_Green
{
margin-left:6px;
}
.BlockBanner a .BlockBanner a
{ {
display: inline-block; display: inline-block;

View File

@ -14,39 +14,16 @@
.BannerBtns .BannerBtns
{ {
float: right; float: right;
display: flex;
width: 140px;
justify-content: space-around;
align-items: center;
height: 40px; height: 40px;
text-align: center; text-align: center;
margin-right: 10px; margin-right: 10px;
} }
/*.Banner-Btn .BannerBtns .SmallBtn,.SmallBtn_Green
{ {
background-color: #C0C0C0; margin-left:6px;
color: #000;
padding: 0px 6px;
min-width: 50px;
border-radius: 4px;
height: 32px;
line-height: 32px;
cursor: pointer;
} }
.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 .BlockBanner a
{ {
display: inline-block; display: inline-block;