瀏覽代碼

样式优化

tanxue 22 小時之前
父節點
當前提交
eac49523d6
共有 3 個文件被更改,包括 9 次插入9 次删除
  1. 1 1
      common/styles/global/components.scss
  2. 8 8
      common/styles/global/pages.scss
  3. 二進制
      static/images/login/ggg.gif

+ 1 - 1
common/styles/global/components.scss

@@ -33,7 +33,7 @@ view{box-sizing: border-box;}
 
 /***** tabbar  *****/
 .phone-custom-tabbar,.phone-client-tabbar{
-	width: 100%;height: 100rpx;background-color: #fff;border-top: 1rpx solid #e5e4e4;z-index: 9;
+	width: 100%;height: 120rpx;background-color: #fff;border-top: 1rpx solid #e5e4e4;z-index: 9;
 	position: fixed;left: var(-window-left);right: var(-window right);bottom: var(--window-bottom);
 	box-sizing: border-box;padding-bottom: env(safe-area-inset-bottom);display: flex;justify-content: space-around;align-items: center;
 	.tabbar-item{text-align: center;width: 160rpx;}

+ 8 - 8
common/styles/global/pages.scss

@@ -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;

二進制
static/images/login/ggg.gif