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;
}

View File

@@ -97,6 +97,12 @@ html,body
color:#818183;
}
/*----Recent Opened----*/
.FileImg
{
background-color:#575757;
}
/*---Staff PIck----*/
.HotModelPiece
{
@@ -112,3 +118,44 @@ html,body
{
filter: invert(1);
}
#HotModel_Search_Bar
{
border: 1px solid #323A3D;
background-color: #36363A;
}
#HotModel_Search_InputArea
{
background-color: #36363A;
}
#HotModel_Search_Input
{
background-color: #36363A;
caret-color: white;
color: #FFFFFF;
}
#HotModel_Search_Btn img
{
filter: invert(100%) brightness(100);
}
/*----Makerlab-----*/
.MakerlabItem
{
border: none;
}
/*---Print History----*/
.PrintHistoryImg
{
border: 1px solid #474747;
background-color: #575757;
}
#PrintHistory_Refresh_Btn
{
filter: invert(80%) brightness(20);
}

View File

@@ -32,14 +32,14 @@ body
word-break: break-all;
position: relative;
cursor: pointer;
border-radius: 8px;
border-radius: 8px;
border: 1px solid #EEEEEE;
}
.MakerlabImg img
{
width: 100%;
aspect-radio: 16/9;
border-radius: 8px 8px 0px 0px;
}
.MakerlabTextBlock
@@ -71,4 +71,174 @@ body
{
font-size: 10px;
color: #ACACAC;
}
}
/*------Print History------*/
#PrintHistoryArea
{
display: none;
min-height: 100px;
}
#PrintHistory_Refresh_Btn
{
margin-left: 30px;
cursor: pointer;
filter: brightness(3);
width: 24px;
}
#PrintHistory_Refresh_Btn:hover
{
width: 27px;
}
#PrintHistoryList
{
display: flex;
}
.PrintHistoryItem
{
position: relative;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
position: relative;
cursor: pointer;
border-radius: 12px;
overflow: hidden;
}
.PrintHistoryImg
{
border-radius: 12px;
border: 1px solid #EEEEEE;
background-color: #E4E4E4;
}
.PrintHistoryImg img
{
width: calc(100% - 2px);
aspect-ratio: 4/3;
object-fit:contain;
}
.PrintHistoryTextBlock
{
display: flex;
flex-direction: column;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-top: 2px;
}
.PrintHistoryName
{
font-size: 14px;
font-weight: 700;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.PrintHistory_Line2
{
display: flex;
flex-direction: row;
align-items: center;
font-size: 12px;
}
.PrintHistory_Line2 img
{
width: 14px;
height: 14px;
margin-right: 4px;
}
.PH_PrintTime
{
width: 50px;
margin-right: 4px;
}
.PH_DeviceName
{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.PrintHistoryInfo
{
display: flex;
justify-content: space-between;
}
.PrintHistoryPlate
{
display: flex;
font-size: 12px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.PH_PlateName
{
flex-grow: 1;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.PH_PrintDate
{
margin-left: 4px;
}
.PrintHistoryStatus
{
margin-left: 6px;
font-size: 12px;
font-weight: 700;
}
.PH_Status_Printing
{
color: #FF6F00;
}
.PH_Status_Fail
{
color: #D01B1B;
}
.PH_Status_Success
{
color: #00AE42;
}
.PH_Gcode_Icon
{
background-color: #8F8F8F;
display: inline-block;
padding: 6px 12px;
width: Hug (61px)px;
height: Hug (28px)px;
gap: 10px;
border-radius: 0px 0px 4px 0px;
opacity: 0px;
color: #FFFFFF;
position: absolute;
top: 1px;
left: 1px;
font-weight: 700;
}

View File

@@ -113,11 +113,9 @@ body
#NoPluginTip
{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
z-index: 1;
display: none;
flex-direction: column;
justify-content: flex-end;
@@ -217,6 +215,11 @@ body
display: none;
}
.BtnItem[menu="printhistory"]
{
display: none;
}
.JumpIcon
{
display: none;

View File

@@ -60,7 +60,8 @@
display:flex;
flex-direction: column;
cursor: pointer;
border-radius: 8px;
border-radius: 10px;
overflow: hidden;
}
.HotModel_PrevBlock
@@ -160,3 +161,42 @@
align-items: center;
}
/*-----Search Bar------*/
#HotModel_Search_Bar
{
display: none;
align-items: center;
border-radius: 22px;
border: 1px solid #EEEEEE;
flex-grow: 1;
background-color: #FFFFFF;
}
#HotModel_Search_InputArea
{
background-color: #FFF;
display: flex;
align-items: center;
flex-grow: 1;
padding: 0px 22px 0px 0px;
border-radius: 22px 0px 0px 22px;
}
#HotModel_Search_Input
{
height: 30px;
flex-grow: 1;
outline: none;
font-size: 16px;
}
#HotModel_Search_Btn
{
width: 60px;
height: 100%;
border-radius: 0px 22px 22px 0px;
display: flex;
align-items: center;
justify-content: center;
}

View File

@@ -102,7 +102,6 @@
word-break: break-all;
position: relative;
cursor: pointer;
border-radius: 8px;
}
.FileMask

View File

@@ -1,7 +1,7 @@
html
{
background-color: #F8F8F8;
background-color: #FFF;
padding: 28px 36px;
display: flex;
justify-content: center;