请用PHP给我写一个登录注册的页面,要现代化流行好看的UI
<?php
//登录页面
<!DOCTYPE html>
<html>
<head>
<title>登录注册</title>
<meta charset="utf-8">
<style type="text/css">
* {margin: 0; padding: 0;}
#container {width: 800px; margin: 0 auto;}
.login {width: 350px; float: left; background-color:#CCCCCC ; border-radius: 5px; padding-top: 20px;}
.register {width: 350px; float: left; background-color:#FFFFFF ;border-radius :5px;; padding-top :20px;}
input[type=text], input[type=password]{ width :200px ; height :30px ; line -height :30 px ; border -radius :3 px ; border :1 px solid #ccc }
input[type=submit],input[type=reset]{ width :100 px ; height :30 px ; line -height :30 px }
</style>
</head>
<body>
<div id="container">
<div class="login">
<h2 style="text-align:center" > 登 录 </h2 >
<form action="" method="post" name = "formLogin" onsubmit = "return checkForm()">
用户名:<input type="text" name = "username"><br><br/>
密    码:<input type="password" name = "password"><br><br/>
验证码:<input type="text" name = "verifyCode"><img src=""/><br><br/> <input type = "submit" value = "提交"/>     &nbsb <input type = "reset" value = “重置"/> </form > </div > <!-- 注册 --> <div class = ”register“ > <h2 style=” text - align : center“ > 注 册 </ h2 > <!-- 表单 --> < form action="" method="post"> 用户名: < input type=”text “name=” username “>< br >< br /> 密 & nbsb & nbsb & nbsb 码 : < input type=” password “name=” password “>< br >< br /> 重复密码 : 《 input type=” password “name=” repassword “>< br >< br /> 邮 & nbsb & nbsb & nbsb 箱 ; 《 input tyoe='email' name='email' / >< Br >< Br / > 验证码;《 Input Type='Text' Name='VerifyCode'/ >< Img Src=""/ >< Br / >< Br / > 《 Input Type='Submit' Value='提交'/ >> >> >> >> >> >> >>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> NBSB NBSB NBSB NBSB NBSB NBSB <<<<<< <<<<<< <<<<<< <<<<<< <<<< Input Type='Reset' Value='重置'/>> </form> </div></div></body></html
创作工场
免责声明:
以上内容除特别注明外均来源于网友提问,创作工场回答,未经许可,严谨转载。
点击这里>>使用🔥专业版,更聪明、更完整、更原创!