fixbug: 关闭购物车

This commit is contained in:
2025-08-16 20:59:19 +08:00
parent 53b6577aba
commit b76691e5d4
4 changed files with 75 additions and 45 deletions
@@ -465,7 +465,7 @@ export default {
.info_center_warp-item-bottom {
font-size: 26rpx;
color: #999999;
margin-top: 10rpx;
margin-top: 15rpx;
}
}
@@ -477,42 +477,67 @@ export default {
.purse_info_item-mine {
display: flex;
justify-content: space-between;
align-items: center;
border: 0;
height: 128rpx;
margin-bottom: 0;
padding: 0;
.purse_data_warp {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 20rpx;
.purse_info_name {
font-size: 28rpx;
color: #333333;
font-weight: normal;
}
.purse_info_value {
font-size: 24rpx;
color: #999999;
}
.purse_info_title {
font-weight: bold;
font-size: 32px;
color: #333333;
text-align: end;
}
}
.purse_info_left .ipurse_nfo_right {
display: flex;
justify-content: center;
justify-content: space-between;
flex-direction: column;
height: 82rpx;
.purse_data_warp {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 20rpx;
.purse_info_name {
font-size: 28rpx;
color: #333333;
font-weight: normal;
}
.purse_info_value {
font-size: 24rpx;
color: #999999;
}
.purse_info_title {
font-weight: bold;
font-size: 32px;
color: #333333;
text-align: end;
}
}
}
.purse_info_left {
.purse_info_name {
font-weight: 400;
}
.purse_info_value {
margin-top: 8rpx;
}
}
.ipurse_nfo_right {
.purse_info_value {
width: 300rpx;
white-space: nowrap;
/* 禁止换行 */
overflow: hidden;
/* 隐藏溢出内容 */
text-overflow: ellipsis;
/* 显示省略号 */
}
}
}