|
@@ -693,7 +693,6 @@
|
|
|
.upload-img-mask-box{position: relative;}
|
|
.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;}
|
|
.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{
|
|
.agree-section-box{
|
|
|
background-color: #fff;padding: 30rpx;font-size: 28rpx;
|
|
background-color: #fff;padding: 30rpx;font-size: 28rpx;
|
|
|
.phone-green-btn{font-size: 28rpx;margin: 20rpx auto 36rpx;width: 36%;}
|
|
.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;
|
|
display: flex;flex-wrap: wrap;flex: 1;padding: 0;
|
|
|
.phone-radio-item{width: 29%;margin:10rpx 2%;padding: 0 6rpx;}
|
|
.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{
|
|
.ziliao-upload-box{
|
|
|
background-color: #fff;display: flex;flex-wrap: wrap;padding: 32rpx;
|
|
background-color: #fff;display: flex;flex-wrap: wrap;padding: 32rpx;
|
|
@@ -1195,3 +1189,23 @@
|
|
|
.status-2 { color: #fff; }
|
|
.status-2 { color: #fff; }
|
|
|
.status-3 { color: #f56c6c; }
|
|
.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;}
|
|
|
|
|
+}
|