|
@@ -361,12 +361,15 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
.uni-input-placeholder{overflow: unset;}
|
|
.uni-input-placeholder{overflow: unset;}
|
|
.uni-easyinput__placeholder-class{font-size: 30rpx!important;}
|
|
.uni-easyinput__placeholder-class{font-size: 30rpx!important;}
|
|
.content-clear-icon{color: rgb(192, 196, 204)!important;}
|
|
.content-clear-icon{color: rgb(192, 196, 204)!important;}
|
|
- icon{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
|
|
|
|
+ icon{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;flex-shrink: 0;
|
|
background-image: url("@/static/images/common/nav-bar-jt-bottom.svg");
|
|
background-image: url("@/static/images/common/nav-bar-jt-bottom.svg");
|
|
transform: rotate(270deg);margin-left: 4rpx;}
|
|
transform: rotate(270deg);margin-left: 4rpx;}
|
|
|
|
|
|
// 文字行
|
|
// 文字行
|
|
.input-text-row{height:60rpx;display: flex;align-items: center;flex: 1;justify-content: flex-end;}
|
|
.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;}
|
|
}
|
|
}
|
|
|
|
|
|
// label-radio
|
|
// label-radio
|