修改首页金刚区图标样式和底部导航栏的高度显示
This commit is contained in:
parent
8f7ce8f0e9
commit
f870d220ba
@ -1,6 +1,6 @@
|
||||
.foot-fixed {
|
||||
position: fixed;
|
||||
bottom: -1px;
|
||||
bottom: -10px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 999;
|
||||
@ -8,6 +8,7 @@
|
||||
background: #ffffff;
|
||||
border-top: 1px solid #E8E8E8;
|
||||
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
|
||||
/* height: 8%; */
|
||||
}
|
||||
|
||||
.foot-fixed .foot-item {
|
||||
|
||||
@ -82,7 +82,7 @@
|
||||
<view class="tabList">
|
||||
<u-grid :col="rowNum" :border="false">
|
||||
<u-grid-item v-for="(item, index) in tabList" @click="headerServerClick(item)" :key="index">
|
||||
<image class="grid_Pic" :src="item.icon_src" mode=""></image>
|
||||
<image class="grid_Pic" :src="item.icon_src" mode="aspectFill"></image>
|
||||
<text>{{ item.title }}</text>
|
||||
</u-grid-item>
|
||||
</u-grid>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user