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

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

        <tfoot id='hUYi8'></tfoot>
        <legend id='hUYi8'><style id='hUYi8'><dir id='hUYi8'><q id='hUYi8'></q></dir></style></legend>

      1. <small id='hUYi8'></small><noframes id='hUYi8'>

          <bdo id='hUYi8'></bdo><ul id='hUYi8'></ul>
      2. 使用 CSS 樣式化 SVG 圓圈

        Style SVG circle with CSS(使用 CSS 樣式化 SVG 圓圈)
        <i id='cVdFJ'><tr id='cVdFJ'><dt id='cVdFJ'><q id='cVdFJ'><span id='cVdFJ'><b id='cVdFJ'><form id='cVdFJ'><ins id='cVdFJ'></ins><ul id='cVdFJ'></ul><sub id='cVdFJ'></sub></form><legend id='cVdFJ'></legend><bdo id='cVdFJ'><pre id='cVdFJ'><center id='cVdFJ'></center></pre></bdo></b><th id='cVdFJ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='cVdFJ'><tfoot id='cVdFJ'></tfoot><dl id='cVdFJ'><fieldset id='cVdFJ'></fieldset></dl></div>
            1. <legend id='cVdFJ'><style id='cVdFJ'><dir id='cVdFJ'><q id='cVdFJ'></q></dir></style></legend>
                <tbody id='cVdFJ'></tbody>

                <bdo id='cVdFJ'></bdo><ul id='cVdFJ'></ul>
              • <small id='cVdFJ'></small><noframes id='cVdFJ'>

                <tfoot id='cVdFJ'></tfoot>
                • 本文介紹了使用 CSS 樣式化 SVG 圓圈的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  所以我有我的 SVG 圓.

                  So I have my SVG-circle.

                  <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
                     <circle cx="168" cy="179" r="59" fill="white" />
                  </svg>
                  

                  當一個人懸停在圓圈時,我希望它是 120%.我嘗試了寬度,高度和筆劃.懸停時沒有找到使圓圈變大的任何解決方案.有什么建議嗎?

                  I want it to be 120% when one hover the circle. I tried both with width, height and stroke. Haven't find any solution to make the circle bigger when hovering. Any suggestions?

                  circle:hover
                    {
                      stroke-width:10px;
                    }
                  
                  circle:hover
                    {
                      height: 120%;
                      width: 120%;
                    }
                  

                  推薦答案

                  根據 SVG 1.1 規范,您不能使用 CSS 設置 SVG 圓圈的 r 屬性的樣式 https://www.w3.org/TR/SVG/styling.html#SVGStylingProperties.但你可以這樣做:

                  As per the SVG 1.1 specification you can't style the r attribute of an SVG circle using CSS https://www.w3.org/TR/SVG/styling.html#SVGStylingProperties. But you can do:

                  <circle cx="168" cy="179" r="59"
                          fill="white" stroke="black"
                          onmouseover="evt.target.setAttribute('r', '72');"
                          onmouseout="evt.target.setAttribute('r', '59');"/>
                  

                  在某些現代瀏覽器部分支持的 SVG 2 中,您可以使用 CSS 設置圓的 r 屬性樣式.https://www.w3.org/TR/SVG2/styling.html#PresentationAttributes

                  In SVG 2, which is partially supported by some modern browsers, you can style the r attribute of circles using CSS. https://www.w3.org/TR/SVG2/styling.html#PresentationAttributes

                  這篇關于使用 CSS 樣式化 SVG 圓圈的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

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

                  相關文檔推薦

                  ionic - How to wordwrap a long string in ion-header(ionic - 如何在 ion-header 中對長字符串進行自動換行)
                  How to change the css class name dynamically in angular 2(如何在角度2中動態更改css類名)
                  Ionic 2 login popup using Modal and styling(使用模態和樣式的 Ionic 2 登錄彈出窗口)
                  how to do horizontal scroll in ionic 3(如何在ionic 3中進行水平滾動)
                  Virtual scroll ion-img tag overlapping to another ion card(與另一個離子卡重疊的虛擬滾動 ion-img 標簽)
                  How to remove default color in input type?(如何刪除輸入類型中的默認顏色?)
                    <legend id='kqgQ7'><style id='kqgQ7'><dir id='kqgQ7'><q id='kqgQ7'></q></dir></style></legend>
                      <tbody id='kqgQ7'></tbody>

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

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

                            <bdo id='kqgQ7'></bdo><ul id='kqgQ7'></ul>
                            <tfoot id='kqgQ7'></tfoot>
                          • 主站蜘蛛池模板: 亚洲免费视频播放 | 99热热热 | 久久天堂 | 91麻豆精品国产91久久久久久久久 | 国产成人精品一区二区 | 欧美三级三级三级爽爽爽 | 一本一道久久a久久精品综合蜜臀 | 99精品免费久久久久久日本 | 日韩成人免费av | 久久夜视频 | 先锋av资源网 | 日韩免费一区二区 | 午夜极品 | 午夜小影院| 羞羞免费网站 | 国产精品日日做人人爱 | 久久国产精品-国产精品 | 毛片在线视频 | 男人天堂av网站 | 国产亚洲一区二区三区 | 午夜国产在线 | 久久久www成人免费精品张筱雨 | 成人在线视频观看 | av片网| 中文天堂网 | 国产成人精品午夜视频免费 | 亚洲区一 | 欧美日韩成人影院 | 亚洲国产视频一区二区 | 91一区二区| 精品久久久久久 | 国产午夜精品久久久 | 欧美日日| 亚洲成人中文字幕 | a久久 | 热久久999 | 日韩免费在线视频 | 日本午夜在线视频 | 一级黄片一级毛片 | 亚洲成人一区二区 | 不卡一区二区在线观看 |