This commit is contained in:
parent
747dcdf202
commit
a64cc6263e
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<view style="height: 100vh;flex:1;width:100%">
|
||||
<view style="width: 100%;
|
||||
height: 100%;display: flex;justify-content: center;align-items: center;font-size: 30px;">
|
||||
敬请期待!
|
||||
<view class="com-line">
|
||||
<image style="width: 380rpx; height: 330rpx;" src="../../static/coming.png" mode=""></image>
|
||||
<view class="com-text">系统建设中,敬请期待!</view>
|
||||
</view>
|
||||
<swiper v-if="videoShow==true" @animationfinish="qiehuan" :current="activeIndex" @change="swiper" :circular="index==0?true:false" vertical
|
||||
class="list">
|
||||
|
@ -281,7 +281,15 @@
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.com-line{
|
||||
width:80%;
|
||||
margin: 45% auto;
|
||||
text-align: center;
|
||||
}
|
||||
.com-text{
|
||||
font-size: 26rpx;
|
||||
color: #999;
|
||||
}
|
||||
.list {
|
||||
background-color: black;
|
||||
flex: 1;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 149 KiB |
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
Loading…
Reference in New Issue