success.css 448 Bytes
Newer Older
hanpeng committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
body{
	background:#fff;
}
#content{
	text-align:center;
}
#content img{
	width:1.96rem;
	margin-top:0.64rem;
}
#content .tip{
	font-size:0.4rem;
	color:#35354C;
	font-weight:600;
	margin-top:0.32rem;
}
#content .go_detail{
	width:4.4rem;
	height:0.8rem;
	line-height:0.8rem;
	text-align:center;
	color:#2CBCA0;
	background:#fff;
	border-radius:0.08rem;
	border:0.01rem solid #2CBCA0;
	font-size:0.32rem;
	margin-top:1.28rem;
	margin-left:1.56rem;
}