cart item 最后一项被遮盖

wechat_user_type 0.9.7
Ge Hao 8 years ago
parent 7d6327fb71
commit ae2d38321e
  1. 10
      pages/cart/cart.wxss

@ -17,8 +17,8 @@
} }
.items-container { .items-container {
margin-bottom: 180rpx; padding-bottom: 200rpx;
min-height: 900rpx; min-height: 700rpx;
} }
.item { .item {
@ -38,7 +38,7 @@
.item image { .item image {
display: block; display: block;
width: 300rpx; width: 280rpx;
max-height: 180rpx; max-height: 180rpx;
} }
@ -47,7 +47,7 @@
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
height: 100%; height: 100%;
width: 410rpx; width: 430rpx;
} }
.title { .title {
@ -55,7 +55,7 @@
} }
.title text { .title text {
font-size: 28rpx; font-size: 29rpx;
color: #333; color: #333;
white-space: no-wrap; white-space: no-wrap;
line-height: 34rpx; line-height: 34rpx;

Loading…
Cancel
Save