|
|
@ -1,10 +1,11 @@ |
|
|
|
<template> |
|
|
|
<div class="footer" v-if="mobileModel!=='Phone'"> |
|
|
|
<div class="flex flex-x flex-end " style="width: 150px;"> |
|
|
|
<van-icon name="arrow-left" @click="goToPreviousPage()"/> |
|
|
|
<div class="flex flex-x flex-end flex-center1" style="width: 150px;"> |
|
|
|
|
|
|
|
<van-icon name="arrow-left" size="20px" @click="goToPreviousPage()"/> |
|
|
|
<!-- <div class="" @click="goToPreviousPage()"><</div> --> |
|
|
|
<!-- <div class="AAA" @click="goToNextPage()">></div> --> |
|
|
|
<van-icon name="arrow" @click="goToNextPage()" /> |
|
|
|
<van-icon name="arrow" size="20px" @click="goToNextPage()" /> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
@ -67,7 +68,7 @@ |
|
|
|
.footer{ |
|
|
|
background-color: white; |
|
|
|
width: 375px; |
|
|
|
height: 8vh; |
|
|
|
height: 6vh; |
|
|
|
display: flex; |
|
|
|
position: fixed; |
|
|
|
bottom: 0; |
|
|
|