Commit 66c5e57e authored by agping's avatar agping

1

parent a827b08c
<template> <template>
<div class="con-rule"> <div class="con-rule">
<header-pulic :data="headerData"></header-pulic> <!--<header-pulic :data="headerData"></header-pulic>-->
<div class="padding-top-liu"> <div class="bg_pic">
<div>好友注册并登录同联APP,邀请人和好友即可各自获得500元返现红包(邀请人获得邀请成交返现红包,被邀请人获得新人登录返现红包)!</div> <div class="img_con"><img :src="bg_pic" alt="" /></div>
<div>被邀请人成交后,邀请人和被邀请人的500元返现红包经同联财务审核后兑现至现金账户,用户可进行提现!</div> <div class="img_erweima"><img :src="C_download" alt="" /></div>
<div>被邀请人的首次登录时间要提前于经纪人收意向金时间48小时,返现红包才有效。</div> <p>识别二维码</p>
<div>成交后客户违约,则已兑现红包在退款金里扣除!</div> <p>下载领红包</p>
<div>最终解释权归同联商业官方所有!</div>
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import bg_pic from '@/components/inviteRules/images/Group12@2x.png';
import C_download from '@/components/inviteRules/images/C_download@2x.png';
import '@/assets/js/layer041002.js'; import '@/assets/js/layer041002.js';
export default { export default {
data: () => ({ data: () => ({
...@@ -21,6 +22,8 @@ ...@@ -21,6 +22,8 @@
'noborder': false, 'noborder': false,
'isBack': false 'isBack': false
}, },
bg_pic,
C_download
}), }),
methods: { methods: {
...@@ -29,18 +32,34 @@ ...@@ -29,18 +32,34 @@
</script> </script>
<style scoped> <style scoped>
.con-rule{ .bg_pic{
width: 100%;
height: 100vh;
background: #fff;
}
.padding-top-liu{
color: #fff;
height: 12.6rem;
box-sizing: border-box; box-sizing: border-box;
padding: .2rem .3rem; padding-top: 7.86rem;
font-size: .28rem; width: 7.5rem;
line-height: .6rem; height: 20.16rem;
background: url(images/Group@2x.png) no-repeat center; background: url(images/red_bg.png) no-repeat center;
background-size: 7.5rem 20.16rem;
}
.img_con,.img_erweima{
text-align: center;
}
.img_erweima{
margin-top: .3rem;
}
.img_con img{
width: 6.28rem;
height: 8.46rem;
}
.img_erweima img{
width: 1.8rem;
height: 1.8rem;
}
.bg_pic p{
text-align: center;
font-size:.28rem;
color:rgba(255,255,255,1);
}
.bg_pic p:nth-of-type(1){
margin-top: .2rem;
} }
</style> </style>
\ No newline at end of file
<template> <template>
<div class="con-rule"> <div class="con-rule">
<header-pulic :data="headerData"></header-pulic> <!--<header-pulic :data="headerData"></header-pulic>-->
<div class="padding-top-liu"> <div class="bg_pic">
<div>好友注册并登录同联APP,邀请人和好友即可各自获得500元返现红包(邀请人获得邀请成交返现红包,被邀请人获得新人登录返现红包)!</div> <div class="img_erweima"><img :src="C_download" alt="" /></div>
<div>被邀请人成交后,邀请人和被邀请人的500元返现红包经同联财务审核后兑现至现金账户,用户可进行提现!</div> <p>识别二维码</p>
<div>被邀请人的首次登录时间要提前于经纪人收意向金时间48小时,返现红包才有效。</div> <p>下载领红包</p>
<div>成交后客户违约,则已兑现红包在退款金里扣除!</div>
<div>最终解释权归同联商业官方所有!</div>
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import C_download from '@/components/inviteRules/images/C_download@2x.png';
import '@/assets/js/layer041002.js'; import '@/assets/js/layer041002.js';
export default { export default {
data: () => ({ data: () => ({
...@@ -21,6 +19,7 @@ ...@@ -21,6 +19,7 @@
'noborder': false, 'noborder': false,
'isBack': false 'isBack': false
}, },
C_download
}), }),
methods: { methods: {
...@@ -29,18 +28,27 @@ ...@@ -29,18 +28,27 @@
</script> </script>
<style scoped> <style scoped>
.con-rule{ .bg_pic{
width: 100%;
height: 100vh;
background: #fff;
}
.padding-top-liu{
color: #fff;
height: 12.6rem;
box-sizing: border-box; box-sizing: border-box;
padding: .2rem .3rem; padding-top: 12rem;
font-size: .28rem; width: 7.5rem;
line-height: .6rem; height: 16.24rem;
background: url(images/Group@2x.png) no-repeat center; background: url(images/video_bg@2x.png) no-repeat center;
background-size: 7.5rem 16.24rem;
}
.img_erweima{
text-align: center;
}
.img_erweima img{
width: 1.8rem;
height: 1.8rem;
}
.bg_pic p{
text-align: center;
font-size:.28rem;
color:#8B572A;
}
.bg_pic p:nth-of-type(1){
margin-top: .2rem;
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment