小智 5
尝试CSS'转换'
input[type=checkbox] {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2); }
Run Code Online (Sandbox Code Playgroud)
但它不适用于IE8. http://www.w3schools.com/cssref/css3_pr_transform.asp
| 归档时间: |
|
| 查看次数: |
8017 次 |
| 最近记录: |