小程序添加悬浮在线客服源码

图片[1]-小程序添加悬浮在线客服源码

部分代码片段:

wxml:

<button plain='true'open-type="share" class="ymym">

<image mode='aspectFill' src='../../static/fx.png' class='ymimage'></image>

</button>

wxss:

/* 悬浮 */

.ymimage {

width: 74rpx;

height: 74rpx;

}

.ymym[plain] {

display: flex;

margin-right: 20rpx;

right: 0;

position: fixed;

bottom: 15%;

padding: 0;

border: none;

width: 74rpx;

height: 74rpx;

}

/* 悬浮 */
© 版权声明
THE END
喜欢就支持一下吧
点赞13 分享