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

部分代码片段:

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;

}

/* 悬浮 */

相关推荐
德莱厄斯14 分钟前
简单聊聊小程序、uniapp及其生态圈
前端·微信小程序·uni-app
雨沫相与2 小时前
微信小程序-数据加密
微信小程序·小程序
老李不敲代码4 小时前
榕壹云外卖跑腿系统:基于Spring Boot的开源生活服务平台技术解析
spring boot·微信小程序·uni-app·开源·生活·软件需求
换日线°14 小时前
微信小程序一款不错的文字动画
微信小程序
忙碌的菠萝15 小时前
微信小程序页面分享
微信小程序·小程序
甜甜的资料库21 小时前
基于ssm智慧乡村旅游服务平台微信小程序源码数据库文档
数据库·微信小程序·旅游
小新1101 天前
微信小程序之弹窗布局
微信小程序·小程序
三脚猫的喵1 天前
微信小程序使用画布实现飘落泡泡功能
前端·javascript·微信小程序·小程序
莫魂魂1 天前
005微信小程序npm包_全局数据共享和分包
微信小程序·小程序·npm
番茄Salad2 天前
解决在微信小程序中view组件下的text和images设置了样式display: flex; align-items: center;对不齐
微信小程序·小程序