diff --git a/pages/giftpack/birthdaygift/birthdaygift.wxss b/pages/giftpack/birthdaygift/birthdaygift.wxss index 0e4cdcf..212172c 100644 --- a/pages/giftpack/birthdaygift/birthdaygift.wxss +++ b/pages/giftpack/birthdaygift/birthdaygift.wxss @@ -110,7 +110,7 @@ line-height: 45rpx; } .top_card { - width: calc(50% - 30rpx); + width: 355rpx; display: inline-block; margin: 15rpx; } diff --git a/pages/giftpack/evaluategift/evaluategift.wxss b/pages/giftpack/evaluategift/evaluategift.wxss index 02ad479..d1f199c 100644 --- a/pages/giftpack/evaluategift/evaluategift.wxss +++ b/pages/giftpack/evaluategift/evaluategift.wxss @@ -121,7 +121,7 @@ } .top_card { - width: calc(50% - 30rpx); + width: 355rpx; display: inline-block; margin: 15rpx; } diff --git a/pages/giftpack/festival/festival.wxss b/pages/giftpack/festival/festival.wxss index 8fe8975..7f7be44 100644 --- a/pages/giftpack/festival/festival.wxss +++ b/pages/giftpack/festival/festival.wxss @@ -126,7 +126,7 @@ } .top_card { - width: calc(50% - 30rpx); + width: 355rpx; display: inline-block; margin: 15rpx; } @@ -137,7 +137,6 @@ background-repeat: no-repeat; border-radius: 20rpx; height: 250rpx; - margin: 5rpx; } .img1 { diff --git a/pages/giftpack/newvipgift/newvipgift.wxss b/pages/giftpack/newvipgift/newvipgift.wxss index ed30127..30b299b 100644 --- a/pages/giftpack/newvipgift/newvipgift.wxss +++ b/pages/giftpack/newvipgift/newvipgift.wxss @@ -126,7 +126,7 @@ } .top_card { - width: calc(50% - 30rpx); + width: 355rpx; display: inline-block; margin: 15rpx; }