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

This commit is contained in:
woody 2025-07-12 14:01:55 +08:00
parent 3cd7a533e1
commit 578c0f8178
1 changed files with 20 additions and 20 deletions

View File

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