|
@@ -1283,7 +1283,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// collapse
|
|
// collapse
|
|
|
- .sfht-collapse-box{
|
|
|
|
|
|
|
+ .sfht-collapse-box,.fwnr-collapse-box{
|
|
|
background-color: #f8f9fd!important; padding: 24rpx 24rpx 0;box-sizing: border-box;
|
|
background-color: #f8f9fd!important; padding: 24rpx 24rpx 0;box-sizing: border-box;
|
|
|
.uni-collapse-item{
|
|
.uni-collapse-item{
|
|
|
background-color: #fff;border-radius: 16rpx;border: 1rpx solid #f0f1f5;overflow: hidden;
|
|
background-color: #fff;border-radius: 16rpx;border: 1rpx solid #f0f1f5;overflow: hidden;
|
|
@@ -1303,8 +1303,12 @@
|
|
|
.form-label-input{border-bottom: 1rpx solid #f8f8f8;}
|
|
.form-label-input{border-bottom: 1rpx solid #f8f8f8;}
|
|
|
.form-label-input:last-child{border-bottom: 0;}
|
|
.form-label-input:last-child{border-bottom: 0;}
|
|
|
}
|
|
}
|
|
|
|
|
+ .fwnr-collapse-box{
|
|
|
|
|
+ background-color: #fff!important;padding: 0 16rpx;
|
|
|
|
|
+ .uni-collapse-item{border:0;border-radius:0;}
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
- // add btn
|
|
|
|
|
|
|
+ // 客户新增
|
|
|
.sfht-add-row{
|
|
.sfht-add-row{
|
|
|
display: flex;text-align: right;justify-content: flex-end;
|
|
display: flex;text-align: right;justify-content: flex-end;
|
|
|
.sfht-title-add-btn{
|
|
.sfht-title-add-btn{
|
|
@@ -1323,5 +1327,46 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ // 服务内容卡片
|
|
|
|
|
+ .fwnr-item-box{
|
|
|
|
|
+ background-color: #f3fcfb;margin: 20rpx 0;border-radius: 4rpx;
|
|
|
|
|
+ padding: 16rpx 16rpx 16rpx 0;box-sizing: border-box;position: relative;
|
|
|
|
|
+ .title-row-box{
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ text{background-color: #41d1a0;display: inline-block;padding: 4rpx 20rpx;
|
|
|
|
|
+ color: #fff;font-size: 30rpx;border-radius:0 30rpx 30rpx 0;}
|
|
|
|
|
+ .title-del-btn{
|
|
|
|
|
+ width: 60rpx;height: 60rpx;display: flex;align-items: center;justify-content: center;
|
|
|
|
|
+ position: absolute;right: 0;top: 0;
|
|
|
|
|
+ .del-icon{
|
|
|
|
|
+ width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
|
|
|
+ background-image: url("@/static/images/common/clear-green-icon.svg");
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .fwnr-label-input{
|
|
|
|
|
+ width: 100%;display: flex;justify-content: space-between;align-items: center;
|
|
|
|
|
+ font-size: 30rpx;color: #333;
|
|
|
|
|
+ padding: 20rpx 50rpx 20rpx 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
|
|
|
|
|
+ .form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
|
|
|
|
|
+ .fwnr-form-label{min-width: 180rpx;}
|
|
|
|
|
+ input{text-align: right;flex: 1;}
|
|
|
|
|
+ .is-input-border{border:0!important;}
|
|
|
|
|
+ uni-input{text-align: left;}
|
|
|
|
|
+ .uni-input-placeholder{overflow: unset;}
|
|
|
|
|
+ .uni-easyinput__placeholder-class{font-size: 28rpx!important;}
|
|
|
|
|
+ .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");
|
|
|
|
|
+ transform: rotate(270deg);margin-left: 4rpx;}
|
|
|
|
|
+ // 文字行
|
|
|
|
|
+ .input-text-row{height:60rpx;display: flex;align-items: center;flex: 1;justify-content: flex-end;}
|
|
|
|
|
+ // 文字 超出省略
|
|
|
|
|
+ .text-ellipsis-row{overflow: hidden;}
|
|
|
|
|
+ .text-ellipsis{@include single-line-ellipsis();margin-left: 24rpx;}
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
|
|
|
}
|
|
}
|