Pixate ios UITextField边框不会显示

时间:2015-08-16 13:15:45

标签: ios css objective-c css3

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;
} 

1 个答案:

答案 0 :(得分:0)

您需要设置边框样式属性:)

<强> CSS

border-style:solid;

http://jsfiddle.net/8ejqrg1h/