viewSet_wev8.css
2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
#maindiv {
position: fixed;height: 100%;width: 100%;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: -100;min-width:500px;
}
#topbar {
z-index:-10;
width: 100%;
height: 32px;
cursor: pointer;
overflow: hidden;
border-bottom:2px solid #CCC;
border-top:0px;
padding-top: 10px;
background:#3eaf0e repeat-x;
}
.topbar_text{
COLOR: #fff; MARGIN-LEFT: 20px; FONT-SIZE: 15px; FONT-WEIGHT: bold;
}
.commSet{
width: 100%;
margin-top: 10px;
overflow: hidden;
}
.commtitle {
width: 100%;
padding: 0px 6px 0px 10px;
height: 34px;
border-left: 1px solid #DCE4EB;
border-right: 1px solid #DCE4EB;
background: url('../images/bg/atte-list-bg_wev8.png');
padding-top: 10px;
}
.commtitle_text{
MARGIN-LEFT: 20px;MARGIN-TOP: 0px; FONT-SIZE: 14px;FONT-WEIGHT: bold;float: left;
}
.content{
border-bottom: 1px solid #E4E9ED;
border-left: 1px solid #E4E9ED;
border-right: 1px solid #E4E9ED;
min-height: 40px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
}
.content_text{
MARGIN-LEFT: 20px; FONT-SIZE: 13px;
}
.btnbase{
z-index:9999;position: relative;margin-right: 30px;float: right;font-size: 13px;cursor: pointer;margin-top: 0px;height: 20px;width:66px;
}
.coBarClose {
background: url(../images/bg/extentd-down_wev8.png) no-repeat;
cursor: pointer;
}
.coBarOpen {
background: url(../images/bg/extentd-up_wev8.png) no-repeat;
cursor: pointer;
}
.footbar {
width: 100%;
padding: 0px 6px 0px 10px;
height: 34px;
border-left: 1px solid #DCE4EB;
border-right: 1px solid #DCE4EB;
background: url('../images/bg/atte-list-bg_wev8.png');
padding-top: 7px;
}
.btnclass{
z-index:9999;margin-right: 10px;font-size: 13px;cursor: pointer;margin-top: 0px;height: 20px;width:80px;display:inline-block;float: right;
}
.btnleft {
background: url(../images/bg/btn_new_wev8.png) no-repeat transparent;
background-position: top left;
height: 21px;
cursor: pointer;
float: left;
padding-left: 26px;padding-top: 2px;padding-right: 26px;
}
.btnright {
background: url(../images/bg/btn_new_wev8.png) no-repeat transparent;
background-position: top right;
height: 23px;
width: 2px;
float: right;
}