校园-江西科技师范大学-前端
shuishen
2023-12-14 e733164e1c779b3aef7245936b9daf7875bf791e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#sceneview .ol-zoom,
#viewer-container .ol-zoom {
    padding: 1px !important;
    // &>div {
    //     background-color: #2196f3 !important;
    //     color: #fff !important;
    // }
 
    // .esri-disabled {
    //     span {
    //         color: #90CBF9 !important;
    //     }
    // }
 
    button {
        background-color: #2196f3 !important;
    }
}
 
#sceneview .ol-zoom {
    top: 52px !important;
}