tanxue пре 3 дана
родитељ
комит
ac6a31ff20
2 измењених фајлова са 26 додато и 6 уклоњено
  1. 6 0
      common/styles/global/components.scss
  2. 20 6
      common/styles/global/pages.scss

+ 6 - 0
common/styles/global/components.scss

@@ -364,6 +364,12 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
 	.is-input-border{border:0!important;}
 	.uni-input-placeholder{overflow: unset;}
 	.uni-easyinput__placeholder-class{font-size: 30rpx!important;}
+	.form-textarea-box{width: 100%;height: 160rpx;padding: 10rpx;border: 1rpx solid #e5e5e5;border-radius: 4px;}
+	.change-icon{
+		width: 36rpx;height: 36rpx;@include ezy-no-repeat-cover();transform: unset;
+		background-image: url("@/static/images/common/change-icon.svg");
+		display: inline-block;vertical-align: middle;margin-left: 8rpx;
+	}
 	.content-clear-icon{color: rgb(192, 196, 204)!important;}
 	icon{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;flex-shrink: 0;
 		background-image: url("@/static/images/common/nav-bar-jt-bottom.svg");

+ 20 - 6
common/styles/global/pages.scss

@@ -693,7 +693,6 @@
 	.upload-img-mask-box{position: relative;}
 	.upload-img-mask-box::before{content:'';position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 9;}
 	// 个人资料
-	.form-textarea-box{width: 100%;height: 160rpx;padding: 10rpx;border: 1rpx solid #e5e5e5;border-radius: 4px;}
 	.agree-section-box{
 		background-color: #fff;padding: 30rpx;font-size: 28rpx;
 		.phone-green-btn{font-size: 28rpx;margin: 20rpx auto 36rpx;width: 36%;}
@@ -710,11 +709,6 @@
 		display: flex;flex-wrap: wrap;flex: 1;padding: 0;
 		.phone-radio-item{width: 29%;margin:10rpx 2%;padding: 0 6rpx;}
 	} 
-	.change-icon{
-		width: 36rpx;height: 36rpx;@include ezy-no-repeat-cover();transform: unset;
-		background-image: url("@/static/images/common/change-icon.svg");
-		display: inline-block;vertical-align: middle;margin-left: 8rpx;
-	}
 	// 照片资料
 	.ziliao-upload-box{
 		background-color: #fff;display: flex;flex-wrap: wrap;padding: 32rpx;
@@ -1195,3 +1189,23 @@
 	.status-2 { color: #fff; } 
 	.status-3 { color: #f56c6c; } 
 }
+
+/* 客户列表页 */
+.admin-kehu-list{
+	width: 100%;height: 100vh;
+	.kh-new-btn-box{
+		padding: 20rpx 24rpx 20rpx;background-color: #f4f6fa;box-sizing: border-box;
+		.phone-green-btn{font-size: 28rpx;}
+	}
+}
+
+/* 客户info页 */
+.admin-kehu-info{
+	width: 100%;height: 100vh;
+	background-color: #f8f9fd;
+	.flex-start-row{
+		align-items: flex-start;
+		.phone-form-label{line-height: 70rpx;}
+	}
+	.info-btn{width: 360rpx;margin: 64rpx auto 24rpx;font-size: 30rpx;}
+}