pifa
fanfan 2 months ago
parent 05e2341720
commit d9d1caf3d4
  1. 11
      pages/cart/index.vue
  2. 11
      pages/index/index.vue
  3. 10
      pages/user/index.vue

@ -541,16 +541,23 @@
margin: 0rpx 0 20rpx 0; margin: 0rpx 0 20rpx 0;
.pic { .pic {
position: relative;
width: 100%; width: 100%;
align-items: center; align-items: center;
display: flex; display: flex;
height: 256rpx; overflow: hidden;
width: 100%;
height: 0;
padding-bottom: 100%;
overflow: hidden; overflow: hidden;
image { image {
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover;
position: absolute;
left: 0;
top: 0
} }
} }

@ -2048,16 +2048,23 @@
margin: 0rpx 0 20rpx 0; margin: 0rpx 0 20rpx 0;
.pic { .pic {
position: relative;
width: 100%; width: 100%;
align-items: center; align-items: center;
display: flex; display: flex;
height: 256rpx; overflow: hidden;
width: 100%;
height: 0;
padding-bottom: 100%;
overflow: hidden; overflow: hidden;
image { image {
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover;
position: absolute;
left: 0;
top: 0
} }
} }

@ -1418,15 +1418,23 @@
margin: 0 0 20rpx 0; margin: 0 0 20rpx 0;
.pic { .pic {
position: relative;
width: 100%; width: 100%;
align-items: center; align-items: center;
display: flex; display: flex;
height: 256rpx; overflow: hidden;
width: 100%;
height: 0;
padding-bottom: 100%;
overflow: hidden; overflow: hidden;
image { image {
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover;
position: absolute;
left: 0;
top: 0
} }
} }

Loading…
Cancel
Save