This commit is contained in:
2025-10-16 21:16:57 +08:00
parent 363630cdb5
commit 9e2fa335aa
13 changed files with 172 additions and 57 deletions

View File

@@ -4,6 +4,7 @@
background-color: #f5f5f5;
padding-bottom: 5px;
box-sizing: border-box;
padding: 100px 0 40px;
&::-webkit-scrollbar {
display: none;
@@ -364,9 +365,9 @@
// 过滤弹窗
.filter_popup {
padding: 20px;
.popup_content {
padding: 16px 20px;
.form_section {
.form_item {
margin-bottom: 20px;
@@ -377,7 +378,7 @@
font-weight: 600;
font-style: Semibold;
font-size: 16px;
margin-bottom: 20px;
margin-bottom: 12px;
}
.options_wrapper {