Skip to content

Instantly share code, notes, and snippets.

@magicianShiro
Created October 22, 2018 08:37
Show Gist options
  • Save magicianShiro/88ce6e7331d467a4be95963494512463 to your computer and use it in GitHub Desktop.
Save magicianShiro/88ce6e7331d467a4be95963494512463 to your computer and use it in GitHub Desktop.
小程序中去掉button默认样式
/* button 去除默认样式 */
button::after {
border: none;
}
button {
border-radius: 0;
line-height: 1;
background-color: transparent;
}
.button-hover {
background-color:transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment