You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< template >
< view >
< view class = "bkg" >
< u -image width = "100%" height = "100vh" :src ="require('@/static/home-bkg.jpg')" > < / u - i m a g e >
< / view >
< view class = "content" >
< view class = "title" >
< u -image style = "display: flex;justify-content: center;" mode = "heightFix" width = "auto" height = "220rpx" :src ="require('@/static/title.png')" > < / u - i m a g e >
< / view >
< view class = "notice" >
恭喜192 * * * * 1774 获得1 .99 元红包
< / view >
< view class = "raffle" >
< view class = "raffle-bkg" >
< u -image style = "display: flex;justify-content: center;" mode = "scaleToFill" width = "680rpx" height = "924rpx" :src ="require('@/static/raffle-phone.png')" > < / u - i m a g e >
< / view >
< view class = "raffle-box" >
< view class = "raffle-box__hello" >
尊敬的192用户 , 您好
< / view >
< view class = "raffle-box__times" >
剩余抽奖次数 : < span > { { '1次' } } < / span >
< / view >
< view class = "raffle-box__turntable" >
< / view >
< view class = "raffle-box__tip" >
仅限中国广电 ( 苏州地区用户 ) 手机号参与活动
< / view >
< / view >
< / view >
< view class = "bottom" >
< u -image mode = "widthFix" width = "114rpx" :src ="require('@/static/activity-rule.png')" @click ="$refs['popover'].show()" > < / u -image >
< u -image style = "margin-left: 66rpx;" mode = "widthFix" width = "114rpx" :src ="require('@/static/me-center.png')" @click ="toMe" > < / u -image >
< / view >
< / view >
< / view >
< / template >
< script >
export default {
data ( ) {
return {
}
} ,
onLoad ( ) {
} ,
methods : {
} ,
computed : {
}
}
< / script >
< style lang = "scss" >
. bkg {
z - index : - 1 ;
position : fixed ;
top : 0 ;
left : 0 ;
right : 0 ;
bottom : 0 ;
}
. content {
min - height : 100 vh ;
position : relative ;
& . title {
margin - top : 10 vh ;
}
& . notice {
background : rgba ( 254 , 210 , 141 , 0.6 ) ;
box - shadow : 0 rpx 4 rpx 10 rpx 0 rpx rgba ( 3 , 46 , 63 , 0.45 ) ;
border - radius : 28 rpx ;
color : # fff ;
text - align : center ;
margin : .2 vh 140 rpx 0 140 rpx ;
}
. raffle {
width : 680 rpx ;
height : 924 rpx ;
position : relative ;
margin : 2.9 vh auto 0 auto ;
& - bkg {
z - index : 1 ;
position : absolute ;
}
& - box {
width : 100 % ;
height : 100 % ;
z - index : 2 ;
position : relative ;
top : 0 ;
& _ _hello {
text - align : center ;
font - size : 38 rpx ;
font - weight : normal ;
color : # FFFFFF ;
padding - top : 100 rpx ;
}
& _ _times {
text - align : center ;
font - size : 46 rpx ;
font - weight : normal ;
color : # FFFFFF ;
padding - top : 16 rpx ;
& > span {
color : # FCE534 ;
}
}
& _ _turntable {
height : 560 rpx ;
display : grid ;
margin - top : 40 rpx ;
padding : 0 70 rpx ;
}
& _ _tip {
zoom : .9 ;
font - size : 22 rpx ;
text - align : center ;
color : # F9DAC1 ;
position : absolute ;
left : 0 ;
right : 0 ;
bottom : 46 rpx ;
}
}
}
. bottom {
display : flex ;
align - items : center ;
justify - content : center ;
margin - top : 1.85 vh ;
}
}
< / style >