diff --git a/商家端APP/1 工作台/1.1 会员管理/1.1.3 积分商城/添加积分商品.html b/商家端APP/1 工作台/1.1 会员管理/1.1.3 积分商城/添加积分商品.html index abb101e..67ad814 100644 --- a/商家端APP/1 工作台/1.1 会员管理/1.1.3 积分商城/添加积分商品.html +++ b/商家端APP/1 工作台/1.1 会员管理/1.1.3 积分商城/添加积分商品.html @@ -208,7 +208,22 @@ transform: none; } - .add-btn:disabled:hover { + .add-btn.discount { + background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%); + } + + .add-btn.discount:hover { + transform: translateY(-1px); + box-shadow: 0 3px 8px rgba(230, 126, 34, 0.3); + } + + .add-btn.discount:disabled { + background: #95a5a6; + cursor: not-allowed; + transform: none; + } + + .add-btn.discount:disabled:hover { transform: none; box-shadow: none; } @@ -275,7 +290,7 @@ } .product-details { - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: 1fr 1fr 1fr 1fr; } .add-btn { @@ -332,6 +347,12 @@ border: 1px solid #27ae60; } + .points-status.discount { + background: #fff3cd; + color: #e67e22; + border: 1px solid #e67e22; + } + .points-status.inactive { background: #f8f8f8; color: #666; @@ -561,68 +582,71 @@