博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
css 两个图层 响应跳动
阅读量:6093 次
发布时间:2019-06-20

本文共 789 字,大约阅读时间需要 2 分钟。

<!--有图片的就要有内容 background:url(images/123.jpg); 加载背景 background-size 100% 400px; 宽度本身第一层就可以定义 高度以第二层div高度为限制 background-repeat: no-repeat;只显示一张图片 background-position:center;图片居中 -->

<div style="background:url(images/123.jpg);background-size: 100% 400px;background-repeat: no-repeat;background-position:center;">
<!-- 宽度以父类为标准 外层图片的大小-->
<div style="width:90%;height:500px;text-align: center;">
<!-- <img src="1111.jpg" style="margin:0 auto;margin-top:100px" width="20%" height="260px" > -->
<!-- 用百分比 第二层图片自适应 -->
<div style="background-position:center;background-image:url(images/1111.jpg);background-size: 20% 300px;background-repeat: no-repeat; ">
<!-- 设置内部图片大小 -->
<div style="width:500px; height:500px"></div>
</div>
</div>
</div>

效果

 

转载于:https://www.cnblogs.com/bigcatllt/p/3941939.html

你可能感兴趣的文章
JPGraph
查看>>
navicat for mysql 10.0.11 注册码
查看>>
Java中this和super的用法总结
查看>>
缩小分区内存,加到其它分区
查看>>
Java私塾基础note
查看>>
ORACLE权限管理—创建只读账号
查看>>
设计模式总结
查看>>
java游戏服务器 建造者模式
查看>>
Python sys.argv[] 的用法
查看>>
react
查看>>
【知识点】同样是消息队列,Kafka凭什么速度那么快?
查看>>
SDNU 1049.盒饭(水题)
查看>>
POJ 2418 简单trie树
查看>>
POJ 1703 带权并查集
查看>>
uboot
查看>>
QEMU修改及安装包编译
查看>>
activemq 安装-单点
查看>>
Mac OS finder : 显示和隐藏文件[夹] show and hide files or folders
查看>>
Oracle附录——Oracle事务
查看>>
英语单词01
查看>>