添加图片
16
app.json
@ -37,18 +37,26 @@
|
||||
"tabBar": {
|
||||
"list": [{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页"
|
||||
"text": "首页",
|
||||
"iconPath":"/utils/img/index.png",
|
||||
"selectedIconPath":"/utils/img/indexs.png"
|
||||
}, {
|
||||
"pagePath": "pages/classify/classify",
|
||||
"text": "分类"
|
||||
"text": "分类",
|
||||
"iconPath":"/utils/img/classify.png",
|
||||
"selectedIconPath":"/utils/img/classifys.png"
|
||||
|
||||
}, {
|
||||
"pagePath": "pages/shopping/shopping",
|
||||
"text": "购物车"
|
||||
"text": "购物车",
|
||||
"iconPath":"/utils/img/shopping.png",
|
||||
"selectedIconPath":"/utils/img/shoppings.png"
|
||||
|
||||
}, {
|
||||
"pagePath": "pages/personal/personal",
|
||||
"text": "我的"
|
||||
"text": "我的",
|
||||
"iconPath":"/utils/img/personal.png",
|
||||
"selectedIconPath":"/utils/img/personals.png"
|
||||
|
||||
}]
|
||||
},
|
||||
|
@ -8,7 +8,7 @@
|
||||
font-size: 28rpx;
|
||||
color: #333;
|
||||
border-bottom: 2rpx solid #eaeaea;
|
||||
line-height: 97rpx;
|
||||
line-height: 95rpx;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
|
@ -1 +1 @@
|
||||
.navigation{width:188rpx;border-right:2rpx solid #eaeaea;max-height:100vh}.navigation view{height:97rpx;font-size:28rpx;color:#333;border-bottom:2rpx solid #eaeaea;line-height:97rpx;font-weight:bold;text-align:center;box-sizing:border-box}.navigation .on{border-left:5rpx solid #56CC84;color:#56CC84}
|
||||
.navigation{width:188rpx;border-right:2rpx solid #eaeaea;max-height:100vh}.navigation view{height:97rpx;font-size:28rpx;color:#333;border-bottom:2rpx solid #eaeaea;line-height:95rpx;font-weight:bold;text-align:center;box-sizing:border-box}.navigation .on{border-left:5rpx solid #56CC84;color:#56CC84}
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
utils/img/classifys.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
utils/img/indexs.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
utils/img/personals.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
utils/img/shoppings.png
Normal file
After Width: | Height: | Size: 1.6 KiB |