ENH: Adjust Homepage UI

1, User Guide Image, Top add round corner
2, Change Guide description text color
3, New UI of Mouse Right Button Menu

Change-Id: I82cf82a97e35f16478020fabada17b5637cff625
(cherry picked from commit a3a56392788a9eabc9bb0cc20ecb48050869476b)
This commit is contained in:
zorro.zhang 2022-09-02 15:05:15 +08:00 committed by Lane.Wei
parent 2f59e77ca9
commit aae2a0484a
3 changed files with 21 additions and 15 deletions

View File

@ -291,16 +291,20 @@ body
#RecentClearAllBtn
{
border: 1px solid #C4C4C4;
border: 1px solid #000;
padding: 0px 10px;
border-radius: 6px;
line-height: 26px;
height: 26px;
margin-left: 20px;
cursor: pointer;
background-color: #00AE42;
color: #fff;
display: inline;
color: #000;
display: none;
}
#RecentClearAllBtn:hover
{
background-color:#CDCECE;
}
#RecentTitle
@ -341,7 +345,7 @@ body
.FileImg
{
text-align: center;
background-color: #F5F5F5;
background-color: #E4E4E4;
border-radius: 8px;
width: 184px;
height: 184px;
@ -368,26 +372,26 @@ body
border: 0px;
min-width: 100px;
top: 800px;
border: 1px solid #C5C5C5;
border-radius: 6px;
border: 1px solid #C3C3C3;
color: #323A3D;
background-color: #fff;
display: none;
display: none;
}
.CT_Item
{
line-height:30px;
padding: 0px 10px;
padding: 2px 10px;
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
border: 2px solid #fff;
}
.CT_Item:hover
{
background-color: #E9E9E9;
cursor: pointer;
border: 2px solid #00AE42;
}
@ -491,22 +495,24 @@ body
{
width: 400px;
height: 250px;
border-radius: 5px 5px 0px 0px;
}
.UG_TITLE
{
font-size: 16px;
font-size: 18px;
font-weight: 700;
line-height: 20px;
width: 400px;
margin-top: 20px;
margin-bottom: 10px;
margin-bottom: 4px;
}
.UG_DESC
{
width: 400px;
line-height: 18px;
color: #C4C4C4;
color: #4E5454;
font-size: 14px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB