.dv_bt_buttoncommit{ margin-top: 10px; width: 80%; height: 40px; color: white; background: #1E6..._css点击效果">
当前位置:   article > 正文

CSS按钮点击效果_css点击效果

css点击效果

css部分

  1. <style type="text/css">
  2. .dv_bt_buttoncommit{
  3. margin-top: 10px;
  4. width: 80%;
  5. height: 40px;
  6. color: white;
  7. background: #1E63B0; //默认的颜色
  8. border-radius: 5px;
  9. }
  10. .dv_bt_buttoncommit:active{
  11. margin-top: 10px;
  12. width: 80%;
  13. height: 40px;
  14. color: white;
  15. border-radius: 5px;
  16. background: #4a9bfa; 黑色
  17. opacity: 0.5; //这里重要,就是通过这个透明度来设置
  18. }
  19. </style>

按钮:

  

  <button class="dv_bt_buttoncommit">按钮</button>


 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/297239
推荐阅读
相关标签
  

闽ICP备14008679号