feat(specialArea): 商品角标大小调整

This commit is contained in:
woody 2025-07-12 14:01:55 +08:00
parent dc8f39f88b
commit bda6e298d6
1 changed files with 19 additions and 19 deletions

View File

@ -657,16 +657,16 @@ export default {
.goodList_i {
display: flex;
border-bottom: 1px solid #eee;
padding: 20rpx 0;
padding: 30rpx 0;
position: relative;
.goodList_ir {
margin-left: 20rpx;
margin-left: 24rpx;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
font-size: 24rpx;
font-size: 28rpx;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
@ -675,14 +675,14 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
font-size: 32rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #f82c1a;
img {
width: 56rpx;
height: 56rpx;
width: 60rpx;
height: 60rpx;
}
}
}
@ -698,8 +698,8 @@ export default {
}
.cover {
width: 152rpx;
height: 152rpx;
width: 200rpx;
height: 200rpx;
background: #ffffff;
border: 1px solid #eeeeee;
border-radius: 10rpx;
@ -707,7 +707,7 @@ export default {
}
.pv {
font-size: 22rpx;
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #999999;
@ -765,8 +765,8 @@ export default {
left: 0;
width: 0;
height: 0;
border-top: 90rpx solid #005bac;
border-right: 90rpx solid transparent;
border-top: 100rpx solid #005bac;
border-right: 100rpx solid transparent;
border-radius: 10rpx 0 0 0;
z-index: 10;
}
@ -784,22 +784,22 @@ export default {
/* 2个字样式 */
.triangle-badge-text.text-2 {
top: -68rpx;
top: -76rpx;
left: 10rpx;
font-size: 22rpx;
font-size: 24rpx;
}
/* 3个字样式 */
.triangle-badge-text.text-3 {
top: -68rpx;
left: 4rpx;
font-size: 20rpx;
top: -70rpx;
left: -2rpx;
font-size: 24rpx;
}
/* 4个字样式 */
.triangle-badge-text.text-4 {
top: -64rpx;
left: 0rpx;
font-size: 18rpx;
top: -72rpx;
left: -4rpx;
font-size: 20rpx;
}
</style>