Browse Source

购物车单价不能修改时,将其灰掉。

ouxq 8 years ago
parent
commit
c3fa7a781d

BIN
src/main/webapp/resources/img/user/images/select-disabled.png


+ 8 - 0
src/main/webapp/resources/view/usercenter/forstore/buyer_cart.html

@@ -486,6 +486,14 @@
 	.shopCar .oder_list dl .deal_btn.top{
 		top: 20%;
 	}
+	.sure_oder select:disabled.select{
+		background: url(static/img/user/images/select-disabled.png) no-repeat right;
+		border: #ccc 1px solid;
+		color: #ccc;
+	}
+	.sure_oder select:disabled.select:hover{
+		cursor: not-allowed;
+	}
 </style>
 <div class="user_right fr" id="buyer_cart">
 	<!--订单中心-->