|
|
|
@ -173,7 +173,8 @@ |
|
|
|
<view class="title" style="padding: 0px;">{{ $t("homeNewText.bb7") }}</view> |
|
|
|
<view style="font-size: 32rpx;margin-top: 20rpx;">{{ $t("homeNewText.bb8") }}</view> |
|
|
|
<view class="scrollBox_box3" ref="scrollBox"> |
|
|
|
<img id="scrollimg" src="@/assets/img/home/home2.png" :style="imageStyle"> |
|
|
|
<image src="@/assets/img/home/home16.png" mode="widthFix" style="width: 640rpx;"></image> |
|
|
|
<!-- <img id="scrollimg" src="@/assets/img/home/home2.png" :style="imageStyle"> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
@ -2145,10 +2146,10 @@ |
|
|
|
width: 100%; |
|
|
|
height: auto; |
|
|
|
margin-top: 120rpx; |
|
|
|
background-image: url('../../assets/img/home/home16.png'); |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-position: center 0; |
|
|
|
background-size: contain; |
|
|
|
// background-image: url('../../assets/img/home/home16.png'); |
|
|
|
// background-repeat: no-repeat; |
|
|
|
// background-position: center 0; |
|
|
|
// background-size: contain; |
|
|
|
|
|
|
|
#scrollimg{ |
|
|
|
width: 100%; |
|
|
|
|