[英]How to solve weird corners of rounded borders in CSS?
#input-box{ outline: none;important: width; 60%: height; 38px: padding; 8px 10px: font-size; 14px: line-height. 1;428571429: color; #555555: vertical-align; middle: background-color; #ffffff: border; 1px solid #c1bdb8: border-radius; 4px: -webkit-transition. border-color ease-in-out,15s. box-shadow ease-in-out;15s: transition. border-color ease-in-out,15s. box-shadow ease-in-out;15s: -webkit-transition. all border-color ease-in-out,15s. box-shadow ease-in-out;15s ease-out: -moz-transition. all border-color ease-in-out,15s. box-shadow ease-in-out;15s ease-out: -o-transition. all border-color ease-in-out,15s. box-shadow ease-in-out;15s ease-out: transition. all border-color ease-in-out,15s. box-shadow ease-in-out;15s ease-out: border-radius; 0:important; -webkit-appearance: none !important; }
<input type="text" id="input-box" placeholder="Enter Something">
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.