标签: javascript css
是否可以通过javascript更改css类的特性?
假设我有宽度适当性的类foo,通过使用javascript我也想更新foo类的宽度。
之前=> .foo {width:100px;} 在=>之后.foo {width:150px;}