久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <i id='TKepD'><tr id='TKepD'><dt id='TKepD'><q id='TKepD'><span id='TKepD'><b id='TKepD'><form id='TKepD'><ins id='TKepD'></ins><ul id='TKepD'></ul><sub id='TKepD'></sub></form><legend id='TKepD'></legend><bdo id='TKepD'><pre id='TKepD'><center id='TKepD'></center></pre></bdo></b><th id='TKepD'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='TKepD'><tfoot id='TKepD'></tfoot><dl id='TKepD'><fieldset id='TKepD'></fieldset></dl></div>

    <small id='TKepD'></small><noframes id='TKepD'>

    1. <tfoot id='TKepD'></tfoot>
        • <bdo id='TKepD'></bdo><ul id='TKepD'></ul>
        <legend id='TKepD'><style id='TKepD'><dir id='TKepD'><q id='TKepD'></q></dir></style></legend>

        傳單重疊形狀不透明度

        leaflet overlapping shapes opacity(傳單重疊形狀不透明度)

          <tfoot id='BK0zh'></tfoot>
            <tbody id='BK0zh'></tbody>
            • <bdo id='BK0zh'></bdo><ul id='BK0zh'></ul>

                  <small id='BK0zh'></small><noframes id='BK0zh'>

                  <i id='BK0zh'><tr id='BK0zh'><dt id='BK0zh'><q id='BK0zh'><span id='BK0zh'><b id='BK0zh'><form id='BK0zh'><ins id='BK0zh'></ins><ul id='BK0zh'></ul><sub id='BK0zh'></sub></form><legend id='BK0zh'></legend><bdo id='BK0zh'><pre id='BK0zh'><center id='BK0zh'></center></pre></bdo></b><th id='BK0zh'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='BK0zh'><tfoot id='BK0zh'></tfoot><dl id='BK0zh'><fieldset id='BK0zh'></fieldset></dl></div>
                1. <legend id='BK0zh'><style id='BK0zh'><dir id='BK0zh'><q id='BK0zh'></q></dir></style></legend>

                  本文介紹了傳單重疊形狀不透明度的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  下面是帶有圓圈的傳單 (http://leafletjs.com/) 地圖的屏幕截圖.

                  Below is a screenshot of a leaflet (http://leafletjs.com/) map with circles in them.

                  圓圈的不透明度為 0.5,您可以清楚地看到它們重疊的位置.是否可以添加樣式規則以使重疊不具有更高的不透明度?傳單似乎不支持這一點,但我想知道 css 是否可以做到這一點?

                  The opacity of the circle is 0.5 and you can clearly see where they overlap. Is it possible to add a style rule such that the overlap doesn't have a higher opacity? It doesn't seem like leaflet has support for this but I wonder if such a thing is possible with css maybe?

                  我希望能夠顯示紅色圓圈的上方(即顯示其下方的內容)并具有同質的顏色.將不透明度分配給一個是不可行的.

                  I like to be able to show what the red circle is over (ie, show what is beneath it) and have a homogenous colour. Assigning the opacity to one is not feasible.

                  推薦答案

                  AFAIK 在 CSS 中沒有辦法防止半透明形狀的重疊區域相互添加"顏色,無論好壞是預期的行為(現實生活中這種形狀也會發生這種情況).

                  AFAIK there is no way in CSS to prevent the overlapping areas of semi-transparent shapes from having their colours "added" to each other, for better or worse this is expected behavior (it's what would happen with such shapes in real life too).

                  不幸的是,這對您沒有太大幫助,但是有一種可能的解決方法.如果您可以將這些形狀放入一個公共父元素中,則可以將 opacity:0.5; 應用于該元素.

                  Unfortunately that doesn't help you very much, however there is a possible work-around. If you can put these shapes into a common parent element you can apply opacity:0.5; to that instead.

                  簡單的例子:

                  <div class="wrapper" style="opacity:0.5">
                    <div class="circle"></div><!-- opacity:1 -->
                    <div class="circle"></div><!-- opacity:1 -->
                    <div class="circle"></div><!-- opacity:1 -->
                  </div>
                  

                  這將使 .wrapper 及其所有子項的 opacity0.5.然后圓圈可以只是純色,這意味著它們顯示為均勻的半透明區域.

                  That will make .wrapper and all of it's children have an opacity of 0.5. The circles can then just be a solid colour, which will mean they display as a homogeneous semi-transparent zone.

                  我自己沒有使用過leaflet.js,所以我不確定在你的情況下這是否是一個可行的解決方案,但這是我會嘗試的.

                  I have not used leaflet.js myself, so I don't know for certain if this is a workable solution in your situation, but it's what I would try.

                  這篇關于傳單重疊形狀不透明度的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Check if a polygon point is inside another in leaflet(檢查一個多邊形點是否在傳單中的另一個內部)
                  Changing leaflet markercluster icon color, inheriting the rest of the default CSS properties(更改傳單標記群集圖標顏色,繼承其余默認 CSS 屬性)
                  Trigger click on leaflet marker(觸發點擊傳單標記)
                  How can I change the default loading tile color in LeafletJS?(如何更改 LeafletJS 中的默認加載磁貼顏色?)
                  Adding Leaflet layer control to sidebar(將 Leaflet 圖層控件添加到側邊欄)
                  Leaflet - get latitude and longitude of a marker inside a pop-up(Leaflet - 在彈出窗口中獲取標記的緯度和經度)
                  <i id='XDIhl'><tr id='XDIhl'><dt id='XDIhl'><q id='XDIhl'><span id='XDIhl'><b id='XDIhl'><form id='XDIhl'><ins id='XDIhl'></ins><ul id='XDIhl'></ul><sub id='XDIhl'></sub></form><legend id='XDIhl'></legend><bdo id='XDIhl'><pre id='XDIhl'><center id='XDIhl'></center></pre></bdo></b><th id='XDIhl'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='XDIhl'><tfoot id='XDIhl'></tfoot><dl id='XDIhl'><fieldset id='XDIhl'></fieldset></dl></div>
                    <tbody id='XDIhl'></tbody>

                    <legend id='XDIhl'><style id='XDIhl'><dir id='XDIhl'><q id='XDIhl'></q></dir></style></legend>
                      • <bdo id='XDIhl'></bdo><ul id='XDIhl'></ul>

                        <tfoot id='XDIhl'></tfoot>

                            <small id='XDIhl'></small><noframes id='XDIhl'>

                          1. 主站蜘蛛池模板: 九九精品视频在线 | 奇色影视| 成人片网址 | 男女视频91 | 激情欧美一区二区三区 | 精品久久久一区二区 | xxx.在线观看| 精品真实国产乱文在线 | 我要看一级片 | 欧美综合在线视频 | 欧美一区二区三区在线视频 | 日韩免费一区二区 | 欧美亚洲国产精品 | 91精品一区二区三区久久久久 | 羞羞网站在线免费观看 | 国产精品久久久久久久白浊 | 亚洲国产成人av好男人在线观看 | 成人午夜激情 | 高清免费在线 | 亚洲欧美日韩在线一区二区 | 国产精品美女视频 | 免费黄色日本 | 农村妇女毛片精品久久久 | 国产高清在线精品 | 特级做a爱片免费69 精品国产鲁一鲁一区二区张丽 | 欧美一区二区三区视频 | 人人干人人艹 | 成人国产午夜在线观看 | 欧美一二三 | 婷婷毛片 | 亚洲欧美中文日韩在线v日本 | 国产精品精品久久久 | 日韩在线小视频 | 国产99精品| 国产高清免费 | 亚洲精品乱码久久久久v最新版 | 久久99这里只有精品 | 少妇精品亚洲一区二区成人 | 国产成人综合网 | 精品九九九 | 午夜二区 |