timeSpans.css
742 Bytes
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
.timeSpans {
background: url(../../../images/timePicker.png) no-repeat 101% -1px white;
/*background-color: #DBDFE5;*/
}
/*时间段选择窗口样式*/
.timeSelector {
min-height: 120px;
width: 236px;
padding: 8px;
position: absolute;
top: 0;
left: 0;
display: none;
background-color: white;
border: 1px solid #7c8895;
z-index: 99;
}
.timeSelector .Wdate {
width: 96px;
}
.timeSelector .btnDelete {
display: block;
float: right;
margin-top: 3px;
width: 16px;
height: 16px;
background: url(../../../images/btnDelete.png) no-repeat 0 0;
}
.timeSelector a.settingBtn {
float: left;
margin-right: 14px;
}
.timeSpanContainer li {
margin-bottom: 5px;
}