weaver.calendar_wev8.css
2.48 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
132
133
134
135
136
137
138
139
140
141
142
.LDay td{
height: 30px;
text-align: center;
font-family: "微软雅黑";
font-size: 12px;
}
.ChineseDay td{
height: 40px;
}
.LDay div{
cursor:pointer;
width: 25px;
line-height: 25px;
margin:0 auto;
}
.title{
color:#5FB5FE;
width: 14%;
height: 30px !important;
}
.currentDay{
font-family: "微软雅黑";
font-size: 36px;
color: #E52355;
}
.currentWeekDay{
font-size: 12px;
color: #BCB8B9;
font-weight: bold;
}
.LeftArrow{
float:left;
width: 7px;
height: 10px;
background-image: url(../img/left_wev8.png) ;
background-repeat:no-repeat;
text-align: center;
margin: 10px;
margin-right: 8px;
cursor:pointer;
}
.LeftArrow2{
float:left;
width: 7px;
height: 10px;
background-image: url(../img/left_hot_wev8.png) ;
background-repeat:no-repeat;
text-align: center;
margin: 10px;
margin-right: 8px;
cursor:pointer;
}
.changeMonth{
float:left;
font-size: 16px;
color: #E52355;
height: 28px;
line-height: 28px;
}
.RightArrow{
float:left;
width: 7px;
height: 10px;
background-image: url(../img/right_wev8.png) ;
background-repeat:no-repeat;
text-align: center;
margin: 10px;
margin-left: 8px;
cursor:pointer;
}
.RightArrow2{
float:left;
width: 7px;
height: 10px;
background-image: url(../img/right_hot_wev8.png) ;
background-repeat:no-repeat;
text-align: center;
margin: 10px;
margin-left: 8px;
cursor:pointer;
}
.notSelectMonthDay{
color: #BCB8B9;
}
.hand{
cursor:pointer;
}
.hashPlanDiv{
background-image: url(../img/green_circle_wev8.png) ;
background-repeat:no-repeat;
text-align: center;
color:#fff !important;
}
.currentCalendar{
background-image: url(../img/blue_circle_wev8.png) ;
background-repeat:no-repeat;
text-align: center;
color:#fff !important;
}
.currentSelect{
background-image: url(../img/blue_ring_wev8.png) ;
background-repeat:no-repeat;
text-align: center;
color:#000 !important;
}
.planDataEvent{
height:100px;
width: 100%;
overflow-y: hidden;
position: relative;
}
.dataEvent{
line-height: 30px;
border-width: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #F3F2F2;
float: left;
height: 30px;
width: 100%;
}
.dateTerm{
width: 25px;
}
.solarTerm {
color: #bfbfbf !important;
line-height: 8px !important;
-webkit-text-size-adjust: none;
font-size: 8px !important;
-webkit-transform: scale(0.74,0.74);
width: 40px !important;
}
.paddingLeft0 {
padding: 0px!important;
height: 1px!important;
background-color: #E6E6E6 !important;
}