鱼C论坛

 找回密码
 立即注册
查看: 3456|回复: 5

[庖丁解牛] 0 0 7 9 - 最纯纯的SVG玩法 - rect

[复制链接]
发表于 2017-3-15 13:41:02 | 显示全部楼层 |阅读模式
购买主题 已有 7 人购买  本主题需向作者支付 2 鱼币 才能浏览

本帖被以下淘专辑推荐:

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2017-3-15 15:08:25 | 显示全部楼层
厉害了 Word哥
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-8-24 01:40:05 | 显示全部楼层
交作业!
079.jpg
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2019-3-30 18:25:43 | 显示全部楼层
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.         <head>
  4.                 <meta charset="utf-8">
  5.                 <title>0079</title>
  6.                 <style type="text/css">
  7.                         body{
  8.                                 background: #000;
  9.                                 margin: 111px;
  10.                         }
  11.                         #rect3{
  12.                                 fill: #F88;
  13.                         }
  14.                         .rect1:hover{
  15.                                 fill:#F0F;
  16.                         }
  17.                         .rect2:hover{
  18.                                 fill:#F33;
  19.                         }
  20.                 </style>
  21.         </head>
  22.         <body>
  23.                 <svg height="999px" width="999px">
  24.                         <rect id="rect1" class="rect1" height="111px" width="111px" fill="#3F3"/>
  25.                         <rect id="rect2" class="rect2" height="111px" width="111px" fill="#3FA" x="222px"/>
  26.                         <rect id="rect3" height="33px" width="333px" y="222px"/>
  27.                 </svg>
  28.         </body>
  29. </html>
复制代码
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-1-13 17:28:14 | 显示全部楼层
get新标签svg
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-4-11 16:45:20 | 显示全部楼层
本帖最后由 小脑斧 于 2020-4-11 17:07 编辑

test_3.png
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>svg玩法练习</title>
  7.     <style type="text/css">
  8.         body{
  9.             background: #000000;
  10.             margin: 111px;
  11.         }
  12.         .rect3{
  13.             fill: yellow;
  14.         }
  15.         .rect4{
  16.             fill: #ff8888;
  17.         }
  18.         .rect1:hover{
  19.             fill: #ff8888;
  20.         }
  21.     </style>
  22. </head>
  23. <body>
  24.         <svg height = "999px" width = "999px"><!--需指定px单位-->
  25.             <rect class="rect1" height="111px" width="111px" fill="#3f3"/>
  26.             <rect class="rect2" height="111px" width="111px" fill="#3fa" x="222px"/>
  27.             <rect class="rect3" height="90px" width="90px"  x="121.5px" y="121.5px"/>
  28.             <rect class="rect4" height="33px" width="333px" y="222px"/>
  29.         </svg>
  30. </body>
  31. </html>
复制代码


想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-4-20 04:21

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表