更新
@@ -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>
|
||||||
|
|
||||||
|
|||||||
BIN
src/static/index/home/banner.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 94 KiB |
BIN
src/static/startPage/start.png
Normal file
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 26 KiB |