|
|
@@ -1347,7 +1347,7 @@
|
|
|
}
|
|
|
.fwnr-label-input{
|
|
|
width: 100%;display: flex;justify-content: space-between;align-items: center;
|
|
|
- font-size: 30rpx;color: #333;
|
|
|
+ font-size: 30rpx;color: #333;position: relative;
|
|
|
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;}
|
|
|
@@ -1357,9 +1357,6 @@
|
|
|
.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;}
|
|
|
// 文字 超出省略
|
|
|
@@ -1367,6 +1364,14 @@
|
|
|
.text-ellipsis{@include single-line-ellipsis();margin-left: 24rpx;}
|
|
|
}
|
|
|
|
|
|
+ // 新增删除按钮
|
|
|
+ .fwnr-add-btn,.fwnr-del-btn{
|
|
|
+ width: 60rpx;height: 60rpx;display: flex;align-items: center;justify-content: center;
|
|
|
+ position: absolute;right: -8rpx;top: 22rpx;flex-shrink: 0;
|
|
|
+ icon{@include ezy-no-repeat-cover;display: block;flex-shrink: 0;}
|
|
|
+ }
|
|
|
+ .fwnr-add-btn icon{width: 35rpx;height: 35rpx;background-image: url("@/static/images/common/add-icon.svg");}
|
|
|
+ .fwnr-del-btn icon{width: 32rpx;height: 32rpx;background-image: url("@/static/images/common/jh-icon.svg");}
|
|
|
}
|
|
|
|
|
|
// 底部footer
|