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