main
fanfan 6 months ago
parent 8acd1baeb4
commit 99955fdfdf
  1. 10
      pages/news1/jinqun.vue

@ -2,7 +2,8 @@
<view class="jinqun" :style="{background:`url(${$picUrl}/static/jinqun-bg1.png)`}" <view class="jinqun" :style="{background:`url(${$picUrl}/static/jinqun-bg1.png)`}"
style="background-size: 100% 100%;text-align: center;"> style="background-size: 100% 100%;text-align: center;">
<view class="image-box"> <view class="image-box">
<image :src="cityInfo.group_share_img" class="image" mode="heightFix" bindtap="clickImg"></image> <!-- mode="heightFix" -->
<image :src="cityInfo.group_share_img" class="image" bindtap="clickImg"></image>
</view> </view>
</view> </view>
</template> </template>
@ -67,10 +68,9 @@
.jinqun { .jinqun {
.image-box { .image-box {
overflow: hidden; overflow: hidden;
max-width: 335rpx; width: 335rpx;
height: 350rpx; height: 335rpx;
margin: 475rpx auto 0 auto; margin: 485rpx auto 0 auto;
.image { .image {
width: 100%; width: 100%;
height: 100%; height: 100%;

Loading…
Cancel
Save