Browse Source

器件点击效果

yangc 8 years ago
parent
commit
16c624a971
1 changed files with 3 additions and 0 deletions
  1. 3 0
      components/mobile/brand/BrandDetail.vue

+ 3 - 0
components/mobile/brand/BrandDetail.vue

@@ -345,6 +345,9 @@
           &:nth-child(even) {
           &:nth-child(even) {
             background: #f9f9f9;
             background: #f9f9f9;
           }
           }
+          &:active, &:hover {
+            background: #eee;
+          }
           .text-left {
           .text-left {
             float: left;
             float: left;
             color: #333;
             color: #333;