H5 71-网易注册界面4
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>71-网易注册界面4</title>
<style>
/*1.清空默认边距*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
margin:0;padding:0
}
/*2.清空默认样式*/
a{
text-decoration: none;
color: #ccc;
}
ul, ol{
list-style: none;
}
/*3.利用body设置整个界面的文字信息
文字大小 文字字体 文字颜色
*/
body{
font-size:12px;
font-family:"宋体";
color: #333;
}
.header{
width: 960px;
height: 80px;
margin:0 auto;
padding-top: 28px;
box-sizing: border-box;
}
.header .logo{
width: 644px;
height: 27px;
background: url("images/glb_v2.png") no-repeat 0 0;
float: left;
}
.header .logo a{
display: inline-block;
width: 130px;
}
.header .links{
width: 200px;
height: 27px;
float: right;
text-align: right;
}
.header .links a{
line-height: 27px;
}
.content{
width: 960px;
height: 600px;
margin:0 auto;
}
.content .top{
width: 960px;
height: 38px;
background: url("images/line-center.png") repeat-x;
}
.content .left{
width: 960px;
height: 38px;
background: url("images/line-left.png") no-repeat left 0;
}
.content .right{
width: 960px;
height: 38px;
background: url("images/line-right.png") no-repeat right 0;
}
.content .right h1{
color: white;
font-size: 12px;
line-height: 38px;
text-indent: 2em;
}
.content .bottom{
width: 960px;
height: 562px;
}
.content .bottom .article{
width: 642px;
height: 562px;
float: left;
padding-top: 50px;
padding-left: 80px;
box-sizing: border-box;
background-color: #f9f9f9;
border: 1px solid #ccc;
border-top:none;
}
.content .bottom .article .articleTop{
width: 560px;
height: 60px;
}
.content .bottom .article .articleTop ul{
width: 412px;
height: 34px;
background: url("images/tab.jpg") no-repeat left 0;
}
.content .bottom .article .articleTop ul li{
float: left;
width: 137px;
height: 34px;
line-height: 34px;
text-align: center;
}
.content .bottom .article .articleBottom{
width: 560px;
height: 373px;
}
.content .bottom .article .articleBottom .line{
width: 413px;
height: 28px;
}
.content .bottom .article .articleBottom .line .star{
width: 0px;
color: red;
}
.content .bottom .article .articleBottom .line span{
width: 60px;
height: 28px;
float: left;
line-height: 28px;
text-align: right;
}
.content .bottom .article .articleBottom .line div{
width: 333px;
height: 28px;
float: right;
}
.content .bottom .article .articleBottom .line input{
width: 214px;
height: 24px;
}
.content .bottom .article .articleBottom .line .special{
width: 324px;
}
.content .bottom .article .articleBottom .line select {
width: 100px;
height: 28px;
}
.content .bottom .article .articleBottom .line img{
width: 100px;
height: 28px;
float: left;
}
.content .bottom .article .articleBottom .line .vcodeInput{
float: left;
margin-right:10px;
}
.content .bottom .article .articleBottom p{
margin-left: 80px;
line-height: 28px;
border:none;
}
.content .bottom .article .articleBottom input[type=submit]{
width: 119px;
height: 37px;
background: url("images/glb_v2.png") no-repeat -144px -360px;
border:none;
font-size: 20px;
color: white;
margin-left: 80px;
margin-top:20px;
}
.content .bottom .aside{
width: 318px;
height: 562px;
background-color: tomato;
float: right;
padding-top: 105px;
padding-left: 45px;
box-sizing: border-box;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-top:none;
}
.footer{
width: 960px;
height: 48px;
margin:0 auto;
}
.footer p{
color: #ccc;
text-align: center;
line-height: 48px;
}
</style>
</head>
<body>
<!--头部开始-->
<div class="header">
<div class="logo">
<a href="#" title="网易163免费邮"></a><a href="#" title="网易126免费邮"></a><a href="#" title="网易Yeah.net免费邮"></a>
</div>
<div class="links">
<a href="#">了解更多</a>
|
<a href="#">反馈意见</a>
</div>
</div>
<!--头部结束-->
<!--内容开始-->
<div class="content">
<!--内容顶部-->
<div class="top">
<div class="left">
<div class="right"><h1>欢迎注册无限容量的网易邮箱!邮件地址可以登录使用其他网易旗下产品。</h1></div>
</div>
</div>
<!--内容顶部结束-->
<!--内容底部-->
<div class="bottom">
<div class="article">
<div class="articleTop">
<ul>
<li>注册字母邮箱</li>
<li>注册手机号码邮箱</li>
<li>注册VIP邮箱</li>
</ul>
</div>
<div class="articleBottom">
<div class="line">
<span><span class="star">*</span>邮件地址</span>
<div>
<input type="text" value="建议使用手机号码注册">@<select>
<option value="163.com">163.com</option>
<option value="126.com">126.com</option>
<option value="lnj.net">lnj.net</option>
</select>
</div>
</div>
<p>6~18个字符,可使用字母、数字、下划线,需以字母开头</p> <div class="line">
<span><span class="star">*</span>密码</span>
<div>
<input type="password" class="special">
</div>
</div>
<p>6~16个字符, 区分大小写</p> <div class="line">
<span><span class="star">*</span>确认密码</span>
<div>
<input type="password" class="special">
</div>
</div>
<p>请再次填写密码</p> <div class="line">
<span><span class="star">*</span>手机号码</span>
<div>
<input type="password" class="special">
</div>
</div>
<p>忘记密码时,可以通过该手机号码快速找回密码</p> <div class="line">
<span><span class="star">*</span>验证码</span>
<div>
<input type="text" class="vcodeInput">
<img src="data:images/vcode.jpg" alt="">
</div>
</div>
<p>请填写图片中的字符, 不区分大小写</p> <p>
<input type="checkbox" checked="checked">
同意
<a href="#">“服务条款”</a>
和
<a href="#">“隐私权保护和个人信息利用政策”</a>
</p> <input type="submit" value="立即注册">
</div>
</div>
<div class="aside">
<img src="data:images/wy_right.jpg" alt="">
</div>
</div>
<!--内容底部结束-->
</div>
<!--内容结束-->
<!--底部开始-->
<div class="footer">
<p>
<a href="#">关于网易</a>
<a href="#">关于网易免费邮</a>
<a href="#">邮箱官方博客</a>
<a href="#">客户服务</a>
<a href="#">隐私政策</a>
| 网易公司版权所有 © 1997-2016</p>
</div>
<!--底部结束-->
</body>
</html>

