overrall.css 912 字节
Newer Older
高源 已提交
1 2
@charset "UTF-8";

青阳龙野's avatar
青阳龙野 已提交
3
.titlebox {
高源 已提交
4
	height: 30px;
青阳龙野's avatar
青阳龙野 已提交
5
	line-height: 30px;
高源 已提交
6
	padding-top: 5px;
青阳龙野's avatar
青阳龙野 已提交
7
	padding-bottom: 5px;
高源 已提交
8 9 10 11 12 13
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	bottom: -7px;
}

青阳龙野's avatar
青阳龙野 已提交
14 15
.titletext {
	color: #000000;
高源 已提交
16 17 18
	font-size: 22px;
}

青阳龙野's avatar
青阳龙野 已提交
19 20
.graytext {
	color: #8b8b8b;
高源 已提交
21 22
}

青阳龙野's avatar
青阳龙野 已提交
23 24
.subtitle {
	color: #5cacee;
高源 已提交
25 26 27
	text-align: center;
}

青阳龙野's avatar
青阳龙野 已提交
28 29
.rightbtn {
	border-right: 10px;
高源 已提交
30 31 32 33
	float: right;
	margin-left: 10px;
}

青阳龙野's avatar
青阳龙野 已提交
34
.heading {
青阳龙野's avatar
青阳龙野 已提交
35 36
	margin-top:-10px;
	margin-bottom:-10px;
高源 已提交
37 38
}

青阳龙野's avatar
青阳龙野 已提交
39
.centerText {
高源 已提交
40
	text-align: center;
青阳龙野's avatar
青阳龙野 已提交
41 42 43 44 45 46 47 48 49 50 51 52 53 54
}

.uploadstatusbox {
	color: #9C9C9C;
	height: 48px;
	overflow: auto;
}

html {
	height: 100%;
}

body {
	height: 100%;
青阳龙野's avatar
青阳龙野 已提交
55 56 57 58 59 60 61 62 63 64 65 66 67
}

.loading {
	line-height: 56px;
	color: #545454;
	padding-left: 60px;
	font-size: 15px;
	background: #FFFFFF url(loading.gif) no-repeat 10px 50%;
	opacity: 0.7;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
高源 已提交
68
}