jquery.datefamily_wev8.css
2.28 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
.dp_panel{
background: #ffffff;
position: absolute;
}
.year{
width: 100px;
position: absolute;
}
.picker{
width: 100%;
border: 1px solid #cccccc;
padding: 9px 3px;
}
.season_year{
width: 100px;
display: inline-block;
border: none;
border-right: 1px solid #cccccc;
}
.week_year {
width: 100px;
display: inline-block;
border: none;
vertical-align: top;
}
.picker .picker_item{
display: inline-block;
width: 48%;
text-align: center;
height: 24px;
line-height: 24px;
cursor: pointer;
}
.picker .picker_item>div:hover{
color: #ffffff;
background-color: #018efb;
}
.picker .picker_item>div{
margin-left: 1px;
margin-top: 1px;
}
.dp_panel .dpactiveitem{
color: #ffffff;
background-color: #018efb;
}
.picker .picker_option{
color: #018efb;;
display: inline-block;
width: 45px;
text-align: center;
height: 24px;
line-height: 24px;
cursor: pointer;
}
.dpopbtn{
padding: 2px 3px;
width: 100%;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
text-align: center;
}
.dpopbtn .splitline{
width: 1px;
height: 8px;
display: inline-block;
border-left: 1px solid #018efb;
margin-left: 1px;
}
.dpopbtn .dpconfirm,.dpcancell{
display: inline-block;
padding: 3px;
color: #018efb;
width: 35px;
cursor: pointer;
}
.dpopbtn .dpconfirm:hover,.dpcancell:hover{
color: #ffffff;
background-color: #018efb;
}
.dpseason,.dpmonth{
width: 205px;
}
.dpweek{
width:218px;
}
.yearwrapper{
padding: 0px 3px;width: 100%;border: 1px solid #cccccc;background: #ffffff;
}
.season_seasons{
width: 90px;
display: inline-block;
padding-left: 5px;
text-align: center;
line-height: 38px;
vertical-align: top;
padding-top: 2px;
}
.season_seasons div{
cursor: pointer;
}
.season_seasons div:hover{
color: #ffffff;
background-color: #018efb;
}
.months{
display: inline-block;
width: 90px;
vertical-align: top;
line-height: 24px;
padding-top: 6px;
margin-left: 8px;
}
.months div{
display: inline-block;
width: 42px;
text-align: center;
cursor: pointer;
}
.months div:hover{
color: #ffffff;
background-color: #018efb;
}