mec_wev8.css
1.83 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
91
92
93
94
95
96
#homepageContainer{
position: relative;
}
/*列表页面扩展按钮*/
.ui-filterable{
position: relative;
}
.expandBtnDiv{
border: 1px solid rgb(221, 221, 221);
display: inline-block;
position: absolute;
top: 0px;
right: 10px;
height: 26px;
line-height: 26px;
background-color: #fff;
font-family: 'Microsoft Yahei', Arial;
font-size: 12px;
}
.expandBtnDivHasMore{
padding-right: 25px;
}
.expandBtnDiv .text{
padding: 0px 8px 0px 8px;
display: inline-block;
cursor: pointer;
}
.expandBtnDiv .moreFlag{
position: absolute;
top: 0px;
right: 0px;
width: 25px;
height: 26px;
display: none;
background-image: url("/mobilemode/images/homepage/homepage_bottom_wev8.jpg");
background-repeat: no-repeat;
background-position: center center;
cursor: pointer;
}
.expandBtnDivHasMore .moreFlag{
display: block;
}
.expandBtnDivMore{
background-color: #fff;
border: 1px solid rgb(221, 221, 221);
position: absolute;
z-index: 1000;
top:35px;
right: 10px;
display: none;
}
.expandBtnDivMore ul{
list-style: none;
margin: 0px;
padding: 0px;
}
.expandBtnDivMore ul li{
height: 32px;
padding: 0px 33px 0px 8px;
line-height: 32px;
border-bottom: 1px solid rgb(221, 221, 221);
cursor: pointer;
font-family: 'Microsoft Yahei', Arial;
font-size: 12px;
}
.expandBtnDivMore ul li:HOVER {
background-color: rgb(93, 156, 236);
color: #fff;
}
/*ProgressBar*/
.csProgressBar{
position: relative;
width: 100px;
border: 1px solid #eee;
padding: 1px;
}
.csProgressBar div{
display: block;
position: relative;
height: 18px;
background-color: #99b433;
}
.csProgressBar div span{
position: absolute;
width: 100px;
text-align: center;
font: 10px Verdana;
line-height: 18px;
color: #000;
}
.mec_refresh_loading{
height: 30px;
background: url("/mobilemode/images/mobile_loading_wev8.gif") no-repeat;
background-position: center center;
}