www.gusucode.com > HadSky PHP轻论坛系统源码 v2.4.2源码程序 > ytqlt_v2.4.2.0701/template/mb1/css/gps.css

    .gps {
	display: block;
	padding: 5px 5px;
	font-size: 14px;
	background: linear-gradient(to right, #eee, #FEFFFE);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "microsoft yahei";
	margin-bottom: 10px;
	border-radius: 20px;
}

.gps a,
.gps span {
	font-size: 14px;
	float: left;
	padding: 0 5px;
	color: #000000;
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gps img {
	float: left;
	width: 19px;
	height: 19px;
	margin-top: 2px;
}