lex-xin преди 1 седмица
родител
ревизия
47f42fd6fe
променени са 2 файла, в които са добавени 10 реда и са изтрити 8 реда
  1. 10 6
      public/roll-call/css/index.css
  2. 0 2
      public/roll-call/index.html

+ 10 - 6
public/roll-call/css/index.css

@@ -61,19 +61,23 @@ a {
 #menu {
   position: absolute;
   bottom: 50px;
-  width: 100%;
+  left: 100px;
+  right: 100px;
   text-align: center;
 }
+#menu > div {
+  display: inline-block;
+}
 #menu.menuRight{
   display: flex;
-  right: 100px;
-  /* padding: 0 100px; */
+  /* right: 100px; */
   flex-direction: row-reverse;
+  text-align: right;
 }
 #menu.menuLeft{
-  display: flex;
-  left: 100px;
-  /* padding: 0 100px; */
+  /* display: flex; */
+  /* left: 100px; */
+  text-align: left;
 }
 .bss {
   height: 100vh;

+ 0 - 2
public/roll-call/index.html

@@ -35,8 +35,6 @@
           @click.stop="start()"></div>
         <div id="sphere" v-show="animationStatus" @click.stop="closes()"></div>
         <div v-if="platform==='modal'" id="backBtn" @click.stop="onBack()"></div>
-        <!-- <button id="reset" style="margin-left:40px;" @click="resets()">照片墙</button> -->
-        <!-- <button id="lists" @click="listShow = true">中奖名单</button> -->
       </div>
     </div>
   </div>