@@ -948,7 +948,21 @@
right: 0;
color: #22C572;
}
+ .u-textarea-style {
+ margin: 20rpx;
+ background: #F9F9FA;
+ border-radius: 10px;
+ border: 1px solid #EEEEEE;
+ padding: 10rpx 20rpx;
+ position: relative;
+ .right-bottom {
+ position: absolute;
+ right: 20rpx;
+ bottom: 20rpx;
+ color: #AFB3BF;
+ }
/deep/.u-input__textarea {
height: 300rpx !important;
@@ -403,6 +403,21 @@
+
@@ -415,6 +415,21 @@
@@ -405,6 +405,21 @@
@@ -570,17 +570,20 @@
padding: 10px;
- .rejectInfoCss {
- border: 1px solid #ccc;
- border-radius: 10rpx;
- background-color: #F9F9FA;
- // height: 100px;
- overflow-y: auto;
- margin: 30rpx;
- }
-
- .rejectText {
- text-align: center;
@@ -431,7 +431,21 @@