php 粘性网站标签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 粘性网站标签相关的知识,希望对你有一定的参考价值。

/* Whatsapp Button */
.fk-whatsapp-button {
	position: fixed;
	bottom: 1rem;
	left: 1rem;
	background: #fff;
	width: 50px;
	padding: 0.4rem 0.4rem 0;
	box-shadow: 0px 10px 24px 6px rgba(0,0,0,0.06);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.fk-whatsapp-button a {
	color: #486066;
	font-size: 0.8rem;
}

.fk-whatsapp-button-image {
	width: 100%;
}

.fk-whatsapp-button-text {
	width: 70%;
	display: none;
}

@media(min-width:992px) {
	.fk-whatsapp-button {
		width: 300px;
	}
	
	.fk-whatsapp-button-image {
		width: 30%;
		padding: 0.5rem 1rem 0.5rem 0.5rem;
	}
	
	.fk-whatsapp-button-text {
		display: block;
	}
}
<div class="fk-whatsapp-button">
	<div class="fk-whatsapp-button-image">
			<a href="#"><img class="fk-whatsapp-image" src="http://savergy.de/wp-content/uploads/2018/03/Messenger_Icon.png"/></a>
	</div>
	<div class="fk-whatsapp-button-text">
		<a href="#">
			Sie haben noch Fragen? Klicken Sie hier und erreichen Sie uns im Messenger!
		</a>
	</div>
</div>

以上是关于php 粘性网站标签的主要内容,如果未能解决你的问题,请参考以下文章

粘性标题跳转(Wordpress 主题)

提升网站的用户粘性的5个技巧

文件的粘性标签不是一个分支 - CVS

粘性标题 - 使用标签滚动

需要粘性页眉/页脚,但 CMS 不会让我在正文标签中编码

使用 HighCharts 为点或永久标签创建粘性工具提示