Files
PC-Light-Forum/css/search.less
A1300399510 91dab6d446 no message
2025-10-31 01:28:16 +08:00

78 lines
1.6 KiB
Plaintext

#search {
width: 1200px;
margin: 0 auto;
.label-title {
margin-bottom: 24px;
.icon {
width: 25px;
height: 20px;
margin-right: 12px;
}
.text {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 28px;
color: #000000;
}
}
.classify {
margin-bottom: 16px;
.item {
width: 50px;
height: 32px;
line-height: 32px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(242, 242, 242, 1);
border-radius: 12px;
color: #333333;
cursor: pointer;
font-size: 15px;
&.pitch {
background-color: rgba(211, 81, 16, 1);
color: #ffffff;
}
&:not(:last-child) {
margin-right: 10px;
}
}
}
.quantity {
font-size: 14px;
line-height: 26px;
color: #555;
margin-bottom: 14px;
.line {
width: 1px;
height: 14px;
background-color: #aaaaaa;
margin: 0 10px;
}
.num {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
color: #000000;
margin: 0 10px;
}
}
.matter {
.matter-content {
}
.sidebar-box {
width: 219px;
}
}
}