主界面

京东-欢迎登录

登录页面,调查问卷

依据《网络安全法》,为保障您的账户安全和正常使用,请尽快完成手机号验证! 新版《京东隐私政策》已上线,将更有利于保护您的个人隐私。

京东不会以任何理由要求您转账汇款,谨防诈骗。

扫码登录|

账号登录

忘记密码

登 录

QQ |

微信

立即注册

关于我们    |

联系我们    |

人才招聘       |

商家入驻    |

广告服务    |

手机京东    |

友情链接    |

销售联盟    |

京东社区    |

京东公益    |

English Site

Copyright © 2004-2018 京东JD.com 版权所有

引入的CSS文件

/*=====0、通用=====*/

*{

margin: 0;

padding: 0;

position: relative;

}

a{

text-decoration: none;

}

/*=====1、header=====*/

#header{

width: 100%;

height: 150px;

background-color: white;

}

#header .h-top{

width: 100%;

height: 100px;

}

#header .h-top .icon{

height: 60px;

position: absolute;

/*垂直居中*/

left: 150px;

top: 50%;

line-height: 60px;

margin: -30px 0 0;

}

#header .h-top a{

/*布局*/

position: absolute;

right: 40px;

bottom: 10px;

/*字体*/

font-size: 12px;

color: rgb(153,153,153);

/*背景图*/

background: url(../img/q-icon.png) no-repeat 0 center;

padding-left: 20px;

}

#header .h-top a:hover{

color: red;

text-decoration: underline;

}

#header .h-bottom{

width: 100%;

height: 50px;

background-color: rgb(255,248,240);

text-align: center;

}

#header .h-bottom div,.top-top{

display: inline;

}

#header .h-bottom div p,.top-top p{

font-size: 12px;

color: rgb(153,153,153);

display: inline;

}

#header .h-bottom div img,.top-top img{

top: 8px;

}

/*用背景图*/

/*#header .h-bottom p{

text-align: center;

height: 50px;

line-height: 50px;

font-size: 12px;

color: rgb(153,153,153);

background: url(../img/warning.png) no-repeat 230px center;

}*/

#header .h-bottom p a{

color: rgb(40,40,40);

}

#header .h-bottom p a:hover{

text-decoration: underline;

}

/*=====2、content=====*/

#content{

width: 100%;

height: 520px;

background: url(../img/ba.png) no-repeat 20% center;

background-color: rgb(11,142,212);

}

#content .input_div{

width: 344px;

height: 438px;

background-color: wheat;

position: absolute;

right: 160px;

top:10px;

}

#content .input_div .info-top{

height: 100px;

background-color: rgb(255,248,240);

text-align: center;

}

#content .input_div .info-top .top-bottom{

background-color: white;

height: 55px;

position: absolute;

width: 100%;

top: 45px;

/*设置中间竖线的颜色*/

color: rgb(200,200,200);

border-bottom:1px solid rgb(200,200,200);

}

#content .input_div .info-top .top-bottom button{

width: 160px;

height: 55px;

border: 0;

background-color:rgba(0,0,0,0);

font-size: 20px;

color: rgb(53,53,53);

}

#content .input_div .info-top .top-bottom button:hover{

color: red;

}

#content .input_div .info-top .top-bottom button:focus{

color: red;

/*按钮和输入框成为焦点后默认的边框,是outline*/

outline: none;

}

#content .input_div .info-middle{

height: 288px;

background-color: white;

border-top: 1px solid rgb(200,200,200);

border-bottom: 1px solid rgb(200,200,200);

}

/*用户名和密码*/

#content .input_div .info-middle .username,#content .input_div .info-middle .password{

background-color: white;

width: auto;

height: 50px;

position: absolute;

left: 20px;

right: 20px;

top: 40px;

border:1px solid rgb(180,180,180) ;

}

#content .input_div .info-middle .password{

top: 110px;

}

#content .input_div .info-middle img{

float: left;

height: 100%;

border:1px solid rgb(180,180,180)

}

#content .input_div .info-middle input{

border: 0;

float: left;

height: 100%;

width: auto;

