callDangAnExe.css 519 Bytes
html,body{
	width:100%;
	height:100%;
	background-color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
}
.theme-blue-border{
	border:1px solid #0096eb;
	border-radius: 8px;
}
.info-div{
	width:350px;
	padding:30px 20px;
	font-size:18px;
}
.operate-btn{
	background-color:#0096eb;
	border-radius: 5px;
	color:#fff;
	text-align: center;
	padding:5px;
	display:none;
}
.operate-area{
	margin-top:20px;
}
.repair-tips{
	margin-top: 20px;
    font-size: 12px;
    color: #0096eb;
    cursor: pointer;
}