|
@@ -1,18 +1,18 @@
|
|
/**newIndex.wxss**/
|
|
/**newIndex.wxss**/
|
|
|
|
|
|
-page {
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.pointerEvents{
|
|
.pointerEvents{
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
/deep/.el-carousel__container{
|
|
/deep/.el-carousel__container{
|
|
height: 100%!important;
|
|
height: 100%!important;
|
|
}
|
|
}
|
|
|
|
+.bookingSheet{
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
.contentBox{
|
|
.contentBox{
|
|
position: relative;
|
|
position: relative;
|
|
width: 100vw;
|
|
width: 100vw;
|
|
- height: 100vh;
|
|
|
|
|
|
+ height: 100%;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background-color: white;
|
|
background-color: white;
|
|
@@ -30,7 +30,7 @@ page {
|
|
left: 0px;
|
|
left: 0px;
|
|
top: 0px;
|
|
top: 0px;
|
|
width: 100vw;
|
|
width: 100vw;
|
|
- height: 100vh;
|
|
|
|
|
|
+ height: 100%;
|
|
background: linear-gradient(180.00deg, #aeb6c1 0%, #adb7c3 16.75%, #d1c8b9 78%, #d7cebf 100%);
|
|
background: linear-gradient(180.00deg, #aeb6c1 0%, #adb7c3 16.75%, #d1c8b9 78%, #d7cebf 100%);
|
|
// z-index: 2;
|
|
// z-index: 2;
|
|
}
|
|
}
|
|
@@ -108,6 +108,7 @@ page {
|
|
width: 0;
|
|
width: 0;
|
|
height: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
color: transparent;
|
|
|
|
+ display: none;
|
|
}
|
|
}
|
|
.tab-item{
|
|
.tab-item{
|
|
// width:190px;
|
|
// width:190px;
|
|
@@ -289,15 +290,16 @@ page {
|
|
width: 0;
|
|
width: 0;
|
|
height: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
color: transparent;
|
|
|
|
+ display: none;
|
|
}
|
|
}
|
|
@media screen and (max-height: 750px){
|
|
@media screen and (max-height: 750px){
|
|
.master-pic{
|
|
.master-pic{
|
|
margin-top: 102px!important;
|
|
margin-top: 102px!important;
|
|
}
|
|
}
|
|
.question{
|
|
.question{
|
|
- bottom: 150px!important;
|
|
|
|
|
|
+ bottom: 130px!important;
|
|
}
|
|
}
|
|
.bottom-view{
|
|
.bottom-view{
|
|
- bottom: 38px!important;
|
|
|
|
|
|
+ bottom: 30px!important;
|
|
}
|
|
}
|
|
}
|
|
}
|