From fbbb03338e7001ee635800a49de79ce2e4933ecf Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 20 Mar 2024 11:16:07 +0800 Subject: [PATCH] fix: 手持设备分钟 --- src/components/Wind/dataModel.css | 36 ++++++++++++++++++++++++++---------- 1 files changed, 26 insertions(+), 10 deletions(-) diff --git a/src/components/Wind/dataModel.css b/src/components/Wind/dataModel.css index 2b70606..2ca460c 100644 --- a/src/components/Wind/dataModel.css +++ b/src/components/Wind/dataModel.css @@ -2,11 +2,14 @@ .leaflet-popup-content-wrapper { width: 415px; height: 300px; - } - } - +.mypopupNoWind { + .leaflet-popup-content-wrapper { + width: 415px; + height: 160px; + } +} .marker_maptip { width: 380px; background: #fff; @@ -50,7 +53,10 @@ white-space: nowrap; } -.marker_maptip .marker_firstline_2WH .marker_citypart_keg .marker_name_small_1VU { +.marker_maptip + .marker_firstline_2WH + .marker_citypart_keg + .marker_name_small_1VU { font-size: 16px; height: 28px; line-height: 28px; @@ -67,12 +73,18 @@ margin-right: 0.8%; } -.marker_maptip .marker_firstline_2WH .marker_indexpart_2UI .marker_indexname_3TP { +.marker_maptip + .marker_firstline_2WH + .marker_indexpart_2UI + .marker_indexname_3TP { height: 20px; line-height: 20px; } -.marker_maptip .marker_firstline_2WH .marker_indexpart_2UI .marker_indexvalue_1O7 { +.marker_maptip + .marker_firstline_2WH + .marker_indexpart_2UI + .marker_indexvalue_1O7 { height: 24px; font-size: 16px; line-height: 24px; @@ -112,7 +124,11 @@ text-align: center; } -.marker_maptip .marker_secondline_2Om .marker_item_2Kk .marker_itemvalue_1l1 .marker_redpoint_2aL { +.marker_maptip + .marker_secondline_2Om + .marker_item_2Kk + .marker_itemvalue_1l1 + .marker_redpoint_2aL { width: 4px; height: 4px; padding: 3px; @@ -154,11 +170,11 @@ } .marker_maptip .windBox .windInfor { - width: 50%; + width: 55%; color: #999; font-size: 17px; padding-top: 15px; - padding-left: 30px; + padding-left: 20px; } .marker_maptip .windBox .windInfor div { @@ -170,4 +186,4 @@ font-size: 15px; width: 50%; color: #999; -} \ No newline at end of file +} -- Gitblit v1.8.0