update resources

This commit is contained in:
QIDI TECH
2025-05-05 14:58:54 +08:00
parent 524bd808f3
commit 3fe258372a
566 changed files with 7708 additions and 5046 deletions

View File

@@ -9,13 +9,13 @@
padding: 0px;
border-bottom:#4479FB 1px solid;
width: 100%;
display: flex;
justify-content:space-between;
align-items: center;
}
.BannerBtns
{
float: right;
height: 40px;
text-align: center;
margin-right: 10px;
}
@@ -49,10 +49,35 @@
padding: 8px;
}
.PrinterBlock img
.PImg
{
position:relative;
background-color: #EEEEEE;
width:160px;
height: 160px;
height: 160px;
}
.ModelCheckBox
{
position: absolute;
width: 20px;
height: 20px;
right: 10px;
top: 10px;
cursor: pointer;
background-image: url("../img/emptycheck.svg");
background-size: cover;
}
.ModelCheckBox.ModelCheckBoxSelected
{
background-image: url("../img/bluecheck.svg");
}
img.ModelThumbnail
{
width: 100%;
height: 100%;
}
.PName
@@ -63,7 +88,7 @@
.pNozzel
{
display: flex;
display: none;
align-items: center;
justify-content:flex-start;
color: #5A5A5A;