微信小程序悬浮搜索样式设置
时间 :
2022-10-26
编辑 :超级管理员
<navigator url="/pages/search/index">
<view>
<image class="add_icon" src="/images/search_active.png"></image>
</view>
</navigator>
.add_icon{
height: 70rpx;
width: 70rpx;
position: fixed;
bottom: 120rpx;
right: 13rpx;
opacity: 0.7
}