Kaynağa Gözat

style(book-order): 修改提交订单按钮背景色为品牌绿色

将按钮背景色从默认主题色改为品牌绿色 (#38C148),以保持与整体设计规范的一致性。
ylong 3 gün önce
ebeveyn
işleme
887498823a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      pages-home/pages/book-order.vue

+ 1 - 1
pages-home/pages/book-order.vue

@@ -81,7 +81,7 @@
                     <text class="price">¥{{ totalRecycleMoney }}</text>
                     <u-icon name="question-circle-fill" color="#333333" size="36" @click="showRules"></u-icon>
                 </view>
-                <u-button type="primary" @click="submitOrder" :custom-style="{ margin: 0 }">提交订单</u-button>
+                <u-button type="primary" @click="submitOrder" :custom-style="{ margin: 0,backgroundColor:'#38C148' }">提交订单</u-button>
             </view>
         </view>