This commit is contained in:
xiaozhiyong
2024-05-24 11:04:54 +08:00
parent 4792e1c402
commit ef8fcdb168
11 changed files with 6 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
<view class="banner">
<swiper style="height: 100%" circular autoplay>
<swiper-item>
<image src="/static/index/home/etc.png" mode="widthFix"></image>
<image src="/static/index/home/banner.png" mode="widthFix"></image>
</swiper-item>
</swiper>
</view>

View File

@@ -1,6 +1,6 @@
<template>
<view class="container">
<image src="/static/startPage/start.jpg" mode="widthFix"></image>
<image src="/static/startPage/start.png" mode="widthFix"></image>
</view>
</template>

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@@ -2,7 +2,7 @@
<view class="container">
<view class="header">
<image src="../static/background.png" mode="widthFix"></image>
<image src="../static/logo.png"></image>
<image src="../static/logo.png" mode="widthFix"></image>
</view>
<view class="frame">
<view class="buttons" v-show="loginType == 'uni'">
@@ -289,8 +289,9 @@ export default {
bottom: -87rpx;
left: 50%;
transform: translateX(-50%);
width: 194rpx;
height: 174rpx;
// width: 194rpx;
// height: 174rpx;
width: 300rpx;
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 26 KiB