优化租聘界面布局
This commit is contained in:
parent
4c6bff9127
commit
fff022af03
|
|
@ -478,6 +478,7 @@ export default {
|
||||||
|
|
||||||
.fire-background-full {
|
.fire-background-full {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
top: 8rpx;
|
||||||
left: 30rpx;
|
left: 30rpx;
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
height: 592rpx;
|
height: 592rpx;
|
||||||
|
|
@ -486,13 +487,14 @@ export default {
|
||||||
|
|
||||||
// 主要内容区域
|
// 主要内容区域
|
||||||
.main-content {
|
.main-content {
|
||||||
position: relative;
|
position: absolute;
|
||||||
top: -220rpx;
|
top: 384rpx;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 40rpx 40rpx 0 0;
|
border-radius: 40rpx 40rpx 0 0;
|
||||||
margin: 0 30rpx;
|
margin: 0 30rpx;
|
||||||
padding: 40rpx;
|
padding: 40rpx;
|
||||||
min-height: 60vh;
|
min-height: 60vh;
|
||||||
|
width: 610rpx;
|
||||||
//border: #120d0d solid 2rpx;
|
//border: #120d0d solid 2rpx;
|
||||||
//box-shadow: 0 10rpx 30rpx rgba(0, 0, 0, 0.3);
|
//box-shadow: 0 10rpx 30rpx rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user