flat: updata

This commit is contained in:
Apcallover
2024-02-21 11:20:26 +08:00
parent cb52386409
commit 89575182ac
2 changed files with 3 additions and 2 deletions

View File

@@ -587,6 +587,7 @@
background: url(@/static/img/index/bannerBg.png) no-repeat center center; background: url(@/static/img/index/bannerBg.png) no-repeat center center;
background-size: 100% 100%; background-size: 100% 100%;
padding-top: 24rpx; padding-top: 24rpx;
padding-bottom: 18rpx;
} }
.search_style{ .search_style{
color: #2297fa; color: #2297fa;
@@ -610,7 +611,7 @@
} }
.headd { .headd {
// background-color: #f6f6f6; background-color: #f6f6f6;
border-radius: 200rpx; border-radius: 200rpx;
border: 4rpx solid #2297fa; border: 4rpx solid #2297fa;
display: flex; display: flex;
@@ -753,7 +754,7 @@
width: 100%; width: 100%;
height: 440rpx; height: 440rpx;
background: #FEFFFE; background: #FEFFFE;
margin-top: 16rpx; // margin-top: 16rpx;
padding: 24rpx 0rpx 0rpx 32rpx; padding: 24rpx 0rpx 0rpx 32rpx;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 32 KiB