2 Star 0 Fork 0

Turing-Tang/html_ Reviewers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
regist.html 3.28 KB
一键复制 编辑 原始数据 按行查看 历史
Turing-Tang 提交于 2016-11-01 14:22 . 1101 email-->邮箱
<!DOCTYPE html>
<html>
<head>
<title>注册</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/hfer.css">
<link rel="stylesheet" type="text/css" href="css/iconfont.css">
<link rel="stylesheet" type="text/css" href="css/regist.css">
<script type="text/javascript" src="js/framework/jquery-1.11.1.min.js"></script>
</head>
<body>
<div class="header">
<h5>昆明民族干部学院学报</h5>
<h3>Journal of Kunming National Cadres Academy</h3>
</div>
<div class="nav">
<ul>
<li><a href="#">网站首页</a></li>
<li><a href="#">杂志介绍</a></li>
<li><a href="#">投稿须知</a></li>
<li><a href="#">联系我们</a></li>
<li><a href="#">English</a></li>
</ul>
</div>
<div class="main">
<div class="content">
<h3>用户注册</h3>
<div class="regist-box">
<div class="regist-item">
<span class="inputtitle">姓名</span>
<input type="text" class="inputtext">
</div>
<div class="regist-item">
<span class="inputtitle">昵称</span>
<input type="text" class="inputtext">
</div>
<div class="regist-item regist-select">
<span class="inputtitle">性别</span>
<select class="regist-sex">
<option value="男"></option>
<option value="女"></option>
</select>
</div>
<div class="regist-item">
<span class="inputtitle">密码</span>
<input type="password" class="inputtext">
</div>
<div class="regist-item" style="padding-right: 25px;">
<span style="padding-right: 10px;">确认密码</span>
<input type="password" class="inputtext">
</div>
<div class="regist-item">
<span class="inputtitle">邮箱</span>
<input type="text" class="inputtext">
</div>
<div class="regist-item" style="padding-right: 25px;">
<span style="padding-right: 10px;">电话号码</span>
<input type="text" class="inputtext">
</div>
<div class="regist-item regist-yanzhen">
<span class="inputtitle">验证码</span>
<input type="text" class="yanzheninput">
<img src="images/yanzheng.jpg" class="yanzheng-img">
</div>
<input type="button" value="注册" class="inputtext input-regist">
</div>
</div>
</div>
<div class="footer">
<p>版权所有:《昆明民族干部学院学报》</p>
<p>京ICP备07501735号</p>
<p>主管单位:中国人名解放军南部战区 &nbsp; 主办单位:昆明民族干部学院</p>
<p>地址:北京市朝阳区酒仙桥北路乙7号 邮政编码:100015 电话:010-59570245/6/1 传真:010-64386734</p>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/TuringTang/html_-Reviewers.git
git@gitee.com:TuringTang/html_-Reviewers.git
TuringTang
html_-Reviewers
html_ Reviewers
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385