Browse Source

修改图片

master
liaoxinyu 1 year ago
parent
commit
54ec8e73ad
  1. BIN
      assets/img/home/home13.png
  2. 11
      pages/base/home.vue

BIN
assets/img/home/home13.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 183 KiB

11
pages/base/home.vue

@ -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%;

Loading…
Cancel
Save