diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index 243ffd5..f4528f3 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -105,19 +105,19 @@ export default { margin: auto; } .pro-cover-image{ - width: 160rpx; - height: 160rpx; + width: 218rpx; + height: 218rpx; } .pro-img-wrap{ position: absolute; - width: 160rpx; - height: 160rpx; + width: 218rpx; + height: 218rpx; left: 0; right: 0; margin: auto; /*border: 10rpx solid #FDF0D3;*/ top: -40px; - border-radius: 16rpx; + border-radius: 40rpx; overflow: hidden; } .img-wrap{ diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index a0727c1..adcaaf9 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -260,10 +260,10 @@ export default { height: 296rpx; } .image-wrap{ - width: 160rpx; - height: 160rpx; + width: 218rpx; + height: 218rpx; /*border: 10rpx solid #FDF0D3;*/ - border-radius: 30rpx; + border-radius: 40rpx; position: absolute; overflow: hidden; top: -140rpx; @@ -271,8 +271,8 @@ export default { margin: auto; } .pro-image{ - width: 160rpx; - height: 160rpx; + width: 218rpx; + height: 218rpx; /* border-radius: 30rpx; */ } .auto-text-color {