gpt4 book ai didi

ios - Pixate ios UITextField 边框不会显示

转载 作者:行者123 更新时间:2023-11-28 07:22:07 25 4
gpt4 key购买 nike

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

最佳答案

你需要设置一个border-style属性:)

CSS

border-style:solid;

http://jsfiddle.net/8ejqrg1h/

关于ios - Pixate ios UITextField 边框不会显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32035460/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com