我的编程空间,编程开发者的网络收藏夹
学习永远不晚

Css3怎么做响应式布局

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

Css3怎么做响应式布局

本篇内容介绍了“ Css3怎么做响应式布局”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!

Css3操作响应式布局

<!DOCTYPE html>

<html>

      <head>

           <meta charset="UTF-8">

           <title></title>

           <style type="text/css">

                 *{padding: 0;margin: 0;}

                 html,body{width: 100%;height: 100%;background:url(img/bj.jpg) ;background-size: 100% 100%;}

                 #nav{width: 560px;height:40px ;margin: 10px auto;}

                 ul,li{list-style: none;}

                 .list{width: 560px;height: 40px;background: #fff;}

                 .list li{width: 50px;height: 40px;margin: 0 10px;float: left;

                            transition: all 1s;

                 }

                 .list li:nth-child(1){

                      background: url(img/1.png) top;

                 }

                 .list li:nth-child(2){

                      background: url(img/2.png) top;

                 }

                 .list li:nth-child(3){

                      background: url(img/3.png) top;

                 }

                 .list li:nth-child(4){

                      background: url(img/4.png) top;

                 }

                 .list li:nth-child(5){

                      background: url(img/5.png) top;

                 }

                 .list li:nth-child(6){

                      background: url(img/6.png) top;

                 }

                 .list li:nth-child(7){

                      background: url(img/7.png) top;

                 }

                 .list li:nth-child(8){

                      background: url(img/8.png) top;

                 }

                 .list li:hover{

                      background-position: bottom;

                 }

                 @media only screen and (min-width: 640px) and (max-width: 980px) {

                      #nav{position: fixed;top:100px;left:10px;width: 50px;height:400px ;margin: 10px auto;}

                       ul,li{list-style: none;}

                      .list{width: 67px;height: 400px;background: #fff;}

                      .list li{width: 50px;height: 40px;margin: 0 10px;float: left;

                                  transition: all 1s;

                      }

                 }

                 @media only screen and (min-width: 100px) and (max-width: 640px) {

                      #nav{position: fixed;top:100px;left:10px;width: 50px;height:400px ;margin: 10px auto;}

                      ul,li{list-style: none;}

                      .list{width: 67px;height: 400px;background: red;}

                     

                     

                 .list li:nth-child(1){

                      background: url(img/1.png) top;

                 }

                 .list li:nth-child(2){

                      background: url(img/2.png) top;

                 }

                 .list li:nth-child(3){

                      background: url(img/3.png) top;

                 }

                 .list li:nth-child(4){

                      background: url(img/4.png) top;

                 }

                 .list li:nth-child(5){

                      background: url(img/5.png) top;

                 }

                 .list li:nth-child(6){

                      background: url(img/6.png) top;

                 }

                 .list li:nth-child(7){

                      background: url(img/7.png) top;

                 }

                 .list li:nth-child(8){

                      background: url(img/8.png) top;

                 }

                 .list li:hover{

                      background-position: bottom;

                 }

                 .list li{width: 50px;height: 40px;margin: 0 10px;float: left;

                            transition: all 1s;

                            border-radius: 50%;

                 }

                

                 }

                

           </style>

      </head>

      <body>

           <div id="nav">

                 <ul class="list">

                      <li></li>

                      <li></li>

                      <li></li>

                      <li></li>

                      <li></li>

                      <li></li>

                      <li></li>

                      <li></li>

                     

                 </ul>

           </div>

      </body>

</html>

效果截图

Css3怎么做响应式布局

“ Css3怎么做响应式布局”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注编程网网站,小编将为大家输出更多高质量的实用文章!

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

Css3怎么做响应式布局

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

CSS3响应模式布局怎么实现

这篇文章主要介绍了CSS3响应模式布局怎么实现的相关知识,内容详细易懂,操作简单快捷,具有一定借鉴价值,相信大家阅读完这篇CSS3响应模式布局怎么实现文章都会有所收获,下面我们一起来看看吧。REM方法calc()从字面我们可以把他理解为一个
2023-07-04

html响应式布局怎么写

html 响应式布局至关重要,因为它允许网站在不同屏幕尺寸上自适应呈现。编写响应式布局的方法包括使用媒体查询和弹性单位。步骤包括:添加视口元标记、使用流体网格系统、使用弹性字体大小、以及根据屏幕尺寸使用媒体查询。优点包括增强用户体验、提高搜
html响应式布局怎么写
2024-05-16

CSS怎么实现响应式布局

小编给大家分享一下CSS怎么实现响应式布局,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!用CSS实现响应式布局响应式布局感觉很高大上,很难,但实际上只用CSS也能实现响应式布局要用的就是CSS中的没接查询,下面就介绍一下怎
2023-06-08

为响应式网站而生的CSS3弹性布局

编程学习网:移动端的普及让响应式网站成为web时代的发展趋势。PC端的固定尺寸,两侧留空的方式已经不适用于移动端了。对于实际尺寸比电脑显示器小很多的手机屏幕来说,一般只有全屏显示才能获得最佳的用户体验。早期的web技术也能通过百分比布局实现自适应效果,但百分比的可控性较差,多列布局实现起来比较麻烦,有时甚至需要通过javaScript来解决。如果一个网页需要对大量元素进行自适应的话,那Web设计师可能要花费大量的时间来进行这方面的调试,反而无瑕顾及核心功能,导致本末倒置。
为响应式网站而生的CSS3弹性布局
2024-04-23

什么是css响应式布局

CSS响应式布局是一种能够自动适应不同屏幕大小的网页布局方法。它通过使用媒体查询和弹性布局等技术,根据浏览器视口宽度和设备屏幕大小,动态地调整网页元素的布局、字体、颜色等属性,以提供最佳的用户体验。其核心思想是,不再让页面固定在一个特定的宽
什么是css响应式布局
2023-11-21

什么是web响应式布局

什么是web响应式布局,相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。响应式布局的开发基础知识本章主要分为以下几个部分•正确理解响应式设计•响应式设计的步骤&
2023-06-08

怎么在css中实现响应式布局

今天就跟大家聊聊有关怎么在css中实现响应式布局,可能很多人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。响应式布局的四种方式总的html代码
2023-06-15

CSS3媒体查询响应式布局bootstrap框架的使用

这篇文章主要介绍CSS3媒体查询响应式布局bootstrap框架的使用,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!媒体设备类型使用详解:
2023-06-08

rem如何实现响应式布局

这篇文章主要介绍“rem如何实现响应式布局”,在日常操作中,相信很多人在rem如何实现响应式布局问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”rem如何实现响应式布局”的疑惑有所帮助!接下来,请跟着小编一起来
2023-07-05

编程热搜

目录