/**
 * +----------------------------------------------------------------------
 * | 微链聊天App商业源代码,禁止任何形式分发、共享、复制、反编译，一经发现将最低以10万元金额索赔。
 * | 未经授权的用户，仅供从事学习研究之用，不具备商业运作的合法性，如果未获取系统授权而从事商业行为。
 * | 我们将保留对其使用系统停止升级、关闭、甚至对其商业运作行为媒体曝光和追究法律责任的起诉权利。
 * | 法律条款：https://h-app.cn/article-details/lokluuzese5Q.html
 * +----------------------------------------------------------------------
 * Copyright (c) 2023-2024 https://h-app.cn All rights reserved.
 * +----------------------------------------------------------------------
 * | Author：laowu <server@ipwas.cn> date:2024年5月26日 12:47:54
 * +----------------------------------------------------------------------
**/
#happ_cn{display: none;}
#happ_cn[data-v-app]{
	display: block;
}
.h-app-loading{
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	flex-direction: row;
}
.h-app-content-area{
	padding:10px;
}
.article-info{
	margin-bottom: 10px;
}
.article-info .createtime,
.article-info .updatetime{
	font-size: 14px;
	color: #666666;
	user-select: none;
}
.h-app-header{
	background: linear-gradient(17deg, #FF5B6C, #FF3C51, var(--van-orange));
	width: 100%;
	height: 11rem;
}
html,body{
	height: 100vh;
}