chore: 删除未使用的图片和图标文件,并更新样式和图片引用

删除 `img/logo2.jpeg` 和 `img/iconfont---.svg` 文件,更新 `pages/index/index.wxss` 和 `pages/washCodeList/washCodeList.wxss` 中的样式,并修改 `template/pageLoding/pageLoding.wxml` 中的图片引用为 `/img/logo.png`。
This commit is contained in:
XiaoMo 2025-04-16 22:15:13 +08:00
parent 2ed13ebf88
commit c79b3599cf
5 changed files with 3 additions and 85 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@ -118,7 +118,7 @@
top: -20rpx; top: -20rpx;
color: #fff; color: #fff;
background-color: #0056A3; background-color: #0056A3;
font-size: 24rpx; font-size: 22rpx;
padding: 0 12rpx; padding: 0 12rpx;
line-height: 36rpx; line-height: 36rpx;
border-radius: 0 0 0 20rpx; border-radius: 0 0 0 20rpx;

View File

@ -72,6 +72,7 @@
border-radius: 18rpx; border-radius: 18rpx;
box-shadow: 0 0rpx 9rpx 4rpx hsla(0,0%,80%,.75); box-shadow: 0 0rpx 9rpx 4rpx hsla(0,0%,80%,.75);
padding: 14rpx 20rpx 14rpx 14rpx; padding: 14rpx 20rpx 14rpx 14rpx;
margin-bottom: 20rpx;
} }
.item .top { .item .top {

View File

@ -5,6 +5,6 @@
<view class="loader"></view> <view class="loader"></view>
</view> </view>
</view> </view>
<image class="logo" src="/img/logo2.jpeg"></image> <image class="logo" src="/img/logo.png"></image>
</view> </view>
</view> </view>