Browse Source

pc 端增加小手

黄琪勇 11 tháng trước cách đây
mục cha
commit
817f5023d7
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/page-instrument/header-top/index.module.less

+ 4 - 0
src/page-instrument/header-top/index.module.less

@@ -93,6 +93,7 @@
     }
 }
 .modeChangeBox{
+    cursor: pointer;
     position: fixed;
     top: 20px;
     right: 30px;
@@ -264,6 +265,7 @@
 }
 
 .playBtn {
+    cursor: pointer;
     position: fixed;
     right: 30px;
     bottom: 12px;
@@ -301,6 +303,7 @@
 }
 
 .resetBtn {
+    cursor: pointer;
     position: fixed;
     right: 100px;
     bottom: 12px;
@@ -387,6 +390,7 @@
             }
         }
         > .modeImg {
+            cursor: pointer;
             width: calc((100% - 2*40px)/3);
             max-width: 220px;
         }