美文网首页Vue
微信小程序中添加客服按钮contact-button自定义布局

微信小程序中添加客服按钮contact-button自定义布局

作者: 凤箫之舞 | 来源:发表于2020-06-11 16:10 被阅读0次

    这个有时候为了美观,需要自定义布局,因为它是用button包起来的,

    建议在button上面添加class,

        .cate-item-btn {
             `background-color: rgba(255, 255, 255, 0);`
            border: 0px;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: $font-sm + 2upx;
            color: $font-color-dark;
        }
    
        .cate-item-btn::after {
            `border: 0px;`
        }

    相关文章

      网友评论

        本文标题:微信小程序中添加客服按钮contact-button自定义布局

        本文链接:https://www.haomeiwen.com/subject/vbibtktx.html