|
@@ -1,5 +1,9 @@
|
|
|
page{
|
|
|
overflow-x: hidden;
|
|
|
+ display: flex;
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ flex-direction: column;
|
|
|
}
|
|
|
.header-title{
|
|
|
// padding:0 34rpx;
|
|
@@ -102,6 +106,8 @@ page{
|
|
|
|
|
|
.contant_box{
|
|
|
background: #f9fafa;
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
.spacelist_box{
|
|
|
margin:20rpx 32rpx 0;
|
|
|
.space_item{
|
|
@@ -372,7 +378,8 @@ page{
|
|
|
}
|
|
|
.placeholder-view{
|
|
|
width: 100%;
|
|
|
- height: 156rpx;
|
|
|
+ height: 202rpx;
|
|
|
+ // height: 156rpx;
|
|
|
}
|
|
|
}
|
|
|
.faillogin{
|
|
@@ -391,6 +398,7 @@ page{
|
|
|
flex-direction: row;
|
|
|
box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
|
|
|
border-radius: 0px 0px 4px 4px;
|
|
|
+ border-top:1px solid #F5F6F7;
|
|
|
}
|
|
|
.spacedetail{
|
|
|
display: flex;
|
|
@@ -398,6 +406,7 @@ page{
|
|
|
align-items: center;
|
|
|
}
|
|
|
.footer_box{
|
|
|
+ z-index:100;
|
|
|
.item_title{
|
|
|
font-size: 18px;
|
|
|
line-height: 28px;
|