|
|
@@ -54,11 +54,11 @@
|
|
|
|
|
|
<text>\n</text>
|
|
|
|
|
|
- <view class="comment block-background-color">
|
|
|
+ <view class="comment secondary-background-color">
|
|
|
<view class="comment-inside" style="display: flex; align-items: center;">
|
|
|
<icon type="info" size="20" color="#B0B0B0"></icon>
|
|
|
- <input class="comment-input secondary-background-color " style="width: 550rpx;" model:value="{{commentText}}"
|
|
|
- placeholder="提问" confirm-type="send" bindconfirm="comment"></input>
|
|
|
+ <input class="comment-input" style="width: 550rpx;" model:value="{{commentText}}" placeholder="提问"
|
|
|
+ confirm-type="send" bindconfirm="comment"></input>
|
|
|
</view>
|
|
|
<view class="comment-button {{commentText.length < 5 ? 'secondary-text-color' : 'primary-text-color'}}"
|
|
|
bindtap="comment">发送</view>
|