Fei_Xian_Lin_Ye_Fang_Huo/public/widgets/streetscape/view.css

19 lines
380 B
CSS
Raw Permalink Normal View History

2023-08-18 08:55:52 +08:00
/* 2017-9-28 13:40:41 | 修改 木遥(微信: http://marsgis.cn/weixin.html */
.streetscapeBar {
position: absolute;
right: 5px;
top: 5px;
z-index: 19910601;
height: 50px;
padding: 5px 10px 5px 10px;
font-size: 14px;
background-color: #ffffff;
border-radius: 5px;
}
.dark .streetscapeBar {
color: #ffffff;
background-color: rgba(63, 72, 84, 0.6);
}