broder属性不会显示uitextfield的边框--这是我的代码
.txtField{
left :300px;
top :300px;
width :100px;
height :100px;
border-radius: 5;
-ios-border-style: none;
background-color: #ffffff;
border-width: 10px;
border-color: black;
} 发布于 2015-08-16 13:20:03
您需要设置一个边框样式属性:)
CSS
border-style:solid;http://jsfiddle.net/8ejqrg1h/
https://stackoverflow.com/questions/32035460
复制相似问题