赞
踩
具体代码如下:
index.wxml:
-
- <!--客服按钮-->
- <button open-type="contact" class="lianxi">
- <image src="../../icons/kefu.png" class="backimg"></image>
- </button>
index.wxss:
- .lianxi{
- background-color: rgba(255, 255, 255, 0);
- height: 150rpx;
- right:0rpx;
- bottom: 200rpx;
- position: fixed;
- }
- .backimg{
- z-index: 1;
- width: 100rpx;
- height: 100rpx;
- padding-left: 220rpx;
- }
结果如下:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。