下面的css代码只对safari browser 起作用:
1 .test { 2 width: 200px; 3 height:50px; 4 background-color:red; 5 padding-top: 20px; 6 [;padding-top:2px;] //这样写 7 }