init
This commit is contained in:
21
miniprogram/assets/logo.svg
Normal file
21
miniprogram/assets/logo.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- 背景圆形 -->
|
||||
<circle cx="80" cy="80" r="80" fill="url(#gradient)" />
|
||||
|
||||
<!-- 购物袋图标 -->
|
||||
<path d="M50 60 L110 60 L105 120 L55 120 Z" fill="white" opacity="0.9" />
|
||||
<path d="M65 60 L65 50 C65 42 72 35 80 35 C88 35 95 42 95 50 L95 60" stroke="white" stroke-width="4" fill="none" opacity="0.9" />
|
||||
|
||||
<!-- 装饰元素 -->
|
||||
<circle cx="70" cy="85" r="3" fill="white" opacity="0.7" />
|
||||
<circle cx="90" cy="85" r="3" fill="white" opacity="0.7" />
|
||||
<circle cx="80" cy="100" r="2" fill="white" opacity="0.5" />
|
||||
|
||||
<!-- 渐变定义 -->
|
||||
<defs>
|
||||
<linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 919 B |
Reference in New Issue
Block a user