Browse Source

替换图片

master
luyisha 2 years ago
parent
commit
32608537fe
  1. BIN
      assets/img/home/stt.png
  2. BIN
      assets/img/home/styy.png
  3. BIN
      assets/img/home/图片 5@3x (1).png
  4. BIN
      assets/img/home/图片 5@3x.png
  5. 8
      pages/base/home.vue

BIN
assets/img/home/stt.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 KiB

BIN
assets/img/home/styy.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

BIN
assets/img/home/图片 5@3x (1).png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 KiB

BIN
assets/img/home/图片 5@3x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

8
pages/base/home.vue

@ -1349,11 +1349,11 @@ export default {
}
}
.download_area{
width: 700rpx;margin: 160rpx auto;
width: 700rpx;margin: 160rpx auto 120rpx;
.zhanshi{
width: 700rpx;
height: 470rpx;
background-image: url("../../assets/img/home/图片 5@3x.png");
background-image: url("../../assets/img/home/styy.png");
background-size: cover;
margin: 40rpx 0px;
}
@ -1381,8 +1381,8 @@ export default {
.zhanshi{
width: 700rpx;
height: 700rpx;
background-image: url("../../assets/img/home/图片 5@3x (1).png");
background-size: cover;
background-image: url("../../assets/img/home/stt.png");
background-size: 100% 100%;
}
.item{
width: 700rpx;

Loading…
Cancel
Save