liuqiao 4 éve
szülő
commit
b2c52c8b32
1 módosított fájl, 5 hozzáadás és 3 törlés
  1. 5 3
      src/views/index/indexLayout.vue

+ 5 - 3
src/views/index/indexLayout.vue

@@ -366,12 +366,14 @@ export default {
         width: 11.7%;
         height: 38px;
       &:hover{
-          background: url("../../assets/index/copyright.png") no-repeat;
-                  background-size: 100%;
+       background: url("../../assets/index/copyright.png") no-repeat;
+       background-size: 100%;
        background-position: center 0;
       }
       }
-      .imgtupian{ background: url("../../assets/index/copyright1.png") no-repeat ;
+      .imgtupian{ 
+        cursor: pointer;
+       background: url("../../assets/index/copyright1.png") no-repeat ;
        background-size: 100%;
        background-position: center 0;
       }