|
@@ -211,14 +211,14 @@
|
|
|
.phone-list-page{
|
|
|
box-sizing: border-box;
|
|
|
// 只有tabbar的
|
|
|
- .phone-scroll-view {height: calc(100vh - 182rpx - var(--status-bar-height));}
|
|
|
+ .phone-scroll-view {height: calc(100vh - 202rpx - var(--status-bar-height));}
|
|
|
|
|
|
// 带筛选的
|
|
|
- .phone-scroll-saixuan-view {height: calc(100vh - 270rpx - var(--status-bar-height));}
|
|
|
+ .phone-scroll-saixuan-view {height: calc(100vh - 290rpx - var(--status-bar-height));}
|
|
|
// 带搜索的
|
|
|
- .admin-phone-scroll-view{height: calc(100vh - 312rpx - var(--status-bar-height));}
|
|
|
+ .admin-phone-scroll-view{height: calc(100vh - 332rpx - var(--status-bar-height));}
|
|
|
// 只有tabbar
|
|
|
- .admin-phone-tabbar-view {height: calc(100vh - 200rpx - var(--status-bar-height));}
|
|
|
+ .admin-phone-tabbar-view {height: calc(100vh - 208rpx - var(--status-bar-height));}
|
|
|
|
|
|
|
|
|
// 带上边线的
|
|
@@ -548,7 +548,7 @@
|
|
|
|
|
|
// list
|
|
|
.my-list-box{
|
|
|
- width:700rpx;margin: 0 auto;background-color: #fff;border-radius: 8rpx;padding: 0 36rpx;
|
|
|
+ margin: 0 20rpx;background-color: #fff;border-radius: 8rpx;padding: 0 36rpx;
|
|
|
.list-row{border-bottom: 2rpx solid #eee;color: #333;box-sizing: border-box;padding: 36rpx 0;
|
|
|
display: flex;align-items: center;position: relative;}
|
|
|
.list-row::after{
|
|
@@ -593,7 +593,7 @@
|
|
|
/*** 家政人员列表 ***/
|
|
|
.admin-jiazheng-list{
|
|
|
width: 100%;height: 100vh;position: relative;
|
|
|
- .jz-scroll-view{height: calc(100vh - 380rpx - var(--status-bar-height));}
|
|
|
+ .jz-scroll-view{height: calc(100vh - 400rpx - var(--status-bar-height));}
|
|
|
.all-type-box{
|
|
|
position: absolute;top: 80rpx;left: 0;right: 0;bottom: 0;
|
|
|
z-index: 2;background-color: rgba(0,0,0,0.3);
|
|
@@ -1037,7 +1037,7 @@
|
|
|
|
|
|
/*** 子账号***/
|
|
|
.phone-zzh-page{
|
|
|
- .zzh-saixuan-view{height: calc(100vh - 300rpx - var(--status-bar-height));}
|
|
|
+ .zzh-saixuan-view{height: calc(100vh - 320rpx - var(--status-bar-height));}
|
|
|
.zzh-new-btn-box{
|
|
|
padding: 20rpx 24rpx 20rpx;background-color: #f4f6fa;box-sizing: border-box;
|
|
|
.phone-green-btn{font-size: 28rpx;}
|
|
@@ -1060,7 +1060,7 @@
|
|
|
|
|
|
/*** 已售课程***/
|
|
|
.phone-yishou-page{
|
|
|
- .ys-kc-saixuan-view{height: calc(100vh - 302rpx - var(--status-bar-height));}
|
|
|
+ .ys-kc-saixuan-view{height: calc(100vh - 320rpx - var(--status-bar-height));}
|
|
|
.yishou-item-card-row{
|
|
|
display: flex;display: flex;flex-direction: column;justify-content: space-between;
|
|
|
box-sizing: border-box;padding: 10rpx 0 16rpx;
|