|
@@ -1197,6 +1197,39 @@
|
|
|
padding: 20rpx 24rpx 20rpx;background-color: #f4f6fa;box-sizing: border-box;
|
|
padding: 20rpx 24rpx 20rpx;background-color: #f4f6fa;box-sizing: border-box;
|
|
|
.phone-green-btn{font-size: 28rpx;}
|
|
.phone-green-btn{font-size: 28rpx;}
|
|
|
}
|
|
}
|
|
|
|
|
+ .kh-scroll-view{height: calc(100vh - 398rpx - var(--status-bar-height));}
|
|
|
|
|
+ .uni-list--border-top{display: none!important;}
|
|
|
|
|
+ .ht-list-item-box{
|
|
|
|
|
+ width: 100%;background-color: #f4f6fa!important;
|
|
|
|
|
+ .uni-list--border{display: none!important;}
|
|
|
|
|
+ .uni-list-item__container{padding: 0 24rpx 24rpx;flex-direction: column;}
|
|
|
|
|
+ }
|
|
|
|
|
+ .card-head-row{
|
|
|
|
|
+ display: flex;flex-direction: row;justify-content: flex-end;position: relative;
|
|
|
|
|
+ .ht-head-btn{font-size: 24rpx;width: 120rpx;padding: 0 10rpx;flex-shrink: 0;
|
|
|
|
|
+ line-height: 50rpx;margin: 0;}
|
|
|
|
|
+ .ht-head-btn + .ht-head-btn{margin-left: 16rpx;}
|
|
|
|
|
+ .del-btn-box{
|
|
|
|
|
+ width: 80rpx;height: 80rpx;position: absolute;left: -24rpx;top: -16rpx;
|
|
|
|
|
+ display: flex;align-items: center;justify-content: center;
|
|
|
|
|
+ .del-btn{width: 40rpx;height: 40rpx;display: inline-block;vertical-align: middle;margin-left: 24rpx;
|
|
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/common/clear-bz-icon.svg");}
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .kh-card-box{
|
|
|
|
|
+ background-color:#e5f8f4;display: flex;flex-direction: column;margin-top: 16rpx;
|
|
|
|
|
+ box-sizing: border-box;padding: 24rpx;border-radius: 16rpx;border: 1rpx solid #f0f1f5;
|
|
|
|
|
+ .card-body-row{
|
|
|
|
|
+ display: flex;flex-direction: column;justify-content: space-evenly;border: 1rpx solid #f0f1f5;
|
|
|
|
|
+ background-color: #fdfdfd;border-radius: 16rpx;margin-top: 24rpx;padding: 12rpx 0;min-height: 220rpx;
|
|
|
|
|
+ .body-row{display: flex;align-items: center;padding: 12rpx 24rpx;box-sizing: border-box;}
|
|
|
|
|
+ .user-icon,.tel-icon,.idcard-icon{width: 36rpx;height: 36rpx;@include ezy-no-repeat-cover();margin-right: 20rpx;}
|
|
|
|
|
+ .user-icon{background-image: url("@/static/images/common/user-green-icon.png");}
|
|
|
|
|
+ .tel-icon{background-image: url("@/static/images/common/tel-green-icon.png");}
|
|
|
|
|
+ .idcard-icon{background-image: url("@/static/images/common/zymc-icon.png");}
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* 客户info页 */
|
|
/* 客户info页 */
|
|
@@ -1208,4 +1241,57 @@
|
|
|
.phone-form-label{line-height: 70rpx;}
|
|
.phone-form-label{line-height: 70rpx;}
|
|
|
}
|
|
}
|
|
|
.info-btn{width: 360rpx;margin: 64rpx auto 24rpx;font-size: 30rpx;}
|
|
.info-btn{width: 360rpx;margin: 64rpx auto 24rpx;font-size: 30rpx;}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* 三方合同新增*/
|
|
|
|
|
+.sfht-info-page{
|
|
|
|
|
+ height: 100vh;background-color: #f8f9fd;display: flex;flex-direction: column;
|
|
|
|
|
+ .sfht-form-box{
|
|
|
|
|
+ padding: 24rpx 24rpx 0;box-sizing: border-box;
|
|
|
|
|
+ .form-radius-box{border-radius: 16rpx;border: 1rpx solid #f0f1f5;}
|
|
|
|
|
+ .form-label-input{border: 1rpx solid #f8f8f8;}
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ // collapse
|
|
|
|
|
+ .sfht-collapse-box{
|
|
|
|
|
+ background-color: #f8f9fd!important; padding: 24rpx 24rpx 0;box-sizing: border-box;
|
|
|
|
|
+ .uni-collapse-item{
|
|
|
|
|
+ background-color: #fff;border-radius: 16rpx;border: 1rpx solid #f0f1f5;overflow: hidden;
|
|
|
|
|
+ .uni-collapse-item__wrap-content.uni-collapse-item--border{border: 0;}
|
|
|
|
|
+ .uni-collapse-item__title{
|
|
|
|
|
+ .uni-icons{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
|
|
|
+ background-image: url("@/static/images/common/nav-bar-jt-bottom.svg");
|
|
|
|
|
+ transform: rotate(180deg);margin-left: 4rpx;}
|
|
|
|
|
+ .uni-icons::before{display: none;}
|
|
|
|
|
+ }
|
|
|
|
|
+ .uni-collapse-item__title::focus-visible{border: 0;}
|
|
|
|
|
+ .uni-collapse-item__title.uni-collapse-item-border{border: 0;}
|
|
|
|
|
+ .uni-collapse-item__title.is-open.uni-collapse-item-border{border-bottom: 1rpx solid #f4f4f4;}
|
|
|
|
|
+ .uni-collapse-item__title-text{font-size: 30rpx;color: #000;}
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .form-label-input{border-bottom: 1rpx solid #f8f8f8;}
|
|
|
|
|
+ .form-label-input:last-child{border-bottom: 0;}
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ // add btn
|
|
|
|
|
+ .sfht-add-row{
|
|
|
|
|
+ display: flex;text-align: right;justify-content: flex-end;
|
|
|
|
|
+ .sfht-title-add-btn{
|
|
|
|
|
+ display: flex;align-items: center;
|
|
|
|
|
+ font-size: 26rpx;background-color: #f2fbf8;color: #3fd2a1;padding: 6rpx 24rpx;
|
|
|
|
|
+ line-height: 1.5;border-radius: 24rpx;margin:16rpx 16rpx 0;
|
|
|
|
|
+ icon{
|
|
|
|
|
+ width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;margin-left: 20rpx;
|
|
|
|
|
+ background-image: url("@/static/images/common/add-icon.svg");position: relative;
|
|
|
|
|
+ }
|
|
|
|
|
+ icon::before{
|
|
|
|
|
+ content: '';width: 1rpx;height: 30rpx;display: block;
|
|
|
|
|
+ background-color: #c2e6da;
|
|
|
|
|
+ position: absolute;top: 0;left: -10rpx;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
}
|
|
}
|