fix: 修复 footer 点击
parent
162f53a17c
commit
dfa2ebfcf8
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
5
app.wxss
5
app.wxss
|
@ -113,11 +113,10 @@ input {
|
|||
|
||||
.page-foot{
|
||||
/* margin: 50px 0 0 0; */
|
||||
margin: 50px 0 0 0;
|
||||
margin: 50px 0;
|
||||
margin-bottom: constant(safe-area-inset-bottom);
|
||||
margin-bottom: env(safe-area-inset-bottom);
|
||||
/* padding-bottom: 15px; */
|
||||
padding-bottom: 15px;
|
||||
padding-bottom: 30px;
|
||||
text-align: center;
|
||||
color: #1aad19;
|
||||
font-size: 0;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template name="foot">
|
||||
<navigator class="page-foot" openType="switchTab" url="/pages/component/index" hover-class="none">
|
||||
<navigator class="page-foot" openType="switchTab" url="/pages/component/index/index" hover-class="none">
|
||||
<image class="icon-foot" src="../../../image/icon_foot.png"></image>
|
||||
</navigator>
|
||||
</template>
|
Loading…
Reference in New Issue