Browse Source

样式修改

tanxue 1 tuần trước cách đây
mục cha
commit
74a94722df
1 tập tin đã thay đổi với 7 bổ sung5 xóa
  1. 7 5
      common/styles/global/pages.scss

+ 7 - 5
common/styles/global/pages.scss

@@ -623,7 +623,7 @@
 /*** 家政人员列表 ***/
 .admin-jiazheng-list{
 	width: 100%;height: 100vh;position: relative;
-	.jz-scroll-view{height: calc(100vh - 400rpx - var(--status-bar-height));}
+	.jz-scroll-view{height: calc(100vh - 220rpx - 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);
@@ -1583,7 +1583,7 @@
 		}
 		.haibao-card-box{
 			width: 31%;margin-right: 3.5%;font-size: 0;margin-bottom: 20rpx;
-			img{width: 100%;height: 260rpx;border-radius: 8rpx;}
+			img{width: 100%;height: 260rpx;border-radius: 8rpx; box-shadow: 0 0 6rpx 0 rgba(0, 0, 0, 0.2);}
 			.card-name{font-size: 24rpx;color: #666;text-align: center;margin-top: 6rpx;@include single-line-ellipsis();}
 		}
 		.haibao-card-box:nth-child(3n){margin-right: 0;}
@@ -1596,7 +1596,7 @@
 	display: flex;flex-direction: column;
 	.haibao-info-body-box{
 		box-sizing: border-box;padding: 24rpx;flex: 1;overflow-y: auto;font-size: 0;
-		display: flex;flex-direction: column;background-color: #fff;
+		display: flex;flex-direction: column;background-color: #202020;
 		img{width: 100%;}
 		.haibao-info-text{
 			color: #000;font-size: 32rpx;display: flex;align-items: center;
@@ -1605,8 +1605,10 @@
 			.tel-icon{background-image: url("@/static/images/common/haibao-yh-icon.svg");}
 		}
 		.haibao-info-text + .haibao-info-text{margin-top: 16rpx;}
-		.info-text-box{background-color: #fff;padding: 20rpx;border-radius:0 0 8rpx 8rpx;}
-		.img-box{border-radius: 8rpx;border: 1rpx solid #ccc;}
+		.info-text-box{background-color: #fff;padding: 20rpx;border-radius:0 0 8rpx 8rpx;
+		position: absolute;bottom: 16rpx;left: 0;}
+		//border-radius: 8rpx;border: 1rpx solid #ccc;
+		.img-box{position: relative;}
 	}
 }