padding-left:10px ;

}

#content .input_div .info-middle input:focus{

outline: none;

}

/*忘记密码*/

#content .input_div .info-middle a{

position: absolute;

top: 180px;

right: 20px;

font-size: 12px;

color: rgb(220,220,220);

}

#content .input_div .info-middle a:hover,.about:hover,.call:hover,.club:hover,.english:hover,.friend:hover,.love:hover,.peo:hover,.people:hover,.phone:hover,.shop:hover,.tall:hover{

color: red;

text-decoration: underline;

}

#content .info-middle #log{

background-color: red;

font-size: 20px;

letter-spacing: 23px;

height: 55px;

width: 89%;

position: absolute;

left: 20px;

right: 20px;

bottom: 30px;

}

#content .info-middle #log:focus{

color: yellow;

outline: none;

}

#content .input_div .info-bottom{

height: 50px;

background-color: white;

/*text-align: center;*/

}

/*

* 用列表调了半天感觉效果很勉强

* #content .input_div .info-bottom ul{

float: left;

list-style-position: initial;

list-style-type: circle;

}

#content .input_div .info-bottom .qq{

list-style-image: url(../img/qq.png);

position: absolute;

left: 30px;

top: 10px;

}

#content .input_div .info-bottom .wx{

list-style-image: url(../img/weixin.png);

position: absolute;

left: 100px;

top: 10px;

}*/

/*设置注册按钮*/

#content .input_div .info-bottom div {

top: 8px;

/*left: 111px;*/

display: inline;

}

#content .input_div .info-bottom .login{

position: absolute;

left: 12px;

}

#content .input_div .info-bottom .logon{

/*position: absolute;*/

left: 233px;

}

#content .input_div .info-bottom div p {

color: red;

display: inline;

}

#content .input_div .info-bottom div p:hover{

color: red;

text-decoration: underline;

}

#content .input_div .info-bottom div img{

top:6px

}

/*=====3、footer=====*/

#footer{

width: 100%;

height: 111px;

background-color: white;

color: rgb(153,153,153);

font-size: 12px;

text-align: center;

top: 5px;

}

#footer .versions{

top: 5px;

}

#footer .other a{

font-size: 12px;

color: rgb(220,220,220);

}

jd.gif.gif

今日总结:感觉上是听懂了,实际操作上还有所欠缺。总感觉自己写的代码运行出来的结果和预期效果相去甚远。比如说设置立即注册的字体颜色上时,在CSS中设置就会改变自己的布局,在p标签中一开始设置的颜色后来才反应过来应该是背景颜色。虽然运行结果没有表示出来,但也算是自己的后知后觉吧!最后通过在p标签中添加font标签对那四个字进行设置。今天感触最多的还是对网页的从整体到局部的具化过程,N个div模块的或平行或嵌套的组合将网页从整体细化到某个属性字段图片上的设置,其中趣味还在于乱中有序。

