企业官网建站 小程序开发 云逸学习园地
技术文章 许愿墙
技术文章 PHP学习 Javascript学习 DIV+CSS学习 uniapp学习 HTML学习 微信小程序、公众号知识点 VUE知识学习
您所在的位置>云逸小栈>DIV+CSS学习>正文

去除button默认属性,css写法

2024-04-08 18:43:13 浏览 2427

看html代码:

<view class="haoyou dis-row" >
    <button open-type="share" class="dis-row">
<label><image src="@/static/guiji/fenxiang.png"></image></label>
<text>好友</text>
    </button>
</view>

css部分,通过button::after即可去除

.haoyou button{background-color: #0b988f;color: #ffffff;width: 120rpx;height: 50rpx;font-size: 24rpx;margin: 0rpx;padding: 0rpx;
line-height: 50rpx;padding-left: 10rpx;}
.haoyou button::after{background-color: none;border: none;}


网站开发者电话

18066742510

个人微信号
个人公众号
个人小程序
个人抖音