Commit ddc5af43 by 程智春

注册页面更新

parent b33af83f
......@@ -13,7 +13,7 @@
<div>{{test_isHaveUnion}}</div>--isHaveUnion-->
<!-- <div class="enterpriseLogin" @click="eLogin">账号登录</div> -->
</div>
<div class="toCLogin1" v-if="isShowPhone">
<div class="toCLogin1">
<div class="btn_info1">
<h1>绑定手机号</h1>
<span class="hint">检测到您的账号还未绑定手机号,请绑定手机号</span>
......@@ -479,32 +479,40 @@ export default {
color: #000;
align-items: center;
justify-content: space-around;
border: 0.5px solid #000;
// border: 0.5px solid #000;
border-radius: 5px;
padding: 15px;
z-index: 1;
background-color: #fff;
h1 {
text-align: center;
font-size: 22px;
font-size: 18px;
margin: 10px 15px;
font-weight: 700;
font-weight: normal;
}
.hint{
color: #888;
font-size: 15px;
text-align: center;
display: inline-block;
padding: 0 30px;
}
.btn {
margin-top: 25px;
background-color: #01d10c;
color: #fff;
background-color: #5CB83B;
color: #FFFAFA;
height: 45px;
border-radius: 5px;
font-size: 16px;
border-radius: 22.5px;
font-size: 15px;
line-height: 45px;
}
.btn2 {
border: 1px solid #000;
border: 1px solid #999;
height: 45px;
border-radius: 5px;
border-radius: 22.5px;
margin: 10px auto;
text-align: center;
font-size: 16px;
font-size: 15px;
line-height: 45px;
}
}
......
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