feat: 添加猜歌页面及相关资源文件
新增猜歌页面(guess.html)及配套CSS/LESS文件 添加多个SVG图片资源用于页面展示 优化song-request-station页面标题和图标 移除song-request-station页面无用样式和图片
This commit is contained in:
12
static/img/guess-bj.svg
Normal file
12
static/img/guess-bj.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="1064px" height="280px" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="115" y1="0" x2="1064" y2="280" id="LinearGradient295">
|
||||
<stop id="Stop296" stop-color="#f3974a" offset="0" />
|
||||
<stop id="Stop297" stop-color="#d73942" offset="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g transform="matrix(1 0 0 1 -496 -1103 )">
|
||||
<path d="M 184 280 L 0 237.125 L 104 0 L 1064 215.125 L 1064 262.5 C 1064 272.3 1055.2 280 1044 280 L 184 280 Z " fill-rule="nonzero" fill="url(#LinearGradient295)" stroke="none" transform="matrix(1 0 0 1 496 1103 )" />
|
||||
</g>
|
||||
</svg>
|
||||
Reference in New Issue
Block a user