把博客园图标替换成自己的图标
把博客园图标替换成自己的图标end

小程序去除button默认样式

 

/* 去除button默认样式 */

button::after {

border: none;

}

button {

background-color: transparent;

padding-left: 0;

padding-right: 0;

line-height:inherit;

}

button {

border-radius:0;

}
原文链接:https://blog.csdn.net/leng0920/article/details/88682968

posted on 2020-06-30 11:46  无影尊者  阅读(1460)  评论(0编辑  收藏  举报

导航

$(function(){ $(".audioplay").simplemusic({ autoplay:true, urls:["http://m1.music.126.net/gpi8Adr_-pfCuP7ZXk_F2w==/2926899953898363.mp3"] }); });