Html 按钮在悬停时不会降低不透明度

问题描述

我已经编写 HTML 和 CSS 大约一个星期了,过去 2 个小时我一直在解决为什么此按钮在悬停时不会降低其不透明度的问题。

button {
  position: absolute;
  background-color: #DE4642;
  border-radius: 16px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "gotham_rounded_bold";
  font-size: 16px;
  transition: 0.3s;
}

.button1:hover {
  opacity: 0.6
}
<div class="get_started">
  <button class="button1">GET STARTED</button>
</div>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)