头闻号

新乡市诺狮振动机械有限公司

其他过滤设备|分级设备|其他食品、饮料加工设备|筛分设备|筛选设备

首页 > 新闻中心 > 科技常识:纯css 鼠标移上查看大图的效果
科技常识:纯css 鼠标移上查看大图的效果
发布时间:2023-02-01 10:03:36        浏览次数:3        返回列表

今天小编跟大家讲解下有关纯css 鼠标移上查看大图的效果 ,相信小伙伴们对这个话题应该有所关注吧,小编也收集到了有关纯css 鼠标移上查看大图的效果 的相关资料,希望小伙伴们看了有所帮助。

<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type"content="text/html; charset=gb2312"/> <title>无标题文档</title> <style type="text/css"> * { margin:0; padding:0; } img {border:0;} #main_body { width:730px; margin:100px auto 0; padding:10px 0 30px 10px; border:#CCCCCC 1px solid; background-color:#E6E6E6; font-size:12px; } #main_body ul { height:210px; } #main_body li { float:left; height:210px; width:24.5%; overflow:visible; list-style:none; list-style-position:outside; } #main_body a span img { margin:0 auto; width:100%; } .main a:link span, .main a:visited span { width:160px; height:160px; border:1px solid #ccc; padding:1px; overflow:hidden; display:block; } .main a:link, .main a:visited { margin:0 auto; height:210px; width:166px; display:block; } .main a:hover, .main a:active { width:232px; height:300px; position:relative; overflow:hidden; left:50%; margin-left:-100px; margin-top:-64px; z-index:100px; cursor:pointer; } .main a:hover span, .main a:active span{ width:220px; height:220px; display:block; overflow:hidden; background:#fff; padding:2px; border:2px solid #e6e2e3; } .main a.last:hover, .main a.last:active { width:232px; height:300px; position:relative; overflow:hidden; left:50%; margin-left:-123px; z-index:100px; cursor:pointer; } .main a b { width:160px; margin:6px auto 2px; display:block; overflow:hidden; text-align:center; height:36px; line-height:18px; font-weight:normal; } .main a em { width:160px; margin:0 auto; line-height:18px; font-weight:bold; color:#FF6600; display:block; text-align:center; } </style> </head> <body> <div id="main_body"class="main"> <ul> <li><a href=""target="_blank"><span><img src="http://xyrl.com/file/upload/202305/23/215146521.jpg"/></span><b>【男人密码】★【七匹狼】高档男士休闲西服单件 00834203</b><em>¥:268.0</em></a></li> <li><a href=""target="_blank"><span><img src="http://xyrl.com/file/upload/202305/23/215146521.jpg"/></span><b>【男人密码】★【七匹狼】高档男士休闲西服单件 00834203</b><em>¥:268.0</em></a></li> <li><a href=""target="_blank"><span><img src="http://xyrl.com/file/upload/202305/23/215146521.jpg"/></span><b>【男人密码】★【七匹狼】高档男士休闲西服单件 00834203</b><em>¥:268.0</em></a></li> <li><a href=""target="_blank"class="last"><span><img src="http://xyrl.com/file/upload/202305/23/215146521.jpg"/></span><b>【男人密码】★【七匹狼】高档男士休闲西服单件 00834203</b><em>¥:268.0</em></a></li> </ul> <div> </body> </html> 提示:您可以先修改部分代码再运行

来源:爱蒂网