H5 71-网易注册界面4的更多相关文章
- HTML51-清除浮动overflow、网易注册界面基本结构搭建
一.overflow:hidden;作用 (1)可以将超出标签范围的内容裁剪掉 (2)清除浮动 .box1{ background-color: red; /*border:1px white sol ...
- HTML连载56-网易注册界面实战之全部代码
一.今天完成了网易邮箱注册界面的全部编写,编写一个小小的网页就需要这么多时间来进行设计.测量.排版.编写.测试,才能进行使用,同时编写这个网页复习了几乎前面的所有内容,最后来一个汇总就可以了. < ...
- HTML登录注册界面怎么制作?
在没有学习CSS样式的前提下,是如何做一个简单的注册界面的. 一.表单标签(form) 首先我们先写一个<form></form>的标签,form标签属于表单标签,通常我们的登 ...
- iOS开发——UI进阶篇(八)pickerView简单使用,通过storyboard加载控制器,注册界面,通过xib创建控制器,控制器的view创建,导航控制器的基本使用
一.pickerView简单使用 1.UIPickerViewDataSource 这两个方法必须实现 // 返回有多少列 - (NSInteger)numberOfComponentsInPicke ...
- HTML练习----注册界面
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...
- tkinter 创建登陆注册界面
import tkinter as tk from tkinter import messagebox #设置窗口居中 def window_info(): ws = window.winfo_scr ...
- 使用Boostrap框架写一个登录\注册界面
Bootstrap是一个Web前端开发框架,使用它提供的css.js文件可以简单.方便地美化HTML控件.一般情况下,对控件的美化需要我们自己编写css代码,并通过标签选择器.类选择器.ID选择器为指 ...
- Web前端-网站首页和注册界面的实现
首页用到的知识如下: 1.bootstrap框架 2.jQuerry实现页面定时弹出广告 注册界面用到的知识: 1.bootstrap框架 2.jQuerry实现省市联动操作 3.jQuerry实现表 ...
- 实践练习_使用HTML标签制作一个注册界面03
使用HTML标签制作一个注册界面▲▲▲▲★1) 注册界面需要有用户名.密码.性别(单选).爱好(多选).专业(下拉列表)2) 注册界面需要有隐藏域和文件域3) 注册界面需要有提交和重置按钮4) 将上述 ...
随机推荐
- [20181015]为什么是3秒.txt
[20181015]为什么是3秒.txt --//以前测试:连接http://blog.itpub.net/267265/viewspace-2144765/=>为什么是12秒.txt.--// ...
- 详解PHP中的过滤器(Filter)
PHP 过滤器用于验证和过滤来自非安全来源的数据,比如用户的输入. 什么是 PHP 过滤器? PHP 过滤器用于验证和过滤来自非安全来源的数据. 验证和过滤用户输入或自定义数据是任何 Web 应用程序 ...
- qt designer设置界面是label中文字与文本框对齐设置
往往在使用 qt designer布置界面时,添加的label和文本框中是直接从工具箱中拖进去的,由于每个控件尺寸大小不一,就会造成label中的文字相对于文本框比较较偏上,看下面未经调整的直接效果 ...
- 06.Python网络爬虫之requests模块(2)
今日内容 session处理cookie proxies参数设置请求代理ip 基于线程池的数据爬取 知识点回顾 xpath的解析流程 bs4的解析流程 常用xpath表达式 常用bs4解析方法 引入 ...
- 【Linux基础】tr命令替换和删除字符
1.tr命令 tr可以对来自标准输入的字符进行替换.压缩和删除,可以将一组字符变成另外一组字符.通过使用 tr,您可以非常容易地实现 sed 的许多最基本功能.您可以将 tr 看作为 sed 的(极其 ...
- vue调试工具的安装
开发避免不了的就是调试工具,因为vue是进行数据驱动的,单从chrome里面进行element查看,查不到什么鸟东西,必须要进行对数据动向进行关查 首先是下载这个工具,github下载地址:https ...
- Scrapy 框架 总结
总结: 1.中间件:下载中间件(拦截请求和响应) - process_request: - prceess_response: - process_exception: - 请求: - UA伪装: - ...
- SQL 简介
SQL 是用于访问和处理数据库的标准的计算机语言. 什么是 SQL? SQL 指结构化查询语言 SQL 使我们有能力访问数据库 SQL 是一种 ANSI 的标准计算机语言 编者注:ANSI,美国国家标 ...
- NGINX+PHP+ZABBIX,推荐
https://www.cnblogs.com/liuzhennan/articles/5319280.html
- centos7下升级SSH
Linux 发行版中集成的 SSH 软件版本都比较老,存在着一些漏洞和安全隐患,需要升级 SSH 服务软件修补漏洞提升系统安全. SSH:SSH 有许多标准,通常 Linux 中 ( Redhat, ...