shish 1 mese fa
parent
commit
32293aef47
1 ha cambiato i file con 11 aggiunte e 5 eliminazioni
  1. 11 5
      ghsApp/src/pagesOrder/shMethod.vue

+ 11 - 5
ghsApp/src/pagesOrder/shMethod.vue

@@ -118,7 +118,7 @@
                   <input type="digit" v-model="rule.freeKm" class="rule-input-large" placeholder="0" />
                   <input type="digit" v-model="rule.freeKm" class="rule-input-large" placeholder="0" />
                   <text class="rule-label">公里内免跑腿费</text>
                   <text class="rule-label">公里内免跑腿费</text>
                 </view>
                 </view>
-                <button class="admin-button-com mini default rule-del-btn" @click="removeReduceRule(index)">
+                <button class="admin-button-com mini rule-del-btn" @click="removeReduceRule(index)">
                   删除
                   删除
                 </button>
                 </button>
               </view>
               </view>
@@ -232,9 +232,9 @@
                     加粗
                     加粗
                   </button>
                   </button>
                 </view>
                 </view>
-                <button class="admin-button-com mini default explain-del-btn" @click="removeExplain(index)">
-                  删除
-                </button>
+              <button class="admin-button-com mini explain-del-btn" @click="removeExplain(index)">
+                删除
+              </button>
               </view>
               </view>
             </view>
             </view>
           </view>
           </view>
@@ -637,6 +637,9 @@ export default {
 .rule-del-btn {
 .rule-del-btn {
   margin-top: 15upx;
   margin-top: 15upx;
   align-self: flex-end; /* 靠右边 */
   align-self: flex-end; /* 靠右边 */
+  background-color: #fff5f5 !important;
+  color: #ff3841 !important;
+  border: 1upx solid #ffcccc !important;
 }
 }
 
 
 /* 提示文字 */
 /* 提示文字 */
@@ -708,6 +711,9 @@ export default {
 
 
 .explain-del-btn {
 .explain-del-btn {
   margin-left: auto;
   margin-left: auto;
+  background-color: #fff5f5 !important;
+  color: #ff3841 !important;
+  border: 1upx solid #ffcccc !important;
 }
 }
 
 
 /* 文本样式控制 */
 /* 文本样式控制 */
@@ -745,7 +751,7 @@ export default {
 }
 }
 
 
 .footer-btn-wrap .admin-button-com.big {
 .footer-btn-wrap .admin-button-com.big {
-  width: 350upx !important; /* 按钮长一些 */
+  width: 230upx !important; /* 按钮长一些 */
   margin: 0 !important; /* 清除默认居中 margin */
   margin: 0 !important; /* 清除默认居中 margin */
 }
 }
 </style>
 </style>