调整专区样式

This commit is contained in:
2024-09-24 11:08:23 +08:00
parent 3f6a12ee67
commit 0522d517e0
2 changed files with 5 additions and 3 deletions

View File

@@ -2,10 +2,12 @@
.image {
width: 100%;
height: auto;
padding: 40rpx;
padding: 20rpx 40rpx 10rpx;
box-sizing: border-box;
}
.servicesWrapper {
min-height: 80vh;
padding-top: 12rpx;
background: linear-gradient(to bottom, var(--middle-green), #fff );
}