浅模仿小米商城布局(有微调)

 CSS文件

*{margin: 0;padding: 0;box-sizing: border-box;
}div[class^="h"]{height: 40px;
}
div[class^="s"]{height: 100px;
}
.h1{width: 1528px;background-color: green;
}
.h11{background-color:rgb(8, 220, 8);
}
.h111{width: 683px;background-color: yellow;float: left;display: flex;justify-content: space-around;}
.h111 a{display: block;width: 56px;height: 40px;background-color: brown;
}
.h112{width: 256px;background-color:yellow;float: right;
}
.h112 a{display: inline-block;width: 63px;height: 40px;margin-right: 1px;background-color: deeppink}
.s1{width: 1528px;background-color: plum;
}
.s11{width: 1288px;background-color: blue;display: flex;align-items: center;
}
.mi{width: 56px;height: 56px;background-color: orange;}
.s111{width: 860px;background-color: greenyellow;padding: 12px 34px 0 142px;display: flex;
}
.s111 a{display: block;height: 88px;width: 76px;background-color: olive;
}
.mm{width: 372px;height: 50px;background-color: rgb(108, 46, 222);display: flex;
}
.mm1,.mm2{margin: 0 10px;height: 50px;background-color: aqua;
}
.mm2{width: 272px;
}
.mm1{width: 60px;
}
.t1,ul{height: 460px;
}
.t1{background-color: brown;position: relative;
}
ul{width: 234px;background-color: rgb(254, 11, 177);float: left;padding:20px 0px;
}ul>a{display: block;height: 42px;width: 234px;background-color: rgb(133, 199, 253);}ul a:nth-of-type(2n){background-color: rgb(62, 62, 255);}
}
.t11,.t12{width: 41px;height: 69px;background-color: yellow;position: absolute;top:230px;margin-top:-34.5px
}
.t11{left: 234px;
}
.t12{right: 0;
}
.t3{position: absolute;width: 400px;height: 18px;background-color: rgb(252, 236, 236);right: 30px;bottom: 20px;
}
.t33{width: 20px;height: 10px;float: right;background-color: rgb(80, 158, 6);margin: 5px 0;
}
.t33 a{display: block;margin: 0 auto;width: 10px;height: 10px;background-color: yellow;border-radius: 50%;
}
.f1,.f2{height: 170px;
}
.f1{background-color:purple;margin: 14px auto;display: flex;justify-content: space-between; 
}
.f2{width: 296px;background-color: rgb(179, 254, 254,0.5);}
.f2:first-child{display: flex;justify-content: space-between;flex-wrap: wrap;
}
.f22
{width: 98px;height: 84px;background-color: pink;
}.b1{height: 58px;background-color: red;margin-top: 25px;margin-left: auto;margin-right: auto;}.x1{height: 340px;background-color: rgb(8, 157, 215);display: flex;justify-content: space-between;
}
.x2{height: 339px;width: 234px;margin-bottom: 0;background-color: rgb(254, 254, 5,0.5);
}
.x1,.t1,.s1,.s11,.h1,.h11{margin: 0 auto;
}
.x1,.b1,.f1,.t1,.h11{width: 1226px;
}

html

<!DOCTYPE html><head><meta charset="UTF-8"><title>Document</title><link rel="stylesheet" href="./小米.css">
</head><body><!-- 第1块 --><div class="h1"><div class="h11"><div class="h111"><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><a href=""></a><a href=""></a></div><div class="h112"><a href=""></a><a href=""></a><a href=""></a><a href=""></a></div></div>
</div><!-- 第2块 --><div class="s1"><div class="s11"><div class="mi"></div><div class="s111"> <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></div><div class="mm"><div class="mm2"></div><div class="mm1"></div></div></div></div><!-- 第3块 --><div class="t1"><ul><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></ul><a href="" class="t11"></a><a href="" class="t12"></a><div class="t3"><div class="t33"><a href=""></a></div><div class="t33"><a href=""></a></div><div class="t33"><a href=""></a></div><div class="t33"><a href=""></a></div></div></div><!-- 第4块 --><div class="f1"><div class="f2"><div class="f22"></div><div class="f22"></div><div class="f22"></div><div class="f22"></div><div class="f22"></div><div class="f22"></div></div><div class="f2"></div><div class="f2"></div><div class="f2"></div></div><!-- 第5块 --><div class="b1"></div><!-- 第6块 --><div class="x1"><div class="x2"></div><div class="x2"></div><div class="x2"></div><div class="x2"></div><div class="x2"></div></div></body></html>

