zhuguifei
2026-03-10 2c1fd10c6fbabb8e9f0e9f07fe66fb36c008e883
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
 
/***工厂日历**/
.lb-calendar-left{
    background-image:url(img/calendar.png);bodrer:0px;widht:32px;height:32px;
}
.lb-calendar-red{
    background-image:url(img/calendarRed.png);
    cursor:default;
}
.lb-calendar-grey{
    background-image:url(img/calendarGrey.png)
}
.lb-calendar-green{
    background-image:url(img/calendarGreen.png);
    cursor:default;
}
.lb-calendar-blue{
    background-image:url(img/calendarBlue.png);
    cursor:default;
}
.lb-calendar-prevCalendar{
    background-image:url(img/prevpage.png);
    background-repeat:no-repeat;
    background-position:50% 50%
}
.lb-calendar-nextCalendar{
    background-image:url(img/nextpage.png);
    background-repeat:no-repeat;
    background-position:50% 50%
}
.lb-calendar-center{
    background-image:url(img/center.png);
    background-repeat:no-repeat;
    background-position:50% 30%
}
 
/**
*品质监控台
*/
.icon_monitor_red {
    background-image: url(${pageContext.request.contextPath}/img/qualitymonitor/red.png);
    width: 16px;
    height: 16px;
}
.icon_monitor_yellow {
    background-image: url(${pageContext.request.contextPath}/img/qualitymonitor/yellow.png);
    width: 16px;
    height: 16px;
}
.icon_monitor_green {
    background-image: url(${pageContext.request.contextPath}/img/qualitymonitor/green.png);
    width: 16px;
    height: 16px;
}