文档

按钮关键属性

open-type="contact"

功能按钮

<button class="button__open-type"
        open-type="contact">
</button>

css样式

元素需要设置相对定位

.button__open-type {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.button__open-type::after {
    border: none;
}

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注