我们可以用css来做这个登录的表格

具体的完整代码实现如下:

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>登录qq邮箱</title>
<style type="text/css">* {padding: 0;margin: 0;}.content {width: 1100px;height: 500px;}.content .text h1 {color: #1d5494;margin-bottom: 20px;}.content .text p {font-size: 13px;}.content .login {float: left;width: 350px;height: 400px;border: 1px solid #1d5494;}.content .login .sidebar {border-bottom: 1px solid #1d5494;height: 50px;line-height: 50px;}.content .login ul li {list-style-type: none;display: block;height: 50px;font-size: 16px;color: gray;}.content .login ul .tab1 {float: left;margin-left: 45px;cursor: pointer;}.content .login ul .tab2 {float: right;margin-right: 45px;cursor: pointer;}.content .login .acount {margin-top: 40px;margin-left: 27px;width: 280px;height: 35px;}.content .login .password {margin-top: 15px;margin-left: 27px;width: 280px;height: 35px;}.content .login .checkbox {float: left;margin-top: 30px;margin-left: 30px;width: 20px;height: 20px;border: 1px solid black;background: white;}.content .login p {margin-top: 30px;float: left;}.content .login .submit {margin-left: 27px;margin-top: 10px;width: 280px;height: 40px;background: cornflowerblue;border: 1px solid cornflowerblue;font-size: 16px;color: white;cursor: pointer;}.content .login .forget {float: left;margin-top: 80px;margin-left: 30px;}.content .login .new {float: right;margin-top: 80px;margin-right: 30px;}.content .login a {color: #1d5494;text-decoration: none;}.content .login a:hover {text-decoration: underline;}.footer a {color: #1d5494;text-decoration: none;}.footer a:hover {text-decoration: underline;}
</style>
<body>
<div class="content"><div class="login"><ul class="sidebar"><li class="tab1">微信登录</li><li class="tab2">QQ登陆</li></ul><input type="text" placeholder="支持QQ号/邮箱/手机号登录" class="acount"/><br><input type="password" placeholder="QQ密码" class="password"/><br><input type="checkbox" class="checkbox"/><p>下次自动登录</p><br><input type="submit" value="登录" class="submit"><nav><a href="#" class="forget">忘了密码?</a><a href="#" class="new">注册新账号</a></nav></div>
</div>
</body>
</html>

效果图:

web之qq邮箱登录界面相关推荐

  1. HTML+CSS 模拟QQ邮箱登录界面

    模拟QQ邮箱登录界面 index.html <!DOCTYPE html> <html lang="en"> <head><meta ch ...

  2. web自动化测试——QQ邮箱登录之Bussiness(login)登录操作

    from Commomlib.Commonlib import Commonclass Login(Common):'''继承Common类'''def login(self, user, pwd): ...

  3. 仿qq邮箱登录界面(html+css)

    具体代码如下: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> < ...

  4. QQ邮箱登录PC布局实战笔记二

    本文目标: 尽量100%还原QQ邮箱登录界面头部区域,掌握div之间的位置关系,掌握常见的定位技术和浮动技术.将头部所需要的HTML标签进行仔细学习. 开始准备: 浏览器:Firefox/Chrome ...

  5. 注册邮箱重定向到相应邮箱登录界面js

    这个功能其实还是比较常见的,使用最多的就是注册.邮箱验证.找回密码这些方面,例如注册后根据不同的邮箱后缀跳转到邮箱登录界面,例如注册的邮箱是xxx@163.com就跳转到网易的邮箱登录界面:填写的是x ...

  6. 3、React Native实战——实现QQ的登录界面

    今天记录的是使用React Native实现QQ的登录界面,如果不了解React Native,请看React Native中文网站:http://reactnative.cn/ 下面是一张手机QQ的 ...

  7. TOM 163VIP邮箱怎么登录?163.net邮箱登录界面是什么?

    当今时代科技快速发展,邮箱成为了我们上班族必备的办公软件.但是很多初入职场的员工还不知道如何使用TOM 163VIP邮箱,效率慢的同时,还有可能让领导不满意.邮箱怎么登录呢?163VIP邮箱登录界面是 ...

  8. [实战篇]关于QQ邮箱登录之测试用例

    今天,我们来分析一个关于QQ邮箱登录模块的测试用例: 邮箱登录模块它就只有两个,一个是登录账号,一个是登录密码.在上一篇注册模块的文章中分析过,如果是一个输入框的话,你就直接对这一个输入框进行等价类划 ...

  9. web实现QQ第三方登录

    web实现QQ第三方登录 开放平台-web实现QQ第三方登录 应用场景 web应用通过QQ登录授权实现第三方登录. 操作步骤 1  注册成为QQ互联平台开发者, http://connect.qq.c ...

  10. Java Web 实现 QQ第三方登录

    java web 实现QQ第三方登录功能 首先点击该链接进入腾讯开放平台 ,注册成为开发者 2.注册成功后到这个页面 3.创建web应用 4.填写基本信息(以前的这里会让你填写回调地址 ,现在改了) ...

最新文章

  1. COM:养分平衡在塑造植物根-真菌互作中的作用:事实与猜想
  2. from beautifulsoup4 import BeautifulSoup 报错
  3. Oracle 11G for redhat 自启动脚本
  4. 深入理解Webpack核心模块Tapable钩子[异步版]
  5. 通过IHS(IBM HTTP SERVER)转发WAS(WEBSPHERE)应用的小问题
  6. VTK:方向标记用法实战
  7. 套装门安装_室内套装门-油漆工艺
  8. Ubuntu 16.04 LTS与windows双系统时间同步解决方法
  9. go中如何使用easyjson_两分钟让你明白Go中如何继承
  10. 轻松解决远程链接的“Gtk-WARNING **: cannot open display;”或“Cannot connect to display;”问题
  11. 电商渠道转化越来越低,究竟怎样引流才能提高转化率?
  12. 解决Pycharm添加虚拟解释器的报错问题
  13. 如何在Windows上运行Redis?
  14. 微机期末速通---不挂科版
  15. 2021-2027全球与中国3D产品可视化平台市场现状及未来发展趋势
  16. 我的世界minecraft最新版1.16.5服务器及其Python开发环境搭建
  17. Kaggle泰坦尼克号生存预测挑战——数据分析
  18. 近世代数--特征--环的特征,域的特征
  19. 【转载】 下个月,Java 开启收费模式!
  20. Linux并发与同步专题 (4) Mutex互斥量

热门文章

  1. 夏天第一图noob sky
  2. 区块链会员积分系统如何构建及应用逻辑
  3. 英语四级和计算机二级考试时间安排,计算机二级考试时间一年几次呢
  4. 优秀html5网页设计,五个国外优秀的HTML5酷站欣赏|H5开发第二课
  5. MFC实现FTP服务器和FTP客户端
  6. 冬训成果何在?林丹无缘新赛季首冠状态成迷
  7. 小学生必背古诗70首
  8. 马斯克在推特说特斯拉股价太高导致大跌 会被罚吗
  9. 机器人导论 学习笔记2 - 运动学(D-H模型)
  10. python相关性分析