html京东 重置代码,拟写京东登录界面(HTML - CSS)相关推荐

  1. 有趣的HTML实例(七) 注册登录界面Ⅱ(css+js)

    你知道,有些鸟儿是注定不会被关在牢笼里的,它们的每一片羽毛都闪耀着自由的光辉. --<肖申克的救赎> 目录 一.前言 二.往期作品回顾 三.作品介绍 四.本期代码介绍 五.效果显示 六.编 ...

  2. 有趣的HTML实例(十五) 注册登录界面(css+js)

    我并不是每次吃完饭就看电视,有时我边吃边看电视,生活中有些改变会增加乐趣. --<加菲猫> 目录 一.前言 二.往期作品回顾 三.作品介绍 四.本期代码介绍 五.效果显示 六.编码实现 i ...

  3. java安卓登入界面代码_android项目——登录界面

    这周没啥新的学习感受,因为一直是在用学到的内容做案例. 上周敲出了一个登录界面的程序,登录之前必须要进行注册,进入注册界面后可以进行注册,将第一次注册时的用户名和密码写到两个文档中,然后注册完成后会跳 ...

  4. java wed登录面 代码_Java Web登录界面

    非常激动的开通了我的第一个博客,在这里希望大家能多多指点,相互学习. 一个简单的登录界面 首先我们先把这个登录分为三块: 一.数据库 数据库我用的是MYSQL: 二.前端 三.后台 1.  后台代码的 ...

  5. 青柠起始页样式书写+清新风格登录界面——Html+Css+JavaScript

    青柠起始页样式书写--Html+Css+JavaScript 效果展示 清新风格登录界面 首先是制作青柠其实起始页的html 构思一个结构 下面呈现代码 <!-- 作业专用html框架 --&g ...

  6. 爬虫爬取京东时被拦截到登录界面怎么办?

    爬虫京东数据的时候,链接老是自动跳转到京东的登录页面?? 京东的识别,会把这种行为视为爬虫,所以我们要模拟浏览器的浏览行为 在创建HttpGet请求的时候,设置请求头部信息"User-Age ...

  7. Qt 纯代码模仿 WPS 登录界面

    前言: 先看一下 WPS 的登陆界面 多看两遍 你会发现他的细节真的很多 比如 鼠标 hover 阴影背景 切换的翻页效果 然后我想的是我也实现一下这个大体的效果吧 最后 这个翻页动画效果没有实现 . ...

  8. Swift - 一个纯代码实现的登录界面(带猫头鹰动画效果)

    这个是一个可爱的登录框页面,动画效果仿自国外网站readme.io.在GitHub上有人写了个objective-C版本,这里我翻译成Swift版的分享给大家. 效果图如下: (1)当输入用户名时,猫 ...

  9. java wed登录面 代码_java web 登录界面

    JavaScript一种直译式脚本语言,是一种动态类型.弱类型.基于原型的语言,内置支持类型.它的解释器被称为JavaScript引擎,为浏览器的一部分,广泛用于客户端的脚本语言,最早是在HTML(标 ...

  10. java比较炫的登录界面_html+css实现漂亮的透明登录页面,HTML实现炫酷登录页面...

    承蒙各位小伙伴的支持,鄙人有幸入围了<CSDN 2020博客之星>的前200名,现在进入投票环节,如果我平时写的文章和分享对你有用的话,请每天点击一下这个链接,投上你们宝贵的一票吧!谢谢! ...

最新文章

  1. 【Java Web前端开发】前端框架 bootstrap+jquery+angularjs探索
  2. 沉默是金不如开口为银
  3. 物理服务器转虚拟服务器,物理服务器转虚拟服务器
  4. 一些重要的算法(转)
  5. cmake-gui出错解决方法
  6. oc基础-self关键字的使用
  7. 找树根和孩子(信息学奥赛一本通-T1336)
  8. C语言课后习题(21)
  9. smashing the stack for fun and profit 译文
  10. SpringBoot开发案例之拦截器注入Bean
  11. Gnu Screen用法 【转】
  12. eclipse怎么将项目打包成jar文件
  13. 计算机快捷指令ip,IP小技巧之如何使用DOS命令行快速修改电脑IP地址?
  14. 易鲸捷钱库新特性之SQL级别HINT功能初见
  15. SVN update拒绝访问,clean up失败
  16. 64位计算机最大寻址,为什么说32位操作系统的寻址空间是4G
  17. PHPexcel文档 laravelExecl可参考
  18. IOS开发高手课第三篇 App Auto Layout 是怎么进行自动布局的,性能如何?
  19. Mysql数据库引擎的区别
  20. 微信hook——登录界面的账号密码

热门文章

  1. 游戏视频录制用什么软件?这2款软件,用过都说好
  2. Coder fresher 要知道底层么
  3. 解决android.support.multide... keeps stopping问题
  4. python缺失值处理 fillna_python 处理缺失值
  5. R语言ETL系列:创建字段(mutate)
  6. 微信小程序清除Webview缓存
  7. 滴滴裁员2000人:老板辞退你,从来都不是因为钱
  8. 如何用 Python 编写 Alfred Workflow
  9. openlayers中绘制态势箭头、进击箭头、钳击箭头等
  10. 2021最新Java后端面经合集 | 阿里腾讯百度字节