username@email.com
2022-01-21 b18a7c8e54b51a5caa400e55cb8cc428c0301a0c
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
body
{
}
.contentLeft
{
    text-align: left;
}
.verticalTop
{
    vertical-align: top;
}
.col_third
{
    width: 33%;
    text-align: left;
}
/*编辑页table列 三列时用*/
.col_half
{
    width: 50%;
    text-align: left;
}
/*两列时用*/
.normalsel
{
    width: 130px;
    height:25px;
}
.remark
{
    width: 80%;
    height: 50px;
    vertical-align: top;
    word-break: break-all;
    word-wrap: break-word;
}
.printTypeEdit
{
    color: White;
    background-color: #79BEDD;
    text-indent: 5px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
}
.CkBoxFocused
{
    border: 1px #75BBEC solid;
    background-color: White;
    outline: none;
}
.warning
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
    text-align: left;
    text-indent: 20px;
    color: #F79A04;
    font-size: 14px;
}
/*警告样式*/
label
{
    outline-width: 0;
    border: 0;
}
 
input:radio
{
    outline-width: 0;
    border: 0;
}
#div_nofocusdiv
{
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    background-color: Gray;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
#div_nofocusdiv #div_blurinfo
{
    display: block;
    width: 170px;
    border: 1px solid white;
    height: 25px;
    line-height: 25px;
    margin: 13% auto 0 auto;
    color: White;
    font-weight: bolder;
    font-size: 25px;
    vertical-align: middle;
    text-align: center;
}
#span_datepanel{    border:0;}
#span_datepanel,.keydate
{
    height:23px;
    width:120px;
    cursor:default;
    
}
#span_datepanel span ,#span_datepanel span  *
{
    padding: 0;
    margin: 0;
    border: 0;
    background-color:transparent;
    width:auto;
    height:25px;
    line-height:25px;
    cursor:default;
}
 
#span_datepanel  #txtTempYear
{
    width: 27px; 
 
}
#span_datepanel  input 
{
    width: 14px;
}
 
#span_datepanel .txtTempDateBackground
{
    position:absolute;
    width:130px;
    z-index:-1;
    border:1px solid #CCCCCC;
    height:22px;
}
#span_datepanel strong{font-family:黑体;}