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)`}"
style="background-size: 100% 100%;text-align: center;">
<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>
</template>
@ -67,9 +67,9 @@
.jinqun {
.image-box {
overflow: hidden;
width: 335rpx;
height: 335rpx;
margin: 485rpx auto 0 auto;
max-width: 335rpx;
height: 350rpx;
margin: 475rpx auto 0 auto;
.image {
width: 100%;

Loading…
Cancel
Save