首页 > 开发 > CSS > 正文

为ie和chrome单独设置样式的方法

2024-07-11 08:36:19
字体:
来源:转载
供稿:网友


.closeImg{
cursor:pointer;
position:absolute;
right:9px;
right:0px/9;//这是ie的样式
bottom:55px;
display:none
}
@media screen and (-webkit-min-device-pixel-ratio:0){.closeImg{right:0px;} }

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表