@@ -161,7 +161,7 @@
}
</script>
-<style>
+<style scoped>
/* 物品列表按钮 */
.btn-buy-now {
background-color: #5078CB;
@@ -223,10 +223,16 @@
.product-list td {
font-size: 12px;
- color: #333;
+ /*color: #333;*/
text-align: center;
line-height: 20px;
+ .product-list td a{
+ color: #337ab7;
+ }
+ .product-list td a:hover {
+ color: #23527c;
.product-list .btn-buy-now {