我自己的作业有点写复杂了,因为写起来有点刹不住车,作业而已佳人们 

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

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

动态内存操作函数使用过程中会遇见的问题

越界访问 首先我们上一个代码&#xff0c;看看这个的代码的问题 这个代码的问题显而易见 &#xff0c;就是在循环里面&#xff0c;产生了越界访问的问题&#xff0c;这里你开辟了10个整形空间&#xff0c;但是从0-10一共是11个整形空间。导致访问不合法的空间&#xff0c;从而…

卷积神经网络-卷积层

卷积神经网络-卷积层 1多层感知机&#xff08;MLP&#xff09;2卷积神经网络&#xff08;CNN&#xff09;3MLP和CNN关系与区别4仍然有人使用MLP的原因&#xff1a;5MLP的局限性&#xff1a;MLP的应用领域&#xff1a;总结&#xff1a;6全连接到卷积全连接层 vs 卷积层结构差异应…

一文教你学会用群晖NAS配置WebDAV服务结合内网穿透实现公网同步Zotero文献库

文章目录 前言1. Docker 部署 Trfɪk2. 本地访问traefik测试3. Linux 安装cpolar4. 配置Traefik公网访问地址5. 公网远程访问Traefik6. 固定Traefik公网地址 前言 Trfɪk 是一个云原生的新型的 HTTP 反向代理、负载均衡软件&#xff0c;能轻易的部署微服务。它支持多种后端 (D…

LLLM并发加速部署方案(llama.cpp、vllm、lightLLM、fastLLM)

大模型并发加速部署 解析当前应用较广的几种并发加速部署方案&#xff01; llama.cpp vllm lightLLM fastLLM

使用yolov9来实现人体姿态识别估计(定位图像或视频中人体的关键部位)教程+代码

yolov9人体姿态识别&#xff1a; 相较于之前的YOLO版本&#xff0c;YOLOv9可能会进一步提升处理速度和精度&#xff0c;特别是在姿态估计场景中&#xff0c;通过改进网络结构、利用更高效的特征提取器以及优化损失函数等手段来提升对复杂人体姿态变化的捕捉能力。由于YOLOv9的…

Java SPI 机制

SPI 机制的定义 在Java中&#xff0c;SPI&#xff08;Service Provider Interface&#xff09;机制是一种用于实现软件组件之间松耦合的方式。它允许在应用程序中定义服务接口&#xff0c;并通过在类路径中发现和加载提供该服务的实现来扩展应用程序功能。 SPI 机制通常涉及三…

ubuntu 中安装docker

1 资源地址 进入ubuntu官网下载Ubuntu23.04的版本的镜像 2 安装ubuntu 这里选择再Vmware上安装Ubuntu23.04.6 创建一个虚拟机&#xff0c;下一步下一步 注意虚拟机配置网络桥接&#xff0c;CD/DVD选择本地的镜像地址 开启此虚拟机&#xff0c;下一步下一步等待镜像安装。 3…

Idea2023.3.6版本无法启动设置界面-settings界面打不开无反应---IntelliJ Idea工作笔记013

