mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 00:48:41 +03:00
update resources
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user