+
101
-

回答

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

css

.mybtn{
 background: none !important;
 color: #333333 !important;
 font-size: 14px;
   padding: 0;
}
.mybtn::after{
   border: none;
}

网友回复

我知道答案,我要回答