先说一下网上有,把某个文件删除的 有说是因为汉化问题的 可以看到,其实都不是,这样弄就好了,很简单 Please report thisjava.lang.ClassCastException: class [Lcom.intellij.execution.filters.CompositeInputFilter$InputFilterWrapper; cannot be cast to class java.uti…

Java多线程实战-从零手搓一个简易线程池(二)线程池与拒绝策略实现

&#x1f3f7;️个人主页&#xff1a;牵着猫散步的鼠鼠 &#x1f3f7;️系列专栏&#xff1a;Java全栈-专栏 &#x1f3f7;️本系列源码仓库&#xff1a;多线程并发编程学习的多个代码片段(github) &#x1f3f7;️个人学习笔记&#xff0c;若有缺误&#xff0c;欢迎评论区指正…

文件操作(下)(想要了解如何操作文件,那么看这一片就足够了!)

前言&#xff1a;在文件操作&#xff08;上&#xff09;中&#xff0c;我们讲到了基础的文件操作&#xff0c;包括文件的打开&#xff0c;文件的关闭&#xff0c;以及文件的基础读写&#xff0c;那么除了之前学习的读写之外&#xff0c;还有什么其他的方式对文件进行读写操作吗…

Python提示‘ModuleNotFoundError: No module named ‘numpy.core._multiarray_umath‘

一、问题背景 在学习Python编程使用matplotlib时&#xff0c;总是提示: ModuleNotFoundError: No module named numpy.core._multiarray_umath 问题大致描述如下&#xff1a; D:\WorkSpace\PythonWorkSpace\Python编程-从入门到实践\venv\Scripts\python.exe D:\WorkSpace\Pyt…

Jenkins用户角色权限管理

Jenkins作为一款强大的自动化构建与持续集成工具&#xff0c;用户角色权限管理是其功能体系中不可或缺的一环。有效的权限管理能确保项目的安全稳定&#xff0c;避免敏感信息泄露。 1、安装插件&#xff1a;Role-based Authorization Strategy 系统管理 > 插件管理 > 可…

ES面试题

1、如何同步索引库 同步调用 在完成数据库操作后&#xff0c;直接调用搜索服务提供的接口 异步通知 在完成数据库操作后&#xff0c;发送MQ消息 搜索服务监听MQ&#xff0c;接收到消息后完成数据修改 监听binlog 2、分词器 ik分词器 ik_smart ik_max_word 自定义分词器 以拼…

安静:内向性格的竞争力 - 三余书屋 3ysw.net

精读文稿 这期我们介绍的这本书叫做《安静》&#xff0c;副标题是《内向性格的竞争力》。本书共有267页&#xff0c;我会用大约25分钟的时间为你讲述书中的精髓。内向性格具备什么样的竞争力&#xff1f;内向性格的人在人际交往和日常生活中似乎总是吃亏&#xff0c;因为他们不…

Postman传对象失败解决

文章目录 情景复现解决方案总结 情景复现 postman中调用 debug发现pId传入失败 分析解释&#xff1a; 实体类中存在pId、uid和num字段 controller层将GoodsCar作为请求体传入 解决方案 当时觉得很奇怪&#xff0c;因为uid和num可以被接收&#xff0c;而pId和num的数据类型相…

安卓Activity上滑关闭效果实现

最近在做一个屏保功能&#xff0c;需要支持如图的上滑关闭功能。 因为屏保是可以左右滑动切换的&#xff0c;内部是一个viewpager 做这个效果的时候&#xff0c;关键就是要注意外层拦截触摸事件时&#xff0c;需要有条件的拦截&#xff0c;不能影响到内部viewpager的滑动处理…

学习Fast-LIO系列代码中相关概念理解

目录 一、流形和流形空间&#xff08;姿态&#xff09; 1.1 定义 1.2 为什么要有流形? 1.3 流形要满足什么性质&#xff1f; (1) 拓扑同胚 (2) 可微结构 1.4 欧式空间和流形空间的区别和联系? (1) 区别&#xff1a; (2) 联系&#xff1a; 1.5 将姿态定义在流形上比…

深入解析《企业级数据架构》:HDFS、Yarn、Hive、HBase与Spark的核心应用

写在前面 进入大数据阶段就意味着进入NoSQL阶段&#xff0c;更多的是面向OLAP场景&#xff0c;即数据仓库、BI应用等。 大数据技术的发展并不是偶然的&#xff0c;它的背后是对于成本的考量。集中式数据库或者基于MPP架构的分布数据库往往采用的都是性能稳定但价格较为昂贵的小…

创建VUE项目

设置淘宝源 npm config set registry https://registry.npm.taobao.org 或安装 npm install -g cnpm --registryhttps://registry.npm.taobao.org 创建项目cjhtest 1.vue create cjhtest 1.1 ? Please pick a preset: vue2_vuex_router ([Vue 2] less, babel, router, v…

上位机图像处理和嵌入式模块部署(qmacvisual之ROI设定)

【 声明&#xff1a;版权所有&#xff0c;欢迎转载&#xff0c;请勿用于商业用途。 联系信箱&#xff1a;feixiaoxing 163.com】 ROI&#xff0c;全称是region of interest&#xff0c;也就是感兴趣区域。这里面一般分成两种情况&#xff0c;一种是所有的算法都依赖于这个ROI&a…