common.css 309 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
.content{
	width:100%;
}
.content img{
	width:100%
}
.button_warp{
	padding-left:0.15rem;
}
.button_item{
	float:left;
	margin:0.2rem;
	width:3.2rem;
	height:0.88rem;
	line-height:0.88rem;
	box-sizing:border-box;
	border:0.02rem solid #20CD99;
	border-radius:0.12rem;
	font-size:0.28rem;
	text-align:center;
}