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