.go-home{
position: fixed;
bottom: 10%;
right: 8%;
z-index: 888;
border-radius: 40px;
}
以上是对class='go-home'的按钮设置的
<view class="go-home">
<van-button icon="wap-home-o" type="default" bindtap="tohome" />
</view>
.go-home{
position: fixed;
bottom: 10%;
right: 8%;
z-index: 888;
border-radius: 40px;
}
以上是对class='go-home'的按钮设置的
<view class="go-home">
<van-button icon="wap-home-o" type="default" bindtap="tohome" />
</view>