quotaTransfer.css
1.02 KB
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
@CHARSET "UTF-8";
.quotatop {
padding-top: 40px;
}
.quotatop p {
float: left;
line-height: 70px;
height: 90px;
}
.quotatop p input {
border: 1px solid black;
margin-right: 22px;
height: 21px;
}
.quotalist tr {
height: 60px;
}
.quotalist tr.bgGray {
background: #efefef;
}
.quotalist {
position: relative;
text-align: center;
}
.quotatits {
width: 750px;
position: relative;
left: 130px;
top: -20px;
}
.quotatits p {
float: left;
margin-right: 1px;
height: 20px;
}
/*查询*/
#search {
width: 100px;
height: 30px;
display: inline-block;
vertical-align: inherit;
text-align: center;
color: #fff;
line-height: 30px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
margin-left: 40px;
border-radius: 5px;
background: #bf1414;
}
.submits{
width: 80px;
margin-left: 30px;
margin-top: 22px;
}
.applybtn {
font-size: 13px;
color: #f00;
border: 1px solid #f00;
padding: 4px 10px;
background-color: #fff;
font-family: inherit;
font-weight: bold;
border-radius: 3px;
}