2 Commits 154a72c4a9 ... cab63140b2

Autor SHA1 Mensaje Fecha
  wukunlin cab63140b2 Merge branch 'master' of http://svn.ouj.com:3000/kangheitan/migrate-webgame-vue hace 5 años
  wukunlin d81ff288ca 1 hace 5 años
Se han modificado 2 ficheros con 20 adiciones y 14 borrados
  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;