【私域操盘手】 操盘手端UI - 场景获客

This commit is contained in:
柳清爽
2025-03-24 16:28:04 +08:00
parent c7bd865dad
commit 4e96b79acb
8 changed files with 233 additions and 48 deletions

View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 转化漏斗 -->
<path d="M24 24H56L44 44V56L36 60V44L24 24Z"
stroke="#4080ff"
stroke-width="3"
fill="none"/>
<!-- 数据流动线 -->
<path d="M28 28L32 32M36 28L40 32M44 28L48 32"
stroke="#4080ff"
stroke-width="2"
stroke-linecap="round"/>
<!-- 转化指示箭头 -->
<path d="M34 48L40 52L46 48"
stroke="#4080ff"
stroke-width="2.5"
stroke-linecap="round"
stroke-linejoin="round"/>
<!-- 外圈效果 -->
<circle cx="40" cy="40" r="28"
stroke="#4080ff"
stroke-width="2"
stroke-dasharray="4 4"
fill="none"/>
<!-- 装饰点 -->
<circle cx="32" cy="32" r="2" fill="#4080ff"/>
<circle cx="40" cy="32" r="2" fill="#4080ff"/>
<circle cx="48" cy="32" r="2" fill="#4080ff"/>
</svg>

After

Width:  |  Height:  |  Size: 978 B