|
@@ -58,10 +58,14 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="contKk" style="margin-top:20rpx;">
|
|
|
- <view class="contLine " style="border-bottom: none;">
|
|
|
+ <view class="contLine2 " style="border-bottom: none;">
|
|
|
<view class="contlineLeft">订单备注</view>
|
|
|
- <view class="contlineRight">
|
|
|
+ <!-- <view class="contlineRight">
|
|
|
<input type="text" v-model="comment" placeholder="请输入" class="contlineRightInput2">
|
|
|
+ </view> -->
|
|
|
+ <view style="padding-top: 15rpx;">
|
|
|
+ <textarea placeholder-style="color:#999999" placeholder="请输入" v-model="comment"
|
|
|
+ class="textareaCont" maxlength="-1" auto-height="true" />
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -415,6 +419,10 @@
|
|
|
padding: 30rpx 0;
|
|
|
border-bottom: 1px solid #EEEEEE;
|
|
|
}
|
|
|
+.contLine2{
|
|
|
+ font-size: 28rpx;
|
|
|
+ padding: 30rpx 0;
|
|
|
+}
|
|
|
.contlineLeft{
|
|
|
color: #666666;
|
|
|
line-height: 40rpx;
|