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
| @charset "utf-8";
| /* CSS Document */
| body {
| margin: 0;
| font-family: "微软雅黑";
| }
|
| .text {
| height: 32px;
| width: 272px;
| border: 1px solid #aeaeae;
| }
|
| .texttitle {
| font-size: 14px;
| padding:10px;
|
| }
|
| select {
| width: 174px;
| height: 32px;
| border: 1px solid #aeaeae;
| padding-left: 10px;
| color: #333333;
| font-size: 14px;
| }
|
| textarea {
| float: left;
| font-size: 14px;
| height: 80px;
| width: 272px;
| }
|
| .submit_blue {
| margin-top: 110px;
| color: #FFF;
| font-size: 14px;
| border: 0;
| height: 32px;
| width: 94px;
| background: #609bf0;
| }
|
| .row {
| padding-top: 20px;
| height: 32px;
| line-height: 32px;
| font-size: 14px;
| }
|
| @media screen and (max-width: 1270px) {
| .img_1 {
| display: none;
| }
| .div_0 {
| display: none;
| }
| .div_bj {
| clear: both;
| float: left;
| margin-top: 5%;
| margin-left: 1%;
| }
| }
|
|