优化租聘界面布局
This commit is contained in:
parent
4c6bff9127
commit
fff022af03
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user