fuchengshen
2022-07-04 343ba87e09501be7a63abde000a43e13a5b4f03e
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
.toolsbar-mappic {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
}
 
.toolsbar-mappic ul {
  margin: 0;
  padding: 0;
}
 
.toolsbar-mappic ul li {
  display: inline-block;
  width: 75px;
  list-style-type: none;
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
}
 
.toolsbar-mappic ul li img {
  border: solid 2px #fff;
  width: 75px;
  height: 70px;
}
 
.toolsbar-mappic ul li.hover {
  color: #337fe5;
}
 
.toolsbar-mappic ul li:hover {
  color: #337fe5;
}
 
.toolsbar-mappic ul li.hover img {
  border: solid 2px #337fe5;
}
 
.toolsbar-mappic ul li:hover img {
  border: solid 2px #337fe5;
}
 
.toolsbar-mappic ul li a {
  text-decoration: none;
  color: #333;
}