From 6658118fbaaf800857eeb2b53a875498483ad800 Mon Sep 17 00:00:00 2001 From: hym Date: Fri, 21 Nov 2025 23:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BF=A1=E6=81=AF=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E7=AD=89=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/style.scss | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) 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