This commit is contained in:
kbing1981 2024-07-10 10:28:45 +08:00
parent 747dcdf202
commit a64cc6263e
5 changed files with 12 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<template> <template>
<view style="height: 100vh;flex:1;width:100%"> <view style="height: 100vh;flex:1;width:100%">
<view style="width: 100%; <view class="com-line">
height: 100%;display: flex;justify-content: center;align-items: center;font-size: 30px;"> <image style="width: 380rpx; height: 330rpx;" src="../../static/coming.png" mode=""></image>
敬请期待 <view class="com-text">系统建设中,敬请期待</view>
</view> </view>
<swiper v-if="videoShow==true" @animationfinish="qiehuan" :current="activeIndex" @change="swiper" :circular="index==0?true:false" vertical <swiper v-if="videoShow==true" @animationfinish="qiehuan" :current="activeIndex" @change="swiper" :circular="index==0?true:false" vertical
class="list"> class="list">
@ -281,7 +281,15 @@
</script> </script>
<style scoped> <style scoped>
.com-line{
width:80%;
margin: 45% auto;
text-align: center;
}
.com-text{
font-size: 26rpx;
color: #999;
}
.list { .list {
background-color: black; background-color: black;
flex: 1; flex: 1;

BIN
static/coming.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

BIN
static/vip/grade4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
static/vip/grade5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
static/vip/grade6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB