@@ -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;
+ /* display: flex; */
+ /* left: 100px; */
+ text-align: left;
.bss {
height: 100vh;
@@ -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>