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