button自定义样式
为何想给button控件自定义样式都不起作用呢?
是我哪里写错了么?例如文字间距颜色,button去边框等。
<button loading= "true" disabled= "true" class = "pageLoading" >加载中...</button> |
.pageLoading{ border: 0 none; color: #aaa; background-color: #eee; } |