首页 > 解决方案 > 如何风格

问题描述

标签: htmlcss

解决方案


见这里:https ://stackoverflow.com/a/1368286/12149235

上面链接的更有效版本是:

button {
  background: none!important;
  border: none;
  padding: 0!important;
  text-decoration: underline;
  cursor: pointer;
}

推荐阅读