|
@@ -126,6 +126,9 @@
|
|
}
|
|
}
|
|
.admin-shouye-page{
|
|
.admin-shouye-page{
|
|
width: 100%;background-color: #f8f9fd;box-sizing: border-box;padding-bottom: 120rpx;overflow: auto;
|
|
width: 100%;background-color: #f8f9fd;box-sizing: border-box;padding-bottom: 120rpx;overflow: auto;
|
|
|
|
+ /* #ifdef H5 */
|
|
|
|
+ height: calc(100vh - 180rpx);
|
|
|
|
+ /* #endif */
|
|
/* #ifdef APP-PLUS */
|
|
/* #ifdef APP-PLUS */
|
|
height: 100vh;
|
|
height: 100vh;
|
|
/* #endif */
|
|
/* #endif */
|
|
@@ -213,11 +216,26 @@
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
// 只有tabbar的
|
|
// 只有tabbar的
|
|
.phone-scroll-view {height: calc(100vh - 182rpx - var(--status-bar-height));}
|
|
.phone-scroll-view {height: calc(100vh - 182rpx - var(--status-bar-height));}
|
|
|
|
+
|
|
|
|
+ /* #ifdef APP-PLUS */
|
|
// 带筛选的
|
|
// 带筛选的
|
|
.phone-scroll-saixuan-view {height: calc(100vh - 270rpx - var(--status-bar-height));}
|
|
.phone-scroll-saixuan-view {height: calc(100vh - 270rpx - var(--status-bar-height));}
|
|
// 带搜索的
|
|
// 带搜索的
|
|
.admin-phone-scroll-view{height: calc(100vh - 312rpx - var(--status-bar-height));}
|
|
.admin-phone-scroll-view{height: calc(100vh - 312rpx - var(--status-bar-height));}
|
|
|
|
+ // 只有tabbar
|
|
|
|
+ .admin-phone-tabbar-view {height: calc(100vh - 200rpx - var(--status-bar-height));}
|
|
|
|
+ /* #endif */
|
|
|
|
|
|
|
|
+ /* #ifdef H5 */
|
|
|
|
+ // 带筛选的
|
|
|
|
+ .phone-scroll-saixuan-view {height: calc(100vh - 350rpx);}
|
|
|
|
+ // 带搜索的
|
|
|
|
+ .admin-phone-scroll-view{height: calc(100vh - 392rpx);}
|
|
|
|
+ // 只有tabbar
|
|
|
|
+ .admin-phone-tabbar-view {height: calc(100vh - 280rpx);}
|
|
|
|
+ /* #endif */
|
|
|
|
+
|
|
|
|
+
|
|
// 带上边线的
|
|
// 带上边线的
|
|
.scroll-top-border{border-top: 1rpx solid #f4f6fa;}
|
|
.scroll-top-border{border-top: 1rpx solid #f4f6fa;}
|
|
.admin-list-box{
|
|
.admin-list-box{
|
|
@@ -588,7 +606,13 @@
|
|
}
|
|
}
|
|
/*** 家政人员列表 ***/
|
|
/*** 家政人员列表 ***/
|
|
.admin-jiazheng-list{
|
|
.admin-jiazheng-list{
|
|
- width: 100%;height: 100vh;position: relative;
|
|
|
|
|
|
+ width: 100%;position: relative;
|
|
|
|
+ /* #ifdef H5 */
|
|
|
|
+ height: calc(100vh - 180rpx);
|
|
|
|
+ /* #endif */
|
|
|
|
+ /* #ifdef APP-PLUS */
|
|
|
|
+ height: 100vh;
|
|
|
|
+ /* #endif */
|
|
.jz-scroll-view {height: calc(100vh - 270rpx - var(--status-bar-height));}
|
|
.jz-scroll-view {height: calc(100vh - 270rpx - var(--status-bar-height));}
|
|
.all-type-box{
|
|
.all-type-box{
|
|
position: absolute;top: 80rpx;left: 0;right: 0;bottom: 0;
|
|
position: absolute;top: 80rpx;left: 0;right: 0;bottom: 0;
|
|
@@ -1007,8 +1031,8 @@
|
|
.kc-notbind-scroll-view{height: calc(100vh - 156rpx - var(--status-bar-height));overflow-y: auto;}
|
|
.kc-notbind-scroll-view{height: calc(100vh - 156rpx - var(--status-bar-height));overflow-y: auto;}
|
|
/* #endif */
|
|
/* #endif */
|
|
/* #ifdef H5 */
|
|
/* #ifdef H5 */
|
|
- .kc-bind-scroll-view{height: calc(100vh - 246rpx - var(--status-bar-height));overflow-y: auto;}
|
|
|
|
- .kc-notbind-scroll-view{height: calc(100vh - 146rpx - var(--status-bar-height));overflow-y: auto;}
|
|
|
|
|
|
+ .kc-bind-scroll-view{height: calc(100vh - 336rpx);overflow-y: auto;}
|
|
|
|
+ .kc-notbind-scroll-view{height: calc(100vh - 236rpx - var(--status-bar-height));overflow-y: auto;}
|
|
/* #endif */
|
|
/* #endif */
|
|
.admin-list-box{
|
|
.admin-list-box{
|
|
.kecheng-list-card{
|
|
.kecheng-list-card{
|