css浮動按鈕設置

.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>

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章