fix: 调整商品详情页移动端标题和价格字体大小
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -153,12 +153,15 @@ h1 { font-size: 28px; color: #fff; margin-bottom: 16px; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 22px;
|
font-size: 18px;
|
||||||
margin-top: 16px;
|
margin-top: 12px;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price {
|
.price {
|
||||||
font-size: 26px;
|
font-size: 20px;
|
||||||
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
|
|||||||
Reference in New Issue
Block a user