3 Révisions

Auteur SHA1 Message Date
  陈冉 5458cb6eca beizhu il y a 6 ans
  陈冉 4af05b1a9a beizhu il y a 6 ans
  陈冉 bc2bfee560 beizhu il y a 6 ans
2 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 2
    2
      src/components/music.vue
  2. 2
    1
      src/views/vote/list.vue

+ 2
- 2
src/components/music.vue Voir le fichier

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

+ 2
- 1
src/views/vote/list.vue Voir le fichier

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