瀏覽代碼

提问栏

mulioid 4 年之前
父節點
當前提交
d314334bd1
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      miniprogram/pages/activity/activity.wxml

+ 3 - 3
miniprogram/pages/activity/activity.wxml

@@ -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>