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

news2024/9/24 10:36:09

<!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;
}

需图找我噢~

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/2160147.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

对c语言中的指针进行深入全面的解析

1.普通的指针: 实际上指针就是存放地址的变量&#xff0c;eg: int a10; int *p&a; 拆分一下int *中的*说明p是一个指针&#xff0c;int是它所指向的类型&#xff1b; 2.字符串指针和字符串数组 char*str1"abcd"; 先看这一个&#xff0c;这个就是一个字符串…

振弦式渗压计智慧水利工程 适用恶劣环境有保障

产品概述 振弦式渗压计适合埋设在水工建筑物和基岩内&#xff0c;或安装在测压管、钻孔、堤坝、管道或压力容器中&#xff0c;以测量孔隙水压力或液位。主要部件均采用特殊钢材制造&#xff0c;适合在各种恶劣环境中使用。特殊的稳定补偿技术使传感器具有极小的温度补偿系数。…

量产AI美女?一文讲清“数字尤物”背后的AI绘画的商机

这些AI美女都有刷到过吧&#xff1f;从国外Youtube的视频封面图的丰满hotgirl&#xff0c;到小红书笔记各式风格数字尤物&#xff0c;都已悄咪咪混入我们的社交媒体,而且“她们”的伪装技能越发满级! 更多实操教程和AI绘画工具&#xff0c;可以扫描下方&#xff0c;免费获取 本…

(undone) 声音信号处理基础知识(10) (Demystifying the Fourier Transform: The Intuition)

参考&#xff1a;https://www.youtube.com/watch?vXQ45IgG6rJ4 FT 可以把时域信息转为频域信息 以下是对于 FT 的一些 intuition-level 的理解&#xff1a; 1.FT 会把原始信号跟不同频率的一系列正弦波对比 2.对于每一个正弦波频率&#xff0c;我们会得到一个标量 和 一个相…

Unreal Engine 5 C++: 编辑器工具编写入门01(中文解释)

目录 准备工作 1.创建插件 2.修改插件设置 快速资产操作&#xff08;quick asset action) 自定义编辑器功能 0.创建编辑器button&#xff0c;测试debug message功能 大致流程 详细步骤 1.ctrlF5 launch editor 2.创建新的cpp class&#xff0c;derived from AssetAction…

Vue中nextTick的底层原理

Vue中nextTick的底层原理 前言一、异步更新队列二、前置知识2.1 JS 运行机制2.2 异步任务的类型 三、nextTick 实现原理3.1 Vue.nextTick 内部逻辑3.2 vm.$nextTick 内部逻辑3.3 源码解读3.4 为什么优先使用微任务&#xff1a; 前言 知其然且知其所以然&#xff0c;Vue 作为目…

UWB为什么是首选的室内定位技术

超宽带 (UWB) 是一种基于 IEEE 802.15.4a 和 802.15.4z 标准的无线通信技术&#xff0c;能够非常准确地测量无线电信号的飞行时间&#xff0c;从而实现厘米级精度的距离/位置测量。 除了这一独特功能外&#xff0c;UWB 还提供数据通信能力&#xff0c;且功耗极低&#xff0c;使…

【包教包会】CocosCreator3.x框架——音频模块(无需导入、无需常驻节点)

下载地址&#xff1a;AudioDemo3.x: CocosCreator3.x框架——音频模块 注意事项&#xff1a; 1、gi.musicPlay、gi.soundPlay是同步函数&#xff0c;使用前必须先将音频加载到缓存 Demo通过SceneLoading实现了一个极简的Loading页面&#xff0c;将音频全部加载后进入游戏&…

【Qt笔记】QStackedWidget控件详解

目录 引言 一、基础功能 二、属性设置 2.1 属性介绍 2.2 代码示例 2.3 代码解析 三、常用API 3.1 添加子部件 3.2 插入子部件 3.3 移除子部件 3.4 设置当前页面索引值 3.5 设置当前显示子部件 3.6 返回索引处子部件指针 3.7 返回子部件索引值 四、信号与槽 4.…

device靶机详解

靶机下载地址 https://www.vulnhub.com/entry/unknowndevice64-1,293/ 靶机配置 主机发现 arp-scan -l 端口扫描 nmap -sV -A -T4 192.168.229.159 nmap -sS -Pn -A -p- -n 192.168.229.159 这段代码使用nmap工具对目标主机进行了端口扫描和服务探测。 -sS&#xff1a;使用…

C++存储数据单位转换输出字符串

C封装存储数据单位转换, 方便将输入数据以指定方式输出 main.cpp #include <wtypesbase.h> #include <string> #include <vector> #include <tchar.h>#ifdef _UNICODE using _tstring std::wstring; #else using _tstring std::string; #endif// 数…

typename、非类型模板参数、模板参数的特化、模板类成员函数声明和定义分离、继承等的介绍

文章目录 前言一、typename二、非类型模板参数三、模板参数的特化1. 函数模板参数的特化2. 类模板的特化 四、模板类成员函数声明和定义分离1. 显示实例化&#xff08;不建议使用&#xff09;2. 将生命和定义写在同一个.h文件中 五、 继承总结 前言 typename、非类型模板参数、…

解析rss链接数据,来长期把某博客数据订阅到自己的网站

目的 当我们打开这个订阅链接&#xff0c;会看到我们的文章信息以xml的形式呈现到浏览器页面中&#xff0c;怎么直接在我们自己的网站中&#xff0c;将这个链接的数据转为我们熟悉的json数据&#xff0c;然后渲染到自己的网站中呢 技术栈 react hookstypescriptwebpack 核心…

【SemeDrive】【X9HP】【PTG4.3】解决Partition Flash Error及PTG4.3二级分区烧录与升级问题

前言&#xff1a;PTG4.1 之前的版本使用的都是普通 emmc 和 一级分区表&#xff0c;PTG4.3 新增了 virtio-eMMC 功能和二级分区表的设置&#xff0c;因此关于 PTG4.3 的烧录和升级有以下几个疑问和解答。 一、名词解释 virtio-eMMC&#xff1a;基于 Virtio 框架的虚拟化 EMMC…

如何在 Apache 中仅开启 TLS 1.3 / TLS1.2 ?

互联网之所以运行良好&#xff0c;是因为它可以安全地发送数据&#xff0c;这要归功于传输层安全(TLS)等技术。TLS 是安全套接字层(SSL)的新版本&#xff0c;它有助于保持网络流量的安全。本文将讨论 TLS 1.3 和 1.2&#xff0c;它们比旧版本更好、更快。 使用这些协议的一个流…

数据结构-线性表的单链式存储结构图解及C语言实现

概念 链式存储&#xff1a;结点在存储器中的位置是任意的&#xff0c;即逻辑相邻的数据元素在物理上不一定相邻 链式存储结构也称非顺序映像或链式映像 图解 链式存储结构中结点一般有两个部分组成&#xff0c;即数据域(data)和指针域&#xff0c;数据域是用于存放数据的&…

目标检测——VOC2007数据集

目标检测入门code 文件目录 下载数据集——在官网下载VOC2007数据集 下载训练数据集 TRAIN data 下载测试数据集 TEST data 解压数据集 解压——训练数据集&#xff0c;在服务器上&#xff0c;目录为VOCdevkit 部分文件目录 全部文件总目录 解压——测试数据集 &#xff08;…

Python画笔案例-061 绘制万花筒

1、绘制万花筒 通过 python 的turtle 库绘制 万花筒,如下图: 2、实现代码 绘制 万花筒,以下为实现代码: """万花筒.py本程序需要coloradd模块支持,安装方法:pip install coloradd技术支持微信scartch8,QQ:406273900""" import turtle from…

桌球计时计费系统计费方式有哪些 哪个好用 佳易王台球计时计费管理系统操作教程

一、前言 桌球计时计费系统计费方式有哪些 哪个好用 佳易王台球计时计费管理系统操作教程 1、佳易王桌球计时计费软件&#xff0c;可以多种单价计费方式&#xff0c;具体使用哪种计费方式可以根据自己的情况设置即可。 2、软件已内置数据库不需再安装&#xff0c;解压即可。 …

奇瑞汽车—经纬恒润 供应链技术共创交流日 成功举办

2024年9月12日&#xff0c;奇瑞汽车—经纬恒润技术交流日在安徽省芜湖市奇瑞总部成功举办。此次盛会标志着经纬恒润与奇瑞汽车再次携手&#xff0c;深入探索汽车智能化新技术的前沿趋势&#xff0c;共同开启面向未来的价值服务与产品新篇章。 面对全球汽车智能化浪潮与产业变革…