参考网址:https://www.jb51.net/article/146375.htm
wxml:
<button class='niu'>123123</button>
css:
niu::after{
border:none;
}
本文探讨了WXML与CSS在实际项目中的应用,通过一个简单的按钮实例,展示了如何使用WXML标记语言定义页面结构,并利用CSS进行样式设计。特别关注了如何清除按钮边框的技巧。
参考网址:https://www.jb51.net/article/146375.htm
wxml:
<button class='niu'>123123</button>
css:
niu::after{
border:none;
}

被折叠的 条评论
为什么被折叠?