<style> .hahha { color: green !important; } </style> <body> <div class="hahha" style="color:red"> 你好 </div> </body>最终效果:绿色,!important比内联样式的优先级高
6、如何美化checkbox 1)label[for] 和 id 2) 隐藏原生input 3) :checked + label
2024-01-14 22:22:16
<style> .hahha { color: green !important; } </style> <body> <div class="hahha" style="color:red"> 你好 </div> </body>最终效果:绿色,!important比内联样式的优先级高
6、如何美化checkbox 1)label[for] 和 id 2) 隐藏原生input 3) :checked + label