This commit is contained in:
2025-09-30 00:03:43 +08:00
parent 19117de6c8
commit 8885fb766a
39 changed files with 517 additions and 159 deletions

View File

@@ -136,6 +136,19 @@
color: #444;
font-size: 0.75rem;
}
.card-params {
display: flex;
flex-wrap: wrap;
gap: 0.25rem 0.5rem;
margin-top: 0.25rem;
}
.card-params .param {
color: #444;
font-size: 0.6875rem;
background: #ffffff;
padding: 0.0625rem 0.1875rem;
border-radius: 0.25rem;
}
.price {
margin-left: 0.625rem;
color: #4C8DFF;

View File

@@ -92,13 +92,18 @@
}
.param {
display: flex;
justify-content: space-between;
justify-content: flex-start;
align-items: center;
gap: 0.5rem;
font-size: 0.8125rem;
color: #2d3a4a;
}
.param-key {
color: #7a8899;
}
.param-val {
text-align: left;
}
.images {
display: grid;
grid-template-columns: repeat(3, 1fr);