您的位置:首页 > 移动开发 > 微信开发

安卓微信浏览器加border-radius出现模糊(锯齿)

2015-12-08 11:11 633 查看
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>border-radius出现模糊(锯齿)</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1.0,user-scalable=no">
<meta name="format-detection" content="telephone=no"/>
<meta name="Keywords" content="">
<meta name="Description" content="">
<style>

#cc1{
display: block;
background-color: green;
width: 30px;
height: 30px;
border-radius: 180px;
color: rgba(0,0,0,0);//1.加这个
}
</style>
</head>
<body>
//2.这加个文字1
<i id="cc1">1</i>
</body>
</html>

![模糊案例1](http://img.blog.csdn.net/20151208111002615)

![正常案例(解决问题后)](http://img.blog.csdn.net/20151208111037768)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: