This commit is contained in:
guiyangyang 2025-01-20 09:39:33 +08:00
commit 9f0b9b1131
5 changed files with 28 additions and 7 deletions

View File

@ -983,7 +983,7 @@ function switchOption(index) {
// font-weight: bold;
// }
.counter {
font-family: NotoSansSChineseRegular;
font-family: 'D-DIN';
font-size: 22px;
color: rgba(0, 0, 0, 0.8);
letter-spacing: 0;
@ -1119,8 +1119,8 @@ function switchOption(index) {
display: block;
}
.number {
font-family: NotoSansSChineseRegular;
font-size: 22px;
font-family: 'D-DIN';
font-size: 20px;
color: rgba(0, 0, 0, 0.86);
letter-spacing: 0;
// text-align: center;
@ -1130,7 +1130,7 @@ function switchOption(index) {
.text {
margin-top: 4px;
font-family: NotoSansSChineseRegular;
font-size: 20px;
font-size: 18px;
color: rgba(0, 0, 0, 0.4);
letter-spacing: 0;
font-weight: 400;

View File

@ -1,13 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="38" height="38" viewBox="0 0 38 38">
<defs>
<radialGradient id="radial-gradient" cx="0.5" cy="0.5" r="0.5" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#157bf8"/>
<stop offset="1" stop-color="#0062d9"/>
<stop offset="0" stop-color="#3fe4a9"/>
<stop offset="1" stop-color="#28d094"/>
</radialGradient>
<filter id="矩形_17108" x="0" y="0" width="38" height="38" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="1" result="blur"/>
<feFlood flood-color="#428de8" flood-opacity="0.251"/>
<feFlood flood-color="#28d094" flood-opacity="0.251"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="38" height="38" viewBox="0 0 38 38">
<defs>
<radialGradient id="radial-gradient" cx="0.5" cy="0.5" r="0.5" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#3fe4a9"/>
<stop offset="1" stop-color="#28d094"/>
</radialGradient>
<filter id="矩形_17108" x="0" y="0" width="38" height="38" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="1" result="blur"/>
<feFlood flood-color="#28d094" flood-opacity="0.251"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
</defs>
<g id="组_167077" data-name="组 167077" transform="translate(3.318 1)">
<g transform="matrix(1, 0, 0, 1, -3.32, -1)" filter="url(#矩形_17108)">
<rect id="矩形_17108-2" data-name="矩形 17108" width="32" height="32" rx="6" transform="translate(3 1)" fill="url(#radial-gradient)"/>
</g>
<path id="路径_86473" data-name="路径 86473" d="M32.958,26h1.778v6.462l5.591-3.227.889,1.538L35.624,34l5.6,3.236-.889,1.538-5.6-3.244V42H32.958V35.538l-5.609,3.227-.889-1.538L32.069,34l-5.582-3.236.889-1.538,5.582,3.227Z" transform="translate(-18.161 -18)" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB