Commit 8394ef63 authored by agping's avatar agping

h5邀请注册

parent 213d1a03
This diff is collapsed.
......@@ -11,22 +11,21 @@
</div>
<div class="div-ranks li-item">
<input type="number" id="ranks" class="infos1" placeholder="请输入验证码">
<a class="send1" onclick="sends.send();">获取验证码</a>
<a class="send1">获取验证码</a>
</div>
<!--<li>
<span class="register-span">注册密码</span>
<input type="password" id="password" class="infos" placeholder="6-20位数字或字母">
</li>-->
<div class="register-div">
<img class="zc_nor_button" :src="yueduImage">
<a href="agreement.html">
我已阅读
<router-link to="/agreement" class='a-link'>
我已阅读
<span>
《同联商业服务协议》
</span>
</a>
</router-link>
</div>
<div class="div-conform" onclick="sends.conform();">
<div class="div-conform">
<a class="conform">提交</a>
</div>
<div class="clear"></div>
......@@ -34,7 +33,6 @@
<div class="qr-code-area2"><img :src="qrCodeImg" alt="" class="qrCodeImg"/></div>
<p class="qr-code-text">下载同联APP找商铺</p>
</div>
</div>
</div>
</div>
......@@ -123,7 +121,7 @@ body{
width: 73.3%;
position: absolute;
z-index: 3;
top: 6.3rem;
top: 5.8rem;
height: 2rem;
left: 13.2%;
}
......@@ -201,7 +199,7 @@ input::-webkit-input-placeholder{
display: block;
margin-left: 15%;
}
.register-div a{
.register-div .a-link{
float: left;
font-size: 0.22rem;
color: #666666;
......@@ -217,14 +215,14 @@ input::-webkit-input-placeholder{
}
.div-conform {
width: 100%;
height: 0.7rem;
height: 0.68rem;
background: #FE8F00;
float: left;
border-radius: 0.35rem;
line-height: 0.7rem;
line-height: 0.68rem;
font-size: 0.3rem;
text-align: center;
margin-top: 0.4rem;
margin-top: 0.3rem;
/*clear: both;*/
}
.div-conform a{
......@@ -238,12 +236,14 @@ input::-webkit-input-placeholder{
.qrCodeImg{
width: 1.66rem;
height: 1.66rem;
margin-top: .26rem;
}
.qr-code-text{
display: flex;
justify-content: center;
font-size: .24rem;
color: #999;
margin-top: .04rem;
}
.qr-code-area2{
text-align: center;
......
......@@ -47,7 +47,14 @@
'path': '/inviteRegister',
'nameCustom': '邀请注册',
'query': {
'id':'160',
// 'id':'160',
}
},
{
'path': '/agreement',
'nameCustom': '邀请注册协议',
'query': {
// 'id':'160',
}
}
]
......@@ -63,4 +70,4 @@
li{
line-height: .5rem;
}
</style>
\ No newline at end of file
</style>
......@@ -8,6 +8,7 @@ import feeds from '@/components/feed/feeds'
import reportDetails from '@/components/reportDetails/reportDetails'
import announcementDetails from '@/components/announcementDetails/announcementDetails'
import inviteRegister from '@/components/inviteRegister/inviteRegister'
import agreement from '@/components/inviteRegister/agreement'
Vue.use(Router)
......@@ -56,6 +57,11 @@ export default new Router({
path: '/inviteRegister',
name: 'v-invite-register',
component: inviteRegister
},
{
path: '/agreement',
name: 'v-agreement',
component: agreement
}
]
})
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