dhz
2022-06-22 4d198cd78684d17c849b0bd7d323894009ca17f5
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
.onShow
{
    background:url(../images/onShow.gif) no-repeat left; 
    padding-left:20px; 
    margin-left:10px; 
    font-size: 12px;
    line-height:26px; 
    color:#84add6;
    vertical-align:middle;
}
.onFocus
{
    background:url(../images/onFocus.gif) no-repeat left; 
    padding-left:20px; 
    margin-left:10px; 
    font-size: 12px;
    color:#5badff;
    line-height:26px; 
    vertical-align:middle;
}
.onError
{
    background:url(../images/onError.gif) no-repeat left;
    padding-left:20px;
    margin-left:10px; 
    font-size: 12px;
    color:#ee0000;
    line-height:26px; 
    vertical-align:middle;
}
.onCorrect
{
    background:url(../images/onCorrect.gif) no-repeat left;
    padding-left:20px;
    margin-left:10px; 
    font-size: 12px;
    line-height:26px; 
    vertical-align:middle;
}
.onLoad
{
    background:url(../images/onLoad.gif) no-repeat 3px 3px left;
    padding-left:20px;
    margin-left:10px; 
    font-size: 12px;
    line-height:26px; 
    vertical-align:middle;
 
.inputOnShow
{
    color: #999999
}