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

    .div_upload {
	visibility: hidden;
	width: 100%;
	position: fixed;
	padding: 10px;
	top: 35%;
	left: 0%;
	text-align: center;
	z-index: 999;
}

.div_upload2 {
	width: 480px;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 4px #326696;
	background: #fff;
	padding: 20px;
}

.div_upload iframe {
	width: 100%;
	height: 180px;
	display: block;
	border: none;
}

.upload_btn {
	height: 34px;
	line-height: 34px;
	border: solid 1px #E4393C;
	border-radius: 4px;
	background: #E4393C;
	color: white;
	text-align: center;
	width: 68px;
	cursor: pointer;
}

.upload_btn:hover {
	opacity: 0.9;
}

#divuploadimgs img {
	width: 88px;
	height: 88px;
	cursor: pointer;
	margin-right: 5px;
}

#divuploadfiles a {
	margin-right: 5px;
}

.downloada {
	display: block;
	height: 38px;
	line-height: 32px;
	padding-left: 40px;
	border: solid 3px #E9EBF0;
	color: #105cb6;
	font-size: 16px;
	background: url(../img/zip.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position-y: 3px;
	background-position-x: 7px;
	white-space: nowrap;
	overflow: hidden;
	margin: 20px 0;
}

#setfiletjn {
	width: 450px;
	background-image: url(../img/black_25.png);
	border-radius: 5px;
	padding: 10px;
	position: fixed;
	top: 40%;
	left: 40%;
	visibility: hidden;
}

#setfiletjn .div2 {
	background: white;
	padding: 10px;
}

#setfiletjn .div2 table {
	width: 100%;
}

#setfiletjn .div2 table tr td {
	padding: 4px;
	vertical-align: middle;
	font-family: "microsoft yahei";
	font-size: 14px;
}