Commit cca55492 authored by usgeek's avatar usgeek Committed by linlinjava
Browse files

icon路径更改,catalog样式调整

parent b27cf463
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
"pages/ucenter/index/index", "pages/ucenter/index/index",
"pages/ucenter/address/address", "pages/ucenter/address/address",
"pages/ucenter/addressAdd/addressAdd", "pages/ucenter/addressAdd/addressAdd",
"pages/ucenter/feedback/feedback",
"pages/ucenter/footprint/footprint", "pages/ucenter/footprint/footprint",
"pages/ucenter/order/order", "pages/ucenter/order/order",
"pages/ucenter/orderDetail/orderDetail", "pages/ucenter/orderDetail/orderDetail",
...@@ -51,24 +52,24 @@ ...@@ -51,24 +52,24 @@
{ {
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"iconPath": "static/images/ic_menu_choice_nor.png", "iconPath": "static/images/ic_menu_choice_nor.png",
"selectedIconPath": "static/images/home@selected.png", "selectedIconPath": "static/images/home.png",
"text": "首页" "text": "首页"
}, },
{ {
"pagePath": "pages/catalog/catalog", "pagePath": "pages/catalog/catalog",
"iconPath": "static/images/ic_menu_sort_nor.png", "iconPath": "static/images/category.png",
"selectedIconPath": "static/images/category@selected.png", "selectedIconPath": "static/images/category@selected.png",
"text": "分类" "text": "分类"
}, },
{ {
"pagePath": "pages/cart/cart", "pagePath": "pages/cart/cart",
"iconPath": "static/images/ic_menu_shoping_nor.png", "iconPath": "static/images/cart.png",
"selectedIconPath": "static/images/cart@selected.png", "selectedIconPath": "static/images/cart@selected.png",
"text": "购物车" "text": "购物车"
}, },
{ {
"pagePath": "pages/ucenter/index/index", "pagePath": "pages/ucenter/index/index",
"iconPath": "static/images/ic_menu_me_nor.png", "iconPath": "static/images/my.png",
"selectedIconPath": "static/images/my@selected.png", "selectedIconPath": "static/images/my@selected.png",
"text": "个人" "text": "个人"
} }
......
...@@ -68,9 +68,9 @@ page { ...@@ -68,9 +68,9 @@ page {
} }
.catalog .nav .item.active { .catalog .nav .item.active {
color: #ab2b2b; color: #AB956D;
font-size: 36rpx; font-size: 36rpx;
border-left: 6rpx solid #ab2b2b; border-left: 6rpx solid #AB956D;
} }
.catalog .cate { .catalog .cate {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment