Commit 31c260e3 by 冷斌

update

parent 557e6dd9
......@@ -284,3 +284,20 @@
.Register .Inviter_number { font-size: 0.65rem; color: #fff; margin-top: 0.4rem; line-height: 0.9rem; }
.Register .inviteTxt { font-size: 0.8rem; font-weight: 600; color: #fff; margin-top: 0.2rem; line-height: 1.1rem; }
.Register .Register_btn:active { box-shadow: inset 0 3px 5px rgba(0,0,0,.3); }
/* 指引认证 */
.renzhengImg { margin-top: 40px; text-align: center; width: 100%; }
.renzhengImg img{ width: 6.45rem; height: 3.75rem; }
.tipsTitle { font-size: 0.7rem; color: #333; text-align: center; margin-top: 20px; }
.tipsText { font-size: 0.7rem; color: #999; text-align: center; line-height: 1rem; }
.nowRenz { width: 10rem; height: 2.2rem; border-radius: 1.1rem; background: #C45EFF; margin: 0 auto; margin-top: 5.35rem; text-align: center; line-height: 2.2rem; font-size: 0.7rem; color: #fff; }
.zhuboXieyi { font-size: 0.7rem; color: #999; text-align: center; position: fixed; bottom: 1.2rem; width: 100%; z-index: 2; }
.jiazuBg { position: fixed; width: 100%; height: 100%; z-index: 3; background:rgba(0,0,0,0.36); top: 0; left: 0; }
.jiazurzBox { width: 15rem; border-radius:0.4rem; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.jiazurzTitle { width: 100%; text-align: center;padding-top: 0.75rem; font-size: 0.9rem; color: #333; font-weight: 600; }
.jiazuIdbox { width: 100%; height: 2.2rem; margin-top: 1.2rem; border-radius: 0.3rem; padding: 0.6rem; background: rgba(0,0,0,0.05); display: flex; align-items: center; }
.jiazuIdbox input { flex: 1; font-size: 0.7rem; color: #333; background: none; }
.jiazuIdbox input::-webkit-input-placeholder { color: #999; }
.jiazuIdbox img { width: 1rem; height: 1rem; }
.surejiazuId { width: 100%; margin-top: 2.2rem; height: 2.7rem; background: #C45EFF; text-align: center; line-height: 2.7rem; color: #fff; font-size: 0.8rem; border-radius: 0 0 0.4rem 0.4rem; }
.passjiazuId { width: 100%; position: absolute;bottom: -2rem; left: 0; text-align: center; color: #fff; font-size: 0.8rem; }
......@@ -9,6 +9,39 @@
<body style="background: #f9f9f9;">
<div class="app" id="app">
<div class="smrz">
<div class="topbar">
<img class="topbar_img" src="__PUBLIC__/appapi/img/nav_fanhui.png" alt="">
<div class="top_title">实名认证</div>
</div>
<div class="renzhengImg">
<img src="__PUBLIC__/appapi/img/wabt.png" >
</div>
<div class="tipsTitle">亲爱的用户</div>
<div class="tipsText" style="margin-top: 0.6rem;">为保证资金安全</div>
<div class="tipsText">开播前请通过身份认证绑定账户</div>
<div class="tipsText">通过认证可以获得更好的体验</div>
<div class="nowRenz">立即认证</div>
<div class="zhuboXieyi">认证即同意<a href="#" style="color: #C45EFF;">主播协议</a></div>
<!-- 输入家族id部分 -->
<div class="jiazuBg" v-show="false">
<div class="jiazurzBox">
<div class="jiazurzTitle">家族ID</div>
<div style="width: 100%; padding: 0 .85rem;">
<div class="jiazuIdbox">
<input type="text" placeholder="请输入家族ID" />
<img src="__PUBLIC__/appapi/img/Group.png" >
</div>
</div>
<div class="surejiazuId">确定</div>
<div class="passjiazuId">跳过</div>
</div>
</div>
</div>
<div class="smrz">
<div class="contentBox">
<div class="list">
<div class="list_hd">姓名</div>
......
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