transit.css
1.9 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
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
#transit {
font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
}
#transit .padding10 {
padding: 10px;
}
#transit .inline-form {
line-height: 40px;
font-size: 0px;
}
#transit .inline-form input {
box-sizing: border-box;
width: 100px;
height: 40px;
line-height: 40px;
border: 1px solid #ddd;
background: #fff;
padding-left: 10px;
font-size: 14px;
color: #333;
}
#transit .inline-form .divied {
display: inline-block;
width: 30px;
text-align: center;
color: #000;
font-size: 14px;
vertical-align: bottom;
}
#transit .inline-form .m-btn {
box-sizing: border-box;
width: 60px;
height: 40px;
font-size: 14px;
text-align: center;
line-height: 40px;
border-radius: 0px;
background: #23ac38;
color: #fff;
float: right;
border: 0px solid #ddd;
}
#transit .column {
margin-top: 10px;
padding: 10px;
border: 1px solid #ddd;
background: #fff;
position: relative;
}
#transit .column .name {
font-size: 16px;
color: #333;
line-height: 26px;
}
#transit .column .links {
height: 34px;
line-height: 26px;
color: #23ac38;
font-size: 14px;
}
#transit .column hr {
border: 0px solid #ddd;
border-top: 1px solid #ddd;
}
#transit .column .addr {
height: 35px;
line-height: 35px;
font-size: 14px;
color: #999;
padding-right: 80px;
}
#transit .column .btn-contact {
padding: 0px;
width: 70px;
height: 30px;
line-height: 30px;
font-size: 14px;
border: 1px solid #ddd;
border-radius: 0px;
background: #fff;
color: #666;
text-align: center;
position: absolute;
bottom: 10px;
right: 10px;
}
#transit .more {
margin-top: 40px;
margin-bottom: 20px;
border-top: 1px solid #ddd;
text-align: center;
position: relative;
}
#transit .more .tip {
display: inline-block;
padding: 0 15px;
font-size: 14px;
color: #999;
top: -11px;
left: 50%;
margin-left: -70px;
position: absolute;
background: #f5f5f5;
}