diff --git a/src/style/style.scss b/src/style/style.scss index b2f8902..a4eaa71 100644 --- a/src/style/style.scss +++ b/src/style/style.scss @@ -1779,4 +1779,64 @@ header{ } } +.mapboxgl-ctrl-logo { + display: none !important; +} +.popup-table { + border-spacing: 0; + font-family: 'Microsoft YaHei'; + color: #006400; + /*border-collapse: collapse; + empty-cells: show;*/ + table-layout: fixed; + word-break: break-all; + word-wrap: break-word; + border-collapse: collapse; + /* min-width:300px; + max-width:400px;*/ + width: auto; +} + +.popup-table caption { + font: italic 85%/1 arial, sans-serif; + padding: 1em 0; + text-align: center; +} + +.popup-table td, +.popup-table th { + border: 1px solid rgba(0, 100, 255, 0.2); + border-width: 1px 1px 1px 1px; + font-size: inherit; + padding: 3px; + overflow: visible; + /*white-space: normal;*/ +} + +.popup-table thead { + font-family: 'Microsoft YaHei'; + background-color: rgba(0, 100, 255, 0.2); + text-align: center; + vertical-align: bottom; +} + +.popup-table td { + background-color: transparent; +} + +.popup-table-odd td { + background-color: #f2f2f2; +} + +.popup-table-td-left td { + text-align: left; +} + +.popup-table-td-center td { + text-align: center; +} + +.popup-table-td-right td { + text-align: right; +} \ No newline at end of file