update resources

This commit is contained in:
QIDI TECH
2024-11-28 15:01:13 +08:00
parent 22572c2286
commit 459e7822db
86 changed files with 2353 additions and 282 deletions

View File

@@ -15,6 +15,7 @@ html, body {
padding:0px;
border: 0px;
margin: 0px;
background-color: #FFF;
}
/*---字体----*/
@@ -92,8 +93,14 @@ html, body {
#MenuArea
{
display:flex;
justify-content: flex-end;
margin-bottom: 24px;
flex-direction:row-reverse;
}
#MenuBtnBlock
{
display:flex;
margin-left: 60px;
}
.Menu_Btn
@@ -110,6 +117,13 @@ html, body {
width: 18px;
}
.Menu_Btn span
{
display: inline-block;
width: 100%;
white-space: nowrap;
}
/*---弹性内容块---*/
.GuideBlock
{
@@ -122,7 +136,7 @@ html, body {
{
width: calc(50% - 20px);
}
.SingleGuideBar :nth-child(n+3)
.SingleGuideBar > :nth-child(n+3)
{
display: none;
}
@@ -134,7 +148,7 @@ html, body {
{
width: calc(33% - 20px);
}
.SingleGuideBar :nth-child(n+4)
.SingleGuideBar > :nth-child(n+4)
{
display: none;
}
@@ -145,7 +159,7 @@ html, body {
{
width: calc(25% - 20px);
}
.SingleGuideBar :nth-child(n+5)
.SingleGuideBar > :nth-child(n+5)
{
display: none;
}
@@ -156,7 +170,7 @@ html, body {
{
width: calc(20% - 20px);
}
.SingleGuideBar :nth-child(n+6)
.SingleGuideBar > :nth-child(n+6)
{
display: none;
}