个股中心
This commit is contained in:
@@ -14,39 +14,39 @@
|
||||
name:"tabbar",
|
||||
data() {
|
||||
return {
|
||||
color: "#504E4E",
|
||||
color: "#858C9A",
|
||||
selected:0,
|
||||
selectedColor: "#504E4E",
|
||||
selectedColor: "#F3C368",
|
||||
list: [
|
||||
{
|
||||
pagePath: "/pages/index/index",
|
||||
text: "首页",
|
||||
iconPath: "/static/icon/tabbar/home.png",
|
||||
selectedIconPath: "/static/icon/tabbar/home.png"
|
||||
"pagePath": "/pages/index/index",
|
||||
"text": "新闻动量",
|
||||
"iconPath": "/static/icon/tabbar/home.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/home_s.png"
|
||||
},
|
||||
{
|
||||
pagePath: "/pages/classify/classify",
|
||||
text: "分类",
|
||||
iconPath: "/static/icon/tabbar/classify.png",
|
||||
selectedIconPath: "/static/icon/tabbar/classify.png"
|
||||
"pagePath": "/pages/concept/concept",
|
||||
"text": "概念中心",
|
||||
"iconPath": "/static/icon/tabbar/concept.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/concept_s.png"
|
||||
},
|
||||
// {
|
||||
// pagePath: "/pages/shoppingCart/shoppingCart",
|
||||
// text: "购物车",
|
||||
// iconPath: "/static/icon/tabbar/shoppingCart.png",
|
||||
// selectedIconPath: "/static/icon/tabbar/shoppingCart.png"
|
||||
// },
|
||||
// {
|
||||
// pagePath: "/pages/sharedRespository/sharedRespository",
|
||||
// text: "共享仓",
|
||||
// iconPath: "/static/icon/tabbar/sharedRespository.png",
|
||||
// selectedIconPath: "/static/icon/tabbar/sharedRespository.png"
|
||||
// },
|
||||
{
|
||||
"pagePath": "/pages/geGuCenter/geGuCenter",
|
||||
"text": "个股中心",
|
||||
"iconPath": "/static/icon/tabbar/gegu.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/gegu_s.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "/pages/ztfx/ztfx",
|
||||
"text": "涨停分析",
|
||||
"iconPath": "/static/icon/tabbar/zt.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/zt_s.png"
|
||||
},
|
||||
{
|
||||
pagePath: "/pages/mine/mine",
|
||||
text: "我的",
|
||||
iconPath: "/static/icon/tabbar/mine.png",
|
||||
selectedIconPath: "/static/icon/tabbar/mine.png"
|
||||
"pagePath": "/pages/mine/mine",
|
||||
"text": "个人中心",
|
||||
"iconPath": "/static/icon/tabbar/mine.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/mine_s.png"
|
||||
}
|
||||
]
|
||||
};
|
||||
@@ -80,17 +80,17 @@
|
||||
|
||||
<style lang="less">
|
||||
.tab-bar {
|
||||
background-color: white;
|
||||
// background-color: white;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 60px;
|
||||
height: 110rpx;
|
||||
display: flex;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
box-sizing: content-box;
|
||||
box-shadow: 0 0 5rpx 0 rgba(145,145,145,0.53);
|
||||
z-index: 99;
|
||||
z-index: 98;
|
||||
.tab-bar-item
|
||||
{
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user