shuishen
2021-06-25 ad293c8dbb7cc89f851f3b8af8ec77a4dd49696e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.jimu-widget-zoomslider {
  background-color: transparent;
}
 
.jimu-widget-zoomslider.vertical .zoom-in {
  border-bottom: none;
}
 
.jimu-widget-zoomslider .zoom {
  color: #FFF;
  background: rgba(0,0,0,0.5);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 5px;
}