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

    .admin-mainframe {
	width: 100%;
	overflow: hidden;
	padding: 20px;
	font-size: 12px;
}

.admin-plugframe {
	float: left;
	padding: 10px;
	display: inline-block;
	overflow: hidden;
	border: solid 1px transparent;
	cursor: default;
}

@media only screen and (min-width:1000px) {
	.admin-plugframe {
		width: 25%;
	}
}

@media only screen and (max-width: 1000px) {
	.admin-plugframe {
		width: 50%;
	}
}

.admin-plugframe:hover {
	border: solid 1px #3782F0;
}

.admin-plugframe .logo {
	text-align: center;
	width: 64px;
	height: 64px;
	margin: 10px auto;
	background-position: center;
	background-size: 64px 64px;
}

.admin-plugframe .text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.admin-plugframe .desc {
	height: 85px;
	overflow-y: auto;
}

.admin-btn {
	display: block;
	max-width: 120px;
	padding: 8px;
	background-color: #0374D5;
	color: white;
	margin: 10px auto;
	text-align: center;
	font-size: 16px;
}

.admin-btn:hover {
	color: white;
	opacity: 0.9;
	text-decoration: none;
}