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
| .jimu-widget-Basemap {
| position: relative;
| font-size: 14px;
| height: 32px;
| line-height: 32px;
| width: 100%;
| background: rgba(44, 46, 46, 0.75);
| color: #fff;
| border-radius: 0 6px 6px 0;
| text-align: center;
| cursor: pointer;
| z-index: 10 !important;
| }
|
| .jimu-widget-Basemap .base-map {
| width: 100%;
| }
| .jimu-widget-Basemap .base-map i {
| display: inline-block;
| width: 16px;
| height: 16px;
| background: url(../../../images/baseMapSmall.png) no-repeat;
| background-size: 16px;
| vertical-align: middle;
| }
| .jimu-widget-Basemap .base-map span:hover {
| text-decoration: underline;
| }
|
|