fixbug: 关闭购物车
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<view v-for="item in balanceList" :key="item.id" class="purse_warp_item" @click="jumpBonus(item)">
|
||||
<view class="purse_item_title">
|
||||
<view class="purse_item_title-left">
|
||||
<up-image src="/static/mine/purse_amount.png" width="22" height="22" bgColor="#f1f6ff00"
|
||||
class="purse_amount"></up-image>
|
||||
<up-image :src="`https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine-purse/${item.categoty}.png`"
|
||||
width="22" height="22" bgColor="#f1f6ff00" class="purse_amount"></up-image>
|
||||
<view class="title">{{ item.name }}</view>
|
||||
<up-image src="/static/common/right_soild.png" width="10" height="10" bgColor="#fff"
|
||||
class="right_soild"></up-image>
|
||||
@@ -149,6 +149,8 @@ export default {
|
||||
|
||||
.purse_amount {
|
||||
margin-right: 15rpx;
|
||||
margin-top: 6rpx;
|
||||
|
||||
}
|
||||
|
||||
.right_soild {
|
||||
|
||||
@@ -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;
|
||||
/* 显示省略号 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user