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

@ -2,7 +2,7 @@
<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" bindtap="clickImg"></image> <image :src="cityInfo.group_share_img" class="image" mode="heightFix" bindtap="clickImg"></image>
</view> </view>
</view> </view>
</template> </template>
@ -67,9 +67,9 @@
.jinqun { .jinqun {
.image-box { .image-box {
overflow: hidden; overflow: hidden;
width: 335rpx; max-width: 335rpx;
height: 335rpx; height: 350rpx;
margin: 485rpx auto 0 auto; margin: 475rpx auto 0 auto;
.image { .image {
width: 100%; width: 100%;

Loading…
Cancel
Save