develop
xiaozhiyong 10 months ago
parent 4792e1c402
commit ef8fcdb168
  1. 2
      src/pages/index/home/index.vue
  2. 2
      src/pages/startPage/index.vue
  3. BIN
      src/static/index/home/banner.png
  4. BIN
      src/static/index/home/etc.png
  5. BIN
      src/static/index/home/logo.png
  6. BIN
      src/static/index/user/head.png
  7. BIN
      src/static/startPage/start.jpg
  8. BIN
      src/static/startPage/start.png
  9. 7
      src/subPackages/login/login/index.vue
  10. BIN
      src/subPackages/login/static/background.png
  11. BIN
      src/subPackages/login/static/logo.png

@ -16,7 +16,7 @@
<view class="banner"> <view class="banner">
<swiper style="height: 100%" circular autoplay> <swiper style="height: 100%" circular autoplay>
<swiper-item> <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-item>
</swiper> </swiper>
</view> </view>

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

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

Loading…
Cancel
Save