登录页页添加

This commit is contained in:
zmr900709
2020-06-02 08:49:13 +08:00
parent d9ecf2144c
commit cb8eb90c15
5 changed files with 231 additions and 46 deletions

View File

@@ -1,12 +1,12 @@
<template>
<view class="welcome">
<image class="welcome_images" src="../../static/pageA/welcome_img.jpg" mode="aspectFill"></image>
<!-- 倒计时跳过 -->
<remaining></remaining>
</view>
</template>
<script>
import remaining from '@/components/remaining/remaining';
export default {
data() {
return {
@@ -17,14 +17,30 @@
},
methods: {
}
},
mounted(){
},
components:{}
}
</script>
<style>
.welcome {}
.welcome_jumpes{
width: 90rpx;
height: 35rpx;
opacity:0.5;
border-radius:18rpx;
position: absolute;
right: 37rpx;
top: 34rpx;
font-size:20rpx;
text-align: center;
line-height: 35rpx;
color: #fff;
background: #C4CAC6;
}
.welcome_images {
width: 100%;
position: fixed;