补充用户协议

master
liuweiwen 5 years ago
parent e6e382fa2a
commit 473ad69fa3

@ -1,6 +1,6 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title></title> <title></title>
<meta name="keywords" content="" /> <meta name="keywords" content="" />
@ -20,10 +20,10 @@
<link rel="stylesheet" type="text/css" href="__CSS__/foot_tabbar.css"> <link rel="stylesheet" type="text/css" href="__CSS__/foot_tabbar.css">
<link rel="stylesheet" type="text/css" href="__CSS__/loginPhTwo.css"> <link rel="stylesheet" type="text/css" href="__CSS__/loginPhTwo.css">
</head> </head>
<body class="unlr"> <body class="unlr">
<div class="loginPhTwo"> <div class="loginPhTwo">
<!-- 子页公共头部 --> <!-- 子页公共头部 -->
<div class="subpage-heard">手机注册 <div class="subpage-heard">手机注册
<a href="javascript:window.history.go(-1);" class="arrows"></a> <a href="javascript:window.history.go(-1);" class="arrows"></a>
@ -43,13 +43,15 @@
<div class="jsgetcode">获取验证码</div> <div class="jsgetcode">获取验证码</div>
</div> </div>
<button class="login-btn submit">注册</button> <button class="login-btn submit">注册</button>
<div class="login-agreement">注册即表示同意<a href="{:U('News/protocol')}">《用户协议》</a></div>
</div> </div>
</div> </div>
<div class="popmsg pop-dialog" style="font-size: .28rem"></div> <div class="popmsg pop-dialog" style="font-size: .28rem"></div>
<script src="__JS__/pop.lwx.min.js"></script> <script src="__JS__/pop.lwx.min.js"></script>
<script src="__JS__/common.js"></script> <script src="__JS__/common.js"></script>
<script> <script>
var pmsg = $('.popmsg').pop(); var pmsg = $('.popmsg').pop();
$(function() { $(function() {
$(".clearStr").click(function(){ $(".clearStr").click(function(){
@ -123,6 +125,6 @@
pmsg.msg('请输入手机号码');event.preventDefault(); pmsg.msg('请输入手机号码');event.preventDefault();
} }
}); });
</script> </script>
</body> </body>
</html> </html>

@ -10,7 +10,7 @@
<form id="form" action="" method="post" onsubmit="return false" class=""> <form id="form" action="" method="post" onsubmit="return false" class="">
<div class="name"> <div class="name">
<!-- 子页公共头部 --> <!-- 子页公共头部 -->
<div class="subpage-heard">修改名字 <div class="subpage-heard">修改昵称
<a href="javascript:window.history.go(-1);" class="arrows"></a> <a href="javascript:window.history.go(-1);" class="arrows"></a>
</div> </div>
<div class="name-info"> <div class="name-info">

@ -77,4 +77,14 @@
line-height: 0.8rem; line-height: 0.8rem;
outline: 0; outline: 0;
border: 0; border: 0;
} }
.login-agreement {
font-size: 0.24rem;
color: #292929;
margin-top: 0.32rem;
}
.login-agreement>a {
color: #389AED;
font-size: 0.24rem;
}
Loading…
Cancel
Save