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
| @charset "utf-8";
| /* CSS Document */
|
| body{ font-family:宋体, Arial, Helvetica, sans-serif;
| font-size:12px;
| color:#000000;
| }
| a{color:#0033CC;}
| h1, h2, p, form{
| border:0px;
| margin:0px;
| padding:0px;
| }
| input{ font-family:宋体, Arial, Helvetica, sans-serif; width:150px; height:25px;
| font-size:12px;
| }
| h2{ color:#666666;
| margin-bottom:20px;
| font-size:16px;
| }
| div.main{
| margin:30px auto;
| width:484px;
| }
| div.box{
| background:url(../images/ckdl.png) no-repeat; width:464px; height:247px;
| padding:10px;
| color:#333333;
| margin-bottom:20px;
| }
| div.box h1 { padding-left:20px;
| font-size:14px;
| color:#ffffff;
|
| }
| div.box p{padding-bottom:14px; margin:0px auto;}
| div.box input .input-text{
| border:1px solid #3b6e22;
| color:#666666;
| width:300px;
| }
| div.box label{ padding-top:15px;
| display:block;
| margin-bottom:10px;
| color:#555555;
| }
| div.box label span{ font-size:12px; padding-left:100px;
| display:block;
| float:left;
| padding-right:15px;
| width:70px;
| text-align:right;
| padding-top:5px;
|
| }
| .spacer{margin-left:190px;
| margin-bottom:10px;
| font-size:12px;
| color:#555555;
| }
| .green{ background:url(../images/btn.png) no-repeat; width:112px; height:39px;
| padding:0px 6px;
| height:39px;
| line-height:24px;
| color:#FFFFFF;
| font-size:12px;
| margin-right:10px;
| display:inline-block;
| text-decoration:none;
| }
| .tip{
| border-top: 1px solid #D8D8D8;
| color: #3C3C3C;
| font-family: Microsoft YaHei,Simsum,serif;
| text-align: center;
| padding-top: 15px;
| font-weight: 400;
| line-height: 16px;
| height: 40px;
| }
|
|