图片资源优化
@@ -139,12 +139,12 @@ onShow(async () => {
|
|||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
class="ranking-season"
|
class="ranking-season"
|
||||||
v-if="seasonData.length"
|
v-show="seasonData.length"
|
||||||
@click.stop="() => (showSeasonList = true)"
|
@click.stop="() => (showSeasonList = true)"
|
||||||
>
|
>
|
||||||
<text>{{ seasonName }}</text>
|
<text>{{ seasonName }}</text>
|
||||||
<image
|
<image
|
||||||
v-if="seasonData.length > 1"
|
v-show="seasonData.length > 1"
|
||||||
src="../static/triangle.png"
|
src="../static/triangle.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
@@ -417,6 +417,7 @@ onShow(async () => {
|
|||||||
}
|
}
|
||||||
.ranking-season > image {
|
.ranking-season > image {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
}
|
}
|
||||||
.ranking-season > text {
|
.ranking-season > text {
|
||||||
color: #ffd947;
|
color: #ffd947;
|
||||||
@@ -463,6 +464,7 @@ onShow(async () => {
|
|||||||
}
|
}
|
||||||
.battle-types > image {
|
.battle-types > image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 14vw;
|
||||||
}
|
}
|
||||||
.data-progress {
|
.data-progress {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 52 KiB |