Fix:4778 【商城小程序】产品故事苹果手机字体单独调整,字体加大2个字号

This commit is contained in:
linxi
2026-01-04 10:15:49 +08:00
parent 8f88e1bbab
commit 97bb3b2ee6
2 changed files with 6 additions and 6 deletions
@@ -199,10 +199,10 @@ export default {
.good-story{
position: absolute;
color: #fff;
height: 160px;
height: 320rpx;
writing-mode: vertical-rl;
color: #ffefd2;
font-size: 12px;
line-height: 16px;
font-size: 24rpx;
line-height: 36rpx;
}
</style>
+3 -3
View File
@@ -456,10 +456,10 @@ export default {
.good-story{
position: absolute;
color: #fff;
height: 160px;
height: 320rpx;
writing-mode: vertical-rl;
color: #ffefd2;
font-size: 12px;
line-height: 16px;
font-size: 24rpx;
line-height: 36rpx;
}
</style>