Update User Guide

This commit is contained in:
76Octane
2023-06-29 15:26:49 +08:00
parent 26bf542370
commit 4a65859238
9 changed files with 175 additions and 15 deletions

View File

@@ -71,7 +71,7 @@ body
{
/*border-right-width: 1px;
border-right-style: solid;*/
background:#9B9DA3;
background:#414345;
width: 248px;
height: 100%;
}
@@ -148,6 +148,7 @@ body
display: flex;
justify-content:flex-start;
cursor: pointer;
color:#ffffff;
}
.BtnItem:hover
@@ -247,6 +248,70 @@ body
}
}
#IssueBoard {
overflow-y: auto;
padding: 0px 40px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 30px 40px;
position: relative;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px;
}
@media screen and (max-width: 1100px) {
.PrintBlock {
text-align:center;
width: calc(50% - 20px);
margin: 0px 10px 40px 10px;
cursor: pointer;
}
}
@media screen and ( min-width:1101px) and ( max-width:1680px ) {
.PrintBlock {
width: calc(33% - 20px);
margin: 0px 10px 40px 10px;
cursor: pointer;
}
}
@media screen and ( min-width:1681px) and (max-width:2120px ) {
.PrintBlock {
width: calc(25% - 20px);
margin: 0px 10px 40px 10px;
cursor: pointer;
}
}
@media screen and ( min-width:2121px) and (max-width:2620px ) {
.PrintBlock {
width: calc(20% - 20px);
margin: 0px 10px 40px 10px;
cursor: pointer;
}
}
@media screen and (min-width:2621px ) and (max-width:3120px ) {
.PrintBlock {
width: calc(16.6% - 20px);
margin: 0px 10px 40px 10px;
cursor: pointer;
}
}
@media screen and (min-width:3121px ) {
.PrintBlock {
width: calc(14.2% - 20px);
margin: 0px 10px 40px 10px;
cursor: pointer;
}
}
#HotspotWEB
{
width:100%;
@@ -306,6 +371,7 @@ body
.UG_TITLE
{
text-align:center;
font-size: 18px;
font-weight: 700;
line-height: 25px;
@@ -317,7 +383,36 @@ body
.UG_DESC
{
font-size: 14px;
width: 100%;
line-height: 20px;
}
.UG_CDESC
{
text-align:center;
font-size: 14px;
width: 100%;
line-height: 20px;
}
.UG_B_TITLE
{
text-align:center;
font-size: 36px;
font-weight: 700;
line-height: 25px;
width: 100%;
margin-top: 20px;
margin-bottom: 4px;
color: #4479FB;
}
.UG_B_DESC
{
font-size: 16px;
width: 100%;
line-height: 20px;
margin-top: 30px;
margin-bottom: 50px;
}