鱼C论坛

 找回密码
 立即注册
查看: 3677|回复: 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 | 显示全部楼层
<!DOCTYPE html>
<html lang="en">
        <head>
                <meta charset="utf-8">
                <title>0079</title>
                <style type="text/css">
                        body{
                                background: #000;
                                margin: 111px;
                        }
                        #rect3{
                                fill: #F88;
                        }
                        .rect1:hover{
                                fill:#F0F;
                        }
                        .rect2:hover{
                                fill:#F33;
                        }
                </style>
        </head>
        <body>
                <svg height="999px" width="999px">
                        <rect id="rect1" class="rect1" height="111px" width="111px" fill="#3F3"/>
                        <rect id="rect2" class="rect2" height="111px" width="111px" fill="#3FA" x="222px"/>
                        <rect id="rect3" height="33px" width="333px" y="222px"/>
                </svg>
        </body>
</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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>svg玩法练习</title>
    <style type="text/css">
        body{
            background: #000000;
            margin: 111px;
        }
        .rect3{
            fill: yellow;
        }
        .rect4{
            fill: #ff8888;
        }
        .rect1:hover{
            fill: #ff8888;
        }
    </style>
</head>
<body>
        <svg height = "999px" width = "999px"><!--需指定px单位-->
            <rect class="rect1" height="111px" width="111px" fill="#3f3"/>
            <rect class="rect2" height="111px" width="111px" fill="#3fa" x="222px"/>
            <rect class="rect3" height="90px" width="90px"  x="121.5px" y="121.5px"/>
            <rect class="rect4" height="33px" width="333px" y="222px"/>
        </svg>
</body>
</html>

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-22 09:21

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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