feat(specialArea): 角标样式调整

This commit is contained in:
woody 2025-07-12 15:09:18 +08:00
parent 4a27790023
commit ceaaf8c81e
1 changed files with 18 additions and 18 deletions

View File

@ -628,12 +628,12 @@ export default {
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;
@ -642,14 +642,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;
}
}
}
@ -665,8 +665,8 @@ export default {
}
.cover {
width: 152rpx;
height: 152rpx;
width: 200rpx;
height: 200rpx;
background: #ffffff;
border: 1px solid #eeeeee;
border-radius: 10rpx;
@ -674,7 +674,7 @@ export default {
}
.pv {
font-size: 22rpx;
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #999999;
@ -733,8 +733,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;
}
@ -752,22 +752,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>