久久久久久久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成人| 久久综合伊人 | 久色网| 午夜精品久久 | 国产精品一区二区电影 | 中文字幕亚洲国产 | 成人a免费| 国产伦精品一区二区三区四区视频 | 欧美激情在线观看一区二区三区 | 国产一区二区电影 | 干干干日日日 | 亚洲欧洲精品在线 | 天堂久久天堂综合色 | 又爽又黄axxx片免费观看 | 最新中文字幕第一页视频 | 亚洲视频二区 | 成人午夜精品 | 色花av| 日韩av免费在线电影 | 国产一区精品 | 国产高清免费视频 | 在线观看www视频 | 男女免费视频网站 | 综合久久av | 欧美成人激情 | 日韩视频在线免费观看 | 国产福利在线 | 国产传媒在线播放 | 精品视频999 | 国产人免费人成免费视频 | 91在线精品视频 | 欧美日韩在线一区二区三区 | 在线日韩 | 中文字幕第一页在线 |