fixed

.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;
}
<a class="mobile" href="tel:xxxxxxxxxxx">
	<img src="mobile.png" width="34" height="34"/>
</a>

mobile

猜你喜欢

转载自blog.csdn.net/sr_www/article/details/84330204