品号查询

This commit is contained in:
JenniferW 2025-08-20 14:23:37 +08:00
parent bf4d8a7090
commit 31177c3022
1 changed files with 3 additions and 2 deletions

View File

@ -1565,10 +1565,11 @@ function handleConfirm() {
.result-card-list {
display: flex;
flex-wrap: wrap;
gap: 40px;
justify-content: center;
gap: 30px;
}
.result-card {
width: 300px;
width: 280px;
position: relative;
padding-top: 16px;
box-sizing: border-box;