优化租聘界面布局

This commit is contained in:
WindowBird 2025-09-03 10:37:51 +08:00
parent 4c6bff9127
commit fff022af03

View File

@ -478,6 +478,7 @@ export default {
.fire-background-full {
position: relative;
top: 8rpx;
left: 30rpx;
width: 750rpx;
height: 592rpx;
@ -486,13 +487,14 @@ export default {
//
.main-content {
position: relative;
top: -220rpx;
position: absolute;
top: 384rpx;
background: #ffffff;
border-radius: 40rpx 40rpx 0 0;
margin: 0 30rpx;
padding: 40rpx;
min-height: 60vh;
width: 610rpx;
//border: #120d0d solid 2rpx;
//box-shadow: 0 10rpx 30rpx rgba(0, 0, 0, 0.3);
}