/**
 * uni-app 电脑端浏览兼容样式表
 * 作者：河浪
 * 联系方式：QQ 1846492969，邮箱 helang.love@qq.com
 */

/* 隐藏页面内容 */
body[adapt='pc']>* {
	display: none !important;
}

/* 显示 uni-adapt-pc 标记内容 */
body[adapt='pc']>uni-adapt-pc {
	display: block !important;
}

body[adapt='pc'] {
	margin: 0;
	background-color: #fff;
	background-image: url(pc-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100vw;
	height: 100vh;
}

body[adapt='pc'] .container {
	position: fixed;
	width: 100%;
	height: 690px;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	min-width: 800px;
	max-width: 900px;
}

body[adapt='pc'] .container .iframe {
	width: 340px;
	height: 690px;
	background-image: url(pc-iPhoneX.png);
	/* background-image: url(pc-iphone12.png); */
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	padding: 0px;
}

body[adapt='pc'] .container .iframe>iframe {
	width: 316px;
	height: 620px;
	background-color: #fff;
	box-sizing: content-box;
	border: none;
	margin: 43px 0 0 12px;
	border-radius: 0 0 20px 20px;
}

body[adapt='pc'] .container .content {
	width: 400px;
	float: right;
	color: #42b983;
	/* margin-left: 60px; */
}

body[adapt='pc'] .container .content>h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 100px 0 50px 0;
}

body[adapt='pc'] .container .content>h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 50px 0;
}

body[adapt='pc'] .container .content .qrcode {
	border: #42b983 solid 2px;
	box-sizing: content-box;
	width: 200px;
}

body[adapt='pc'] .container .content>p {
	font-size: 15px;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: center;
	width: 200px;
	color: #333;
	height: 50px;
	line-height: 50px;
}
