tanxue 4 hete
szülő
commit
3a8ec42b3b
1 módosított fájl, 54 hozzáadás és 0 törlés
  1. 54 0
      common/styles/global/pages.scss

+ 54 - 0
common/styles/global/pages.scss

@@ -565,3 +565,57 @@
 } 
 // 等级选择弹窗
 .dj-select-item{border:1rpx solid #c5c5c5;text-align: center;margin:0 5% 30rpx;padding: 16rpx 0;font-size: 26rpx;border-radius: 8rpx;}
+
+/*** 家政人员简历 ***/
+.phone-jianli-page{
+	width: 100%;background-color: #f8f9fd;display: flex;flex-direction: column;
+	height: 100vh;
+	.right-icon-delete-btn{
+		width: 35rpx;height: 35rpx;@include ezy-no-repeat-cover();margin-right: 10rpx;
+	}
+	.jianli-wrap-box{overflow: auto;box-sizing: border-box;padding-bottom: 120rpx;}
+	.jianli-head-box{
+		display: flex;background-color:#3fd2a1;box-sizing: border-box;padding: 24rpx 36rpx;
+		margin: 24rpx 32rpx;border-radius: 10rpx;
+		.head-img-box{
+			width: 180rpx;height: 240rpx;margin-right: 32rpx;display: flex;align-items: center;
+			border-radius: 10rpx;overflow: hidden;position: relative;
+			.head-img{width: 180rpx;height: auto;}
+			.head-status{
+				height: 32rpx;line-height: 32rpx;padding: 0 16rpx;
+				position: absolute;right:0;bottom:0;border-radius: 10rpx 0 10rpx 0;text-align: center;
+				font-size: 24rpx;color: #fff;background-image: linear-gradient(to right, #fbba31, #fea32b);}
+		}
+		
+		.head-content-box{
+			display: flex;flex-direction: column;justify-content: space-around;font-size: 28rpx;color:#fff;
+			.name-row{font-size: 34rpx;font-weight: bold;}
+		}
+	}
+	
+	.jianli-body-box{background-color: #fff;box-sizing: border-box;padding: 24rpx 36rpx;}
+	.jbxx-label{word-spacing: 48rpx;margin-right: 10rpx;color: #666;flex-shrink: 0;}
+	.leixing-row{
+		display: flex;background-color: #e7f8f2;border-radius: 10rpx;
+		box-sizing: border-box;padding: 24rpx 32rpx;font-size: 30rpx;
+		.leixing-content{color: #333;font-weight: bold;line-height: 1.6;}
+	}
+	
+	.body-jbxx-box{
+		box-sizing: border-box;padding: 24rpx 32rpx 0;
+		>view{color: #333;font-size: 32rpx;display: flex;margin-bottom: 20rpx;line-height: 1.5;}
+		.jbxx-title{font-size: 30rpx;color: #3fd2a1;font-weight: bold;}
+	}
+	.jbxx-tip{font-size: 24rpx;color: #666;text-align:center;
+	box-sizing: border-box;padding: 20rpx 32rpx 0;justify-content: center;margin-bottom: 0;}
+	
+	.jianli-bottom-box{
+		width: 100%;height: 100rpx;background-color: #f9f9f9;border-top: 1rpx solid #eeeeee;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;
+		.bottom-icon{width: 36rpx;height: 36rpx;display: block;@include ezy-no-repeat-cover();margin: 0 auto 2rpx;}
+		.bottom-text{font-size: 24rpx;color: #333;}
+	}
+	
+	.jbxx-tel-btn{width: 240rpx;margin-top: 32rpx;font-size: 28rpx;}
+}