摆脱默认窗体样式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了摆脱默认窗体样式相关的知识,希望对你有一定的参考价值。
this gets rid of all default form styles set by browser
<style> form * { background: none; } input[type=text], input[type=password], input[type=submit],textarea, button { -webkit-appearance: none; -moz-appearance: none; border: 1px solid #666; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0; margin: 0; } </style>
以上是关于摆脱默认窗体样式的主要内容,如果未能解决你的问题,请参考以下文章
解决devexpress新建的Form窗体没有继承默认样式的问题