当前位置: 首页 > news >正文

html+css(如何用css做出京东页面,静态版)

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>京东</title><link rel="stylesheet" href="./css/top.css"><link rel="stylesheet" href="./css/center.css"><link rel="stylesheet" href="./css/bottom.css"><link rel="stylesheet" href="./css/three.css">
</head>
<body><!-- 头部 --><div id="top"><img src="./tu/logo.png" alt=""><img src="./tu/l-icon.png" alt="" id="login"><span id="denglu"><a href="./调查问卷.html">登录页面,改进建议</a></span></div><!-- 第二部分 --><div id="part"><div id="tips"><ul><li>依据《网络安全法》,为保障您的账户安全和正常使用,请尽快完成手机号验证!新版 <span id="color"><a href="./隐私政策.html">《京东隐私政策》</a></span>已上线,将更有利于保护您的隐私。</li></ul></div></div><!-- 第三部分 --><div id="zong"><!-- 图片 --><div id="lg"><!--表单--><div id="ziti"><!-- 页面上部分 --><div id="zhuang"> 京东不会以任何理由要求您转账,谨防诈骗 </div><div id="code"></div><span id="quite">扫码登录安全快捷</span><div id="red"><a href="#" class="enter">密码登录</a><a href="./短信.html" class="note">短信登录</a></div><div id="e-mail"><input type="text" name=""  placeholder="账户名/手机号/邮箱" class="case"><input type="password" placeholder="密码" class="case"><a href="#" class="forget">忘记密码</a></div><input type="submit" id="inter" value="登录"><!-- QQ微信 --><div id="we"><div id="qq"><a href="https://im.qq.com/index/">QQ</a></div><div id="WeChat"><a href="https://wx.qq.com/">微信</a></div><a href="#" class="login">立即注册</a></div></div></div><!-- 第四部分 --><div id="four"><a href="#">关于我们</a>|<a href="#">联系我们</a>|<a href="#">人才招聘</a>|<a href="#">商家入住</a>|<a href="#">广告服务</a>|<a href="#">手机京东</a>|<a href="#">友情链接</a>|<a href="#">销售联盟</a>|<a href="#">京东社区</a>|<a href="#">京东公益</a><br><br><span id="copyright"> Copyright © 2004-2023 京东JD.com 版权所有</span></div></div>
</body>
</html>
/* 顶部 */
*{margin: 0px auto;padding: 0px;color: grey;font-size: 12px;
}
body{background-color: rgb(255, 255, 255);
}#top{width: 990px;background-color: rgb(255, 255, 255);
}margin-left: 10px;
}
#denglu a{margin-left: 300px;padding-left: 20p
#login{x;text-decoration: none;background: url(../tu/q-icon.png) no-repeat 1px;
}
/* 第二部分*/
#tips{width: 990px;background: url(../tu/icon-tips.png) no-repeat 100px;background-color: rgb(255, 248, 240);padding-top: 10px; padding-bottom: 10px; 
}
#tips li{text-align: center;list-style: none;
}
#part{background-color:rgb(255, 248, 240);
}
#color a{color: black;text-decoration: none;
}
/* 整体 第三部分 */
#zong{height: 475px;background-color: rgb(235, 221, 210);}
#lg{width: 990px;height: 475px;background-image: url(../tu/bg.jpg) ;}
#zhuang{width: 300px;height: 20px;border-radius: 10px;margin-right: 1px; text-align: center;border-radius: 15px;color: rgb(248, 116, 76);background: url(../tu/icon-tips.png) no-repeat 1px;background-position: 15px 0px;background-color: antiquewhite;
} 
#ziti{width: 300px;float: right;margin-top: 100px;border-radius: 10px;background-color: rgb(252, 250, 247); 
}
#code{width: 50px;height: 42px;background-image: url(../tu/qrcode.png);background-size: 50px 50px;float: right;
} 
#quite{color: rgb(249, 244, 244);font-size: 16px;padding: 2px 10px;background-color:rgb(158, 156, 156) ;margin-left: 90px; border-radius: 5px;
}#red{margin-top: 15px;
}
#red a{text-decoration: none;font-size: 17px;}
.enter{color: red;padding-left: 20px;
}
.note{padding-left: 20px;
}
#e-mail{margin: 10px 20px;
}
.case{width: 250px;border-radius: 5px;margin-bottom: 15px;padding: 8px;border: 1px solid rgb(151, 150, 150);}
.forget{text-decoration: none;float: right;color: black;
}
#inter{width: 260px;height: 30px;font-size: 14px;color: rgb(243, 237, 237);margin-left: 20px;margin-top: 10px;background-color: rgb(224, 92, 92);border: none;border-radius: 5px;
}
#we{margin-top: 30px;width: 285px;height: 30px;padding-top: 20px;padding-left: 15px;border-radius: 0px 10px;background-color: rgb(226, 223, 221);
}
#qq{width: 19px;height: 18px;background: url(../tu/QQ-weixin.png) ;float: left;
}
#qq a{text-decoration: none;padding-left: 25px;
}
#WeChat{width: 19px;height: 18px; background: url(../tu/QQ-weixin.png) ;background-position: 19px;
}
#WeChat a{text-decoration: none;width: 50px;padding-left: 25px;display: inline-block;
}
.login{text-decoration: none;float: right;margin-top: -17px;background-color: rgb(red, green, blue);
}
/* 第四部分 底部*/
#four{width: 990px;height: 100px;padding-top: 20px;text-align: center;background-color: rgb(255, 255, 255);
}
#four a{padding: 10px;color: black;text-decoration: none;text-align: center;
}
#copyright{color: black;
}

需图找我噢~

相关文章:

  • 北京网站建设多少钱?
  • 辽宁网页制作哪家好_网站建设
  • 高端品牌网站建设_汉中网站制作
  • Directives Vue3 自定义指令
  • 由于安全风险,安全领导者考虑禁止人工智能编码
  • 【html】基础(一)
  • SQLServer数据分页
  • 关于 mybatis-plus-boot-starter 与 mybatis-spring-boot-starter 的错误
  • 快速理解TCP协议(一)——TCP协议深度解析
  • Ubuntu20.04 搜索不到任何蓝牙设备
  • 微软宣布弃用面向企业的WSUS更新服务 仍然保留该服务但不再添加任何新功能
  • 50页PPT麦肯锡精益运营转型五步法
  • Android RecyclerView 实现 GridView ,并实现点击效果及方向位置的显示
  • 只装了WPS,DOC文档无法打开
  • 第二章 SpringBoot环境下yml和properties的几种玩法
  • 美信监控易的优势:长期稳定运行
  • 让AI激发创作力:OpenAI分享5位专业作家利用ChatGPT写作的案例技巧
  • JSP 指令标识和脚本标识的使用
  • 【许晓笛】 EOS 智能合约案例解析(3)
  • 10个最佳ES6特性 ES7与ES8的特性
  • flask接收请求并推入栈
  • gops —— Go 程序诊断分析工具
  • js
  • Netty 框架总结「ChannelHandler 及 EventLoop」
  • python学习笔记 - ThreadLocal
  • Traffic-Sign Detection and Classification in the Wild 论文笔记
  • use Google search engine
  • yii2中session跨域名的问题
  • 机器学习 vs. 深度学习
  • 将回调地狱按在地上摩擦的Promise
  • 详解移动APP与web APP的区别
  • 新书推荐|Windows黑客编程技术详解
  • 进程与线程(三)——进程/线程间通信
  • # linux 中使用 visudo 命令,怎么保存退出?
  • # windows 运行框输入mrt提示错误:Windows 找不到文件‘mrt‘。请确定文件名是否正确后,再试一次
  • # 利刃出鞘_Tomcat 核心原理解析(二)
  • #565. 查找之大编号
  • #LLM入门|Prompt#3.3_存储_Memory
  • $con= MySQL有关填空题_2015年计算机二级考试《MySQL》提高练习题(10)
  • (20050108)又读《平凡的世界》
  • (2022版)一套教程搞定k8s安装到实战 | RBAC
  • (2024最新)CentOS 7上在线安装MySQL 5.7|喂饭级教程
  • (6) 深入探索Python-Pandas库的核心数据结构:DataFrame全面解析
  • (ZT) 理解系统底层的概念是多么重要(by趋势科技邹飞)
  • (代码示例)使用setTimeout来延迟加载JS脚本文件
  • (附源码)计算机毕业设计ssm电影分享网站
  • (考研湖科大教书匠计算机网络)第一章概述-第五节1:计算机网络体系结构之分层思想和举例
  • (欧拉)openEuler系统添加网卡文件配置流程、(欧拉)openEuler系统手动配置ipv6地址流程、(欧拉)openEuler系统网络管理说明
  • (数据大屏)(Hadoop)基于SSM框架的学院校友管理系统的设计与实现+文档
  • (学习日记)2024.01.19
  • (原創) 如何優化ThinkPad X61開機速度? (NB) (ThinkPad) (X61) (OS) (Windows)
  • (转)程序员技术练级攻略
  • *2 echo、printf、mkdir命令的应用
  • .a文件和.so文件
  • .gitattributes 文件
  • .NET/C# 检测电脑上安装的 .NET Framework 的版本
  • .Net程序帮助文档制作
  • .NET序列化 serializable,反序列化