forked from angelo/web-retail-h5
feat(share-btn): 添加分享按钮svg
This commit is contained in:
parent
80e4378d9e
commit
5234d19fea
|
@ -19,7 +19,7 @@ module.exports = vm => {
|
||||||
|
|
||||||
//#ifdef DEV_SERVER
|
//#ifdef DEV_SERVER
|
||||||
console.log('DEV_SERVER')
|
console.log('DEV_SERVER')
|
||||||
config.baseURL = 'http://t-bl.beida777.com/prod-api'
|
config.baseURL = 'https://t-bl.beida777.com/prod-api'
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
//#ifdef QA_SERVER
|
//#ifdef QA_SERVER
|
||||||
|
|
|
@ -24,10 +24,10 @@
|
||||||
</defs>
|
</defs>
|
||||||
|
|
||||||
<!-- 主背景 - 圆角矩形 -->
|
<!-- 主背景 - 圆角矩形 -->
|
||||||
<rect x="1" y="1" width="158" height="38" rx="8" ry="8" fill="url(#techGradient)" stroke="url(#borderGlow)" stroke-width="1"/>
|
<rect x="1" y="1" width="158" height="38" rx="19" ry="19" fill="url(#techGradient)" stroke="url(#borderGlow)" stroke-width="1"/>
|
||||||
|
|
||||||
<!-- 科技感光效层 -->
|
<!-- 科技感光效层 -->
|
||||||
<rect x="1" y="1" width="158" height="38" rx="8" ry="8" fill="url(#glowEffect)"/>
|
<rect x="1" y="1" width="158" height="38" rx="19" ry="19" fill="url(#glowEffect)"/>
|
||||||
|
|
||||||
<!-- 科技感装饰线条 -->
|
<!-- 科技感装饰线条 -->
|
||||||
<g opacity="0.4">
|
<g opacity="0.4">
|
||||||
|
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue