update resources

This commit is contained in:
QIDI TECH
2025-02-26 20:01:47 +08:00
parent 29360eb5e5
commit 7d213ce20c
61 changed files with 1515 additions and 1219 deletions

View File

@@ -95,6 +95,7 @@ html, body {
display:flex;
margin-bottom: 24px;
flex-direction:row-reverse;
align-items: center;
}
#MenuBtnBlock

View File

@@ -91,6 +91,11 @@ html,body
box-shadow: 0px 0px 3px #DCDCDC;
}
#HotModel_Search_Btn img
{
filter: brightness(78%);
}
/*----User Manual------*/
.UG_DESC
{
@@ -121,18 +126,17 @@ html,body
#HotModel_Search_Bar
{
border: 1px solid #323A3D;
background-color: #36363A;
border: 1px solid #5C5C5C;
background-color: #242428;
}
#HotModel_Search_InputArea
{
background-color: #36363A;
}
#HotModel_Search_Input
{
background-color: #36363A;
background-color: #242428;
caret-color: white;
color: #FFFFFF;
}
@@ -158,4 +162,17 @@ html,body
#PrintHistory_Refresh_Btn
{
filter: invert(80%) brightness(20);
}
/*-----Hide Button-----*/
#HideBtn
{
background-image: url('../img/arrow_light_left.svg');
border: 1px solid rgba(48, 48, 51, 1);
background-color: rgba(48, 48, 51, 1);
}
#HideBtn:hover
{
background-color: rgba(70, 70, 71, 1);
}

View File

@@ -97,14 +97,10 @@ body
display: flex;
justify-content: center;
user-select: none;
}
#LoginBtn
{
cursor:pointer;
}
#LoginBtn:hover
#Login1:hover #LoginBtn
{
font-size:17px;
}
@@ -220,18 +216,6 @@ body
display: none;
}
.JumpIcon
{
display: none;
margin-left:6px;
width: 12px;
}
.BtnItem[menu="makerlab"]:hover .JumpIcon
{
display: inline;
}
.BtnItem:hover
{
background-color: #4479FB ;
@@ -277,3 +261,25 @@ body
display: none;
}
/*-----Hide Button-----*/
#HideBtn
{
position: absolute;
height: 60px;
width: 12px;
right: 1px;
top: calc(50% - 30px);
cursor: pointer;
background-repeat: no-repeat;
background-position: center;
background-image: url('../img/arrow_dark_left.svg');
border-left: 1px solid rgba(238, 238, 238, 1);
border-top: 1px solid rgba(238, 238, 238, 1);
border-bottom: 1px solid rgba(238, 238, 238, 1);
border-radius: 4px 0px 0px 4px;
}
#HideBtn:hover
{
background-color: rgba(238, 238, 238, 1);
}

View File

@@ -0,0 +1,67 @@
/*----Login----*/
#LoginBtn
{
display:none;
}
#Icon1
{
margin-right: 0px;
}
#UserAvatarIcon
{
height: 36px;
}
#UserName
{
display: none;
}
#LogoutBtn
{
display: none;
}
.BtnItem
{
padding: 0px;
justify-content:center;
}
.BtnText
{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: none;
}
.BtnIcon
{
margin:0px;
}
#NoPluginTip
{
display:none!important;
}
/*-----Left Menu-------*/
.JumpIcon
{
display: none!important;
}
.BtnNewIcon
{
display: none!important;
}
/*-----Hide Button-----*/
#HideBtn
{
transform: scaleX(-1);
border-radius: 0px 4px 4px 0px;
}

View File

@@ -167,14 +167,15 @@
display: none;
align-items: center;
border-radius: 22px;
border: 1px solid #EEEEEE;
border: 1px solid #C2C2C2;
flex-grow: 1;
background-color: #FFFFFF;
background-color: #F7F7F7;
padding-right: 12px;
height: 40px;
}
#HotModel_Search_InputArea
{
background-color: #FFF;
display: flex;
align-items: center;
flex-grow: 1;
@@ -188,6 +189,7 @@
flex-grow: 1;
outline: none;
font-size: 16px;
background-color: #F7F7F7;
}