3 Commits

Author SHA1 Message Date
  陈冉 5458cb6eca beizhu 6 years ago
  陈冉 4af05b1a9a beizhu 6 years ago
  陈冉 bc2bfee560 beizhu 6 years ago
2 changed files with 4 additions and 3 deletions
  1. 2
    2
      src/components/music.vue
  2. 2
    1
      src/views/vote/list.vue

+ 2
- 2
src/components/music.vue View File

@@ -87,11 +87,11 @@ export default {
87 87
   .musicbox {
88 88
     position: fixed;
89 89
     top: 0.6rem;
90
-    right: 0.09rem;
90
+    left: 0.09rem;
91 91
     width: 0.35rem;
92 92
     height: 0.35rem;
93 93
     border-radius: 50%;
94
-    z-index: 10;
94
+    z-index: 130;
95 95
 
96 96
     .on {
97 97
       animation: rotate 3s linear infinite;

+ 2
- 1
src/views/vote/list.vue View File

@@ -588,8 +588,9 @@ export default {
588 588
   }
589 589
 
590 590
   .informationimg {
591
-    width: 97%;
591
+    width: 94%;
592 592
     height: 6.24rem;
593
+    margin-right: 0.1rem;
593 594
   }
594 595
 
595 596
   .box {