Lin_Ye_Fang_Huo/public/widgets/streetscape/view.css

19 lines
380 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/* 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);
}