2 次代碼提交 154a72c4a9 ... cab63140b2

作者 SHA1 備註 提交日期
  wukunlin cab63140b2 Merge branch 'master' of http://svn.ouj.com:3000/kangheitan/migrate-webgame-vue 5 年之前
  wukunlin d81ff288ca 1 5 年之前
共有 2 個文件被更改,包括 20 次插入14 次删除
  1. 19 13
      app/src/components/myGame/style.scss
  2. 1 1
      app/src/components/serveNews/style.scss

+ 19 - 13
app/src/components/myGame/style.scss

@@ -7,7 +7,7 @@
         @include head;
     }
 
-    .icon_order {
+    .icon-order {
         position: absolute;
         font-size: 12px;
         right: 10px;
@@ -52,6 +52,20 @@
             padding: 8px 10px 8px 20px;
             &:hover {
                 background: #f3f3f3;
+                .col1 span {
+                    color: $main-active-color;
+                }
+                .col2 {
+                    .enter-serve {
+                        border-radius: 3px;
+                        color: #fff;
+                        background: $main-active-color;
+                    }
+                    .choice-serve {
+                        color: $main-active-color;
+                    }
+                }
+                
             }
         }
         .img {
@@ -73,9 +87,7 @@
             }
             span {
                 color: #999;
-                &:hover {
-                    color: $main-active-color;
-                }
+                
             }
         }
         .col2 {
@@ -93,11 +105,7 @@
                 font-size: 12px;
                 background: #fff;
                 cursor: pointer;
-                &:hover {
-                    // border-color: $main-active-color;
-                    color: #fff;
-                    background: $main-active-color;
-                }
+                
             }
             .choice-serve {
                 line-height: 14px;
@@ -105,11 +113,9 @@
                 color: #b6b6b6;
                 font-size: 12px;
                 cursor: pointer;
-                &:hover {
-                    color: $main-active-color;
-                }
+                
             }
-            .icon_serve {
+            .icon-serve {
                 width: 12px;
                 height: 11px;
                 display: inline-block;

+ 1 - 1
app/src/components/serveNews/style.scss

@@ -79,7 +79,7 @@
             @include list-hover-label
         }
     }
-    .icon_clock {
+    .icon-clock {
         display: inline-block;
         width: 14px;
         height: 14px;