修改icon

This commit is contained in:
unknown 2023-11-07 14:43:57 +08:00
parent 9429778bcc
commit 249cfcd250
2 changed files with 3 additions and 2 deletions

1
src/assets/icon/json.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1699339271259" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4110" width="200" height="200" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 682.666667a42.666667 42.666667 0 1 1 42.666667-42.666667h85.333333a128 128 0 1 0-128 128 42.666667 42.666667 0 1 1-42.666667 42.666667h-85.333333a128 128 0 1 0 128-128z m-256-170.666667v298.666667a42.666667 42.666667 0 0 1-85.333333 0v-42.666667H85.333333v42.666667a128 128 0 0 0 256 0V512zM170.666667 170.666667h519.253333L853.333333 334.08V469.333333h85.333334v-170.666666L725.333333 85.333333H85.333333v384h85.333334z m640 426.666666a42.666667 42.666667 0 0 0-42.666667 42.666667v170.666667a42.666667 42.666667 0 0 0 85.333333 0v-170.666667a42.666667 42.666667 0 0 0-42.666666-42.666667m0-85.333333a128 128 0 0 1 128 128v170.666667a128 128 0 0 1-256 0v-170.666667a128 128 0 0 1 128-128z" p-id="4111" fill="#d81e06"></path></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -5,10 +5,10 @@
<!--工具简介-->
<div class="tools-intro" :style="{backgroundImage:'url('+require('../assets/banner-tools.png')+')'}" style=" background-size:100% 100%;">
<div style="width: 1600px; align-items: center; margin: 0 auto; " >
<el-image style="width: 100px; height: 100px; float: left" :src="require('@/assets/icon/CSS3.svg')"></el-image>
<el-image style="width: 100px; height: 100px; float: left" :src="require('@/assets/icon/json.svg')"></el-image>
<div style="position: relative; left: 40px">
<p style="font-size: 25px; font-weight: 600">JSON代码格式化工具</p>
<!-- <p>JSON格式化采用json-formatter-js插件实现</p>-->
<p>JSON格式化采用vue-json-viewer插件实现</p>
</div>