欢迎访问服务器技术网-www.fuwuqijishu.com

校园风光和下面的四张图片用css怎么实现

软件 fuwuqijishu 2年前 (2022-10-01) 12次浏览 0个评论 扫描二维码

关于
的问题

css样式做的,当图片多的时候再用div的话就太麻烦了,我们可以用

来做,dd和dt作用相当于div盒子,将图片放入dd和dt标签里,再用绝对定位(absolute)定位,float浮动,原理就是这样,下面是代码,直接css样式,其他略

?。
tu_1{position:absolute;float:right;}
? dl dd{position:absolute;float:right;padding-left:100px;}
?。
dl_1{position:absolute;float:right;padding-left:300px;}

效果图
a链接啊,别跟我说你不会a链接。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2520.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900