最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

关于HTML,css3自适应屏幕,自适应宽度_html/css_WEB-ITnose

来源:动视网 责编:小采 时间:2020-11-27 16:34:35
文档

关于HTML,css3自适应屏幕,自适应宽度_html/css_WEB-ITnose

关于HTML,css3自适应屏幕,自适应宽度_html/css_WEB-ITnose:@media screen and (min-width:1080px){.box{ width: 1080px;}.content{width: 1040px;}.img{height:180px;}.img{font-size: 48px;line-height: 180px;}.title{font-size: 46px;line-height: 100px;}.detail{font-size: 20px;}}@media screen and (min-width:
推荐度:
导读关于HTML,css3自适应屏幕,自适应宽度_html/css_WEB-ITnose:@media screen and (min-width:1080px){.box{ width: 1080px;}.content{width: 1040px;}.img{height:180px;}.img{font-size: 48px;line-height: 180px;}.title{font-size: 46px;line-height: 100px;}.detail{font-size: 20px;}}@media screen and (min-width:


@media screen and (min-width:1080px){.box{ width: 1080px;}.content{width: 1040px;}.img{height:180px;}.img{font-size: 48px;line-height: 180px;}.title{font-size: 46px;line-height: 100px;}.detail{font-size: 20px;}}@media screen and (min-width: 900px) and (max-width: 1079px) {.box{ width: 900px; }.content{width: 860px;}.img{height:160px;}.img{font-size: 40px;line-height: 160px;}.title{font-size: 38px;line-height: 80px;}.detail{font-size: 17px;}}@media screen and (min-width: 768px) and (max-width: 899px) {.box{ width: 768px; }.content{width: 728px;}.img{height:140px;}.img{font-size: 32px;line-height: 140px;}.title{font-size: 30px;line-height: 60px;}.detail{font-size: 14px;}}@media only screen and (min-width: 480px) and (max-width: 767px){.box{ width: 480px; }.content{width: 440px; }.img{height:98px;}.img{font-size: 24px;line-height: 100px;}.title{font-size: 22px;line-height: 40px;}.detail{font-size: 11px;}}@media only screen and (max-width: 479px) {.box{ width: 300px; }.content{width: 300px;}.img{height:60px;}.img{font-size: 16px;line-height: 60px;}.title{font-size: 14px;line-height: 20px;}.detail{font-size: 8px;}}

HTML结构代码:


要是刚好在那个宽度上,如:屏幕宽度900,刚好

文档

关于HTML,css3自适应屏幕,自适应宽度_html/css_WEB-ITnose

关于HTML,css3自适应屏幕,自适应宽度_html/css_WEB-ITnose:@media screen and (min-width:1080px){.box{ width: 1080px;}.content{width: 1040px;}.img{height:180px;}.img{font-size: 48px;line-height: 180px;}.title{font-size: 46px;line-height: 100px;}.detail{font-size: 20px;}}@media screen and (min-width:
推荐度:
标签: 屏幕 html 宽度
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top