forked from loveky/Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
UI上看起来textarea有内阴影的情况 但是怎么设置box-shadow:none;都无法去掉
可以试试用-webkit-appearance: none;
-webkit-appearance: none;
-webkit-box-shadow: 0 0 8px #000000;
box-shadow: 0 0 8px #000000;
ios input元素会有很多默认样式,需要覆盖。比如input[type="radio"] input[type="checkbox"] 会有border和border-radius
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels