Files
QIDIStudio/resources/web/guide/24/24.css

152 lines
1.8 KiB
CSS
Raw Normal View History

2024-09-03 09:34:33 +08:00
#Content
{
overflow-y:auto;
}
.BlockBanner
{
padding: 0px;
border-bottom:#4479FB 1px solid; /* y96 */
width: 100%;
2025-05-05 14:58:54 +08:00
display: flex;
justify-content:space-between;
align-items: center;
2024-09-03 09:34:33 +08:00
}
.BannerBtns
{
text-align: center;
margin-right: 10px;
}
.BannerBtns .SmallBtn,.SmallBtn_Green
2024-09-03 09:34:33 +08:00
{
margin-left:6px;
2024-09-03 09:34:33 +08:00
}
.BlockBanner a
{
display: inline-block;
background-color:#4479FB; /* y96 */
line-height: 40px;
height: 40px;
padding: 0px 24px;
color: #fff;
}
.PrinterArea
{
padding: 0px;
display: flex;
flex-wrap: wrap;
}
.PrinterBlock
{
width: 160px;
text-align: center;
padding: 8px;
}
2025-05-05 14:58:54 +08:00
.PImg
2024-09-03 09:34:33 +08:00
{
2025-05-05 14:58:54 +08:00
position:relative;
background-color: #EEEEEE;
2024-09-03 09:34:33 +08:00
width:160px;
2025-05-05 14:58:54 +08:00
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%;
2024-09-03 09:34:33 +08:00
}
.PName
{
font-weight: 700;
2025-05-05 14:58:54 +08:00
text-align: left;
2024-09-03 09:34:33 +08:00
}
.pNozzel
{
2025-05-05 14:58:54 +08:00
display: none;
2024-09-03 09:34:33 +08:00
align-items: center;
justify-content:flex-start;
color: #5A5A5A;
padding-left: 10px;
}
.pNozzel input
{
vertical-align: middle;
margin-right: 5px;
}
/*-----Notice-----*/
#NoticeMask
{
background-color: #000;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
opacity: 0.05;
display: none;
}
#NoticeBody
{
display: none;
width: 400px;
border-width: 1px;
border-style: solid;
border-radius: 4px;
background-color: inherit;
position: absolute;
left: 50%;
top: 200px;
margin-left: -200px;
}
#NoticeBar
{
background-color:#4479FB; /* y96 */
height: 40px;
line-height: 40px;
color: #fff;
text-align: center;
}
#NoticeContent
{
padding: 4mm 10mm;
}
#NoticeBtns
{
margin-top: 4mm;
display: flex;
justify-content:space-around;
}