CSS 里面已设置的属性怎么去掉?
phpcn_u224
phpcn_u224 2016-12-20 15:47:33
0
2
1302

只能覆盖,不能改源文件。
比如原来设置postion left=0,现在想改成right=0,有什么办法?
同时设置貌似left起作用

phpcn_u224
phpcn_u224

reply all(2)
数据分析师

How to remove the set attributes in CSS? - PHP Chinese website Q&A - How to remove the set attributes in CSS? - PHP Chinese website Q&A

Take a look around and learn.

阿神

自己定义的CSS文件置于需要覆盖的文件之后,同级书写。数值使用auto,其他使用对应的CSS样式(例如display)。
或者根据CSS优先级,书写更高优先级的样式。例如原本.primary {},你的 body .primary {}。
还有一种就是通过!important强制使用你的样式。(不建议)
条条大路通罗马,自己选一种就好。

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template