-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathflowmaps.css
More file actions
executable file
·133 lines (121 loc) · 1.93 KB
/
Copy pathflowmaps.css
File metadata and controls
executable file
·133 lines (121 loc) · 1.93 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
.map_control {
position: absolute;
left: 5px;
z-index: 10000;
/*background: #e4e4e4;*/
margin-top: 10px;
//border-radius: 5px;
//border: #ccc solid 1px;
/*color: #0a794d;*/
}
.map_control div {
margin-left: 10px;
}
.map_control label {
font-size: 12px;
}
#cart-header-container {
border-bottom: 5px solid #454d50;
}
#cart-header {
font-size: 28px;
background-color: #454d50;
height: 40px;
line-height: 40px;
width: 30%;
text-align: center;
border-radius: 5px 5px 0 0;
color: #fff;
}
#mapDiv {
border: #d2d2d2 solid 1px;
border-radius: 1px;
}
.more h3 {
margin-bottom: 8px;
height: 30px;
}
span.left {
float: left;
width: 10%;
text-align: center;
border-bottom: 2px solid #E97B11;
}
span.right {
float: right;
width: 90%;
border-bottom: 2px solid #d0d0d0;
text-align: right;
a{
font-size: 15px;
color: #888;
}
}
span.left1 {
float: left;
width: 10%;
text-align: center;
border-bottom: 2px solid #d0d0d0;
a {
color: #222;
}
}
.left1:hover{
border-bottom: 2px solid #E97B11;
}
.left2:hover {
border-bottom: 2px solid #E97B11;
}
span.left2 {
float: left;
width: 10%;
text-align: center;
border-bottom: 2px solid #E97B11;
a {
color: #222;
}
a:hover {
text-decoration-line: none;
}
}
span.right2 {
float: right;
width: 80%;
border-bottom: 2px solid #d0d0d0;
text-align: right;
a{
font-size: 15px;
color: #888;
}
}
#map-introduce {
position: absolute;
right: 125px;
bottom: 279px;
font-size: 18px;
color: white;
}
#map-introduce-details {
position: absolute;
right: 34px;
bottom: 109px;
font-size: 12px;
}
#more-info{
position: absolute;
right: 100px;
bottom: 83px;
font-size: 12px;
}
.flows-maps-anli-title{
font-size: 16px;
background: #37b48a;
width: 80px;
height: 25px;
line-height: 25px;
border-radius: 5px;
color: white;
margin-bottom: 10px;
text-align: center;
margin-top: 20px;
}