【优化】优化优惠券样式,防止小屏手机可能出现时间换行的问题。

This commit is contained in:
jianweie
2023-05-06 11:07:09 +08:00
parent 4a4c9294d2
commit 5f9070e0fe
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ u-icon { line-height: 0; }
.price { font-size: 23px; font-weight: 400; }
.icon { width: 61px; height: 48px; margin-top: 50%; transform: translateY(-50%); overflow: initial; }
}
.name-content-view { position: relative; padding-left: 82px; padding-right: 53px; line-height: 1.8; color: #999898; }
.name-content-view { position: relative; padding-left: 82px; /*padding-right: 53px;*/ line-height: 1.8; color: #999898; }
.name-content-view::before { content: ''; position: absolute; top: -9px; bottom: -9px; margin-left: -9px; border-left: 1px dashed #fdbabc; }
.btn-right-view { position: absolute; right: 10px; top: 15px;
.u-size-medium { padding: 0; }

View File

@@ -178,7 +178,7 @@ u-icon { line-height: 0; }
.price { font-size: 23px; font-weight: 400; }
.icon { width: 61px; height: 48px; margin-top: 50%; transform: translateY(-50%); overflow: initial; }
}
.name-content-view { position: relative; padding-left: 82px; padding-right: 53px; line-height: 1.8; color: #999898; }
.name-content-view { position: relative; padding-left: 82px; /*padding-right: 53px;*/ line-height: 1.8; color: #999898; }
.name-content-view::before { content: ''; position: absolute; top: -9px; bottom: -9px; margin-left: -9px; border-left: 1px dashed #fdbabc; }
.btn-right-view { position: absolute; right: 10px; top: 15px;
.u-size-medium { padding: 0; }