|
|
@@ -622,8 +622,9 @@
|
|
|
}
|
|
|
/*** 家政人员列表 ***/
|
|
|
.admin-jiazheng-list{
|
|
|
- width: 100%;height: 100vh;position: relative;
|
|
|
- .jz-scroll-view{height: calc(100vh - 220rpx - var(--status-bar-height));}
|
|
|
+ width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
|
|
|
+ .phone-navBar-box,.jiazheng-search-box,.list-new-btn-box{flex-shrink: 0;}
|
|
|
+ .jz-scroll-view{flex: 1;overflow-y: auto;padding-bottom: 120rpx;}
|
|
|
.all-type-box{
|
|
|
position: absolute;top: 80rpx;left: 0;right: 0;bottom: 0;
|
|
|
z-index: 2;background-color: rgba(0,0,0,0.3);
|
|
|
@@ -656,8 +657,8 @@
|
|
|
.card-img-box{width: 180rpx;height: 240rpx;display: flex;align-items: center;margin-right: 24rpx;flex-shrink: 0;overflow: hidden;border-radius: 8rpx;}
|
|
|
img{width: 180rpx;height: 240rpx;}
|
|
|
.content-text-row{
|
|
|
- display: flex;justify-content: space-between;font-size: 30rpx;color: #333;line-height: 46rpx;
|
|
|
- .text-status{font-size: 26rpx;color: #3fd2a1;border: 1rpx solid #3fd2a1;padding: 0 12rpx;border-radius: 8rpx;}
|
|
|
+ display: flex;justify-content: space-between;align-items: center;font-size: 30rpx;color: #333;line-height: 46rpx;
|
|
|
+ .text-status{font-size: 26rpx;color: #3fd2a1;border: 1rpx solid #3fd2a1;padding: 0 12rpx;border-radius: 8rpx;flex-shrink: 0;}
|
|
|
}
|
|
|
}
|
|
|
}
|