fixed

CSS

.mobile{
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	background-size:cover;
	z-index:999;
	background:darkblue;
	border-radius:50%;
	padding:8px;
	opacity:0.6;
}

HTML

<a class="mobile" href="tel:xxxxxxxxxxx">
	<img src="mobile.png" width="34" height="34"/>
</a>

posted on 2022-09-09 10:23  小馬過河﹎  阅读(171)  评论(0)    收藏  举报

导航