|
@@ -43,16 +43,20 @@
|
|
background: #F7F8F9;
|
|
background: #F7F8F9;
|
|
border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
textarea {
|
|
textarea {
|
|
- padding: 20rpx 16rpx;
|
|
|
|
|
|
+ padding: 24rpx;
|
|
height: 180rpx;
|
|
height: 180rpx;
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
width: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
margin: 0;
|
|
|
|
+ line-height: 46rpx;
|
|
|
|
+ box-sizing: border-box;
|
|
&::placeholder {
|
|
&::placeholder {
|
|
color: #AAAAAA;
|
|
color: #AAAAAA;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.num {
|
|
.num {
|
|
|
|
+ padding-right: 24rpx;
|
|
|
|
+ padding-bottom: 24rpx;
|
|
text-align: right;
|
|
text-align: right;
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
color: #AAAAAA;
|
|
color: #AAAAAA;
|