Browse Source

首页ui

master
jiazhipeng 1 year ago
parent
commit
480a94cc3a
  1. 10
      app.json
  2. BIN
      images/index.png
  3. BIN
      images/index_seld_1.png
  4. BIN
      images/map.png
  5. BIN
      images/map_seld_1.png
  6. BIN
      images/user.png
  7. BIN
      images/user_seld_1.png
  8. 4
      pages/index/index.wxss

10
app.json

@ -234,27 +234,27 @@
"style": "v2", "style": "v2",
"sitemapLocation": "sitemap.json", "sitemapLocation": "sitemap.json",
"tabBar": { "tabBar": {
"color": "#97D0EC", "color": "#999999",
"selectedColor": "#5184B0", "selectedColor": "#169D7E",
"borderStyle": "white", "borderStyle": "white",
"list": [ "list": [
{ {
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"iconPath": "/images/index.png", "iconPath": "/images/index.png",
"selectedIconPath": "/images/index_seld_2.png", "selectedIconPath": "/images/index_seld_1.png",
"text": "首页", "text": "首页",
"shareTimeline": true "shareTimeline": true
}, },
{ {
"pagePath": "pages/map/index", "pagePath": "pages/map/index",
"iconPath": "/images/map.png", "iconPath": "/images/map.png",
"selectedIconPath": "/images/map_seld_2.png", "selectedIconPath": "/images/map_seld_1.png",
"text": "图游" "text": "图游"
}, },
{ {
"pagePath": "pages/user/user", "pagePath": "pages/user/user",
"iconPath": "/images/user.png", "iconPath": "/images/user.png",
"selectedIconPath": "/images/user_seld_2.png", "selectedIconPath": "/images/user_seld_1.png",
"text": "我的" "text": "我的"
} }
] ]

BIN
images/index.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
images/index_seld_1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
images/map.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
images/map_seld_1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
images/user.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
images/user_seld_1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

4
pages/index/index.wxss

@ -544,11 +544,11 @@ page {
width: 200rpx; width: 200rpx;
height: 67rpx; height: 67rpx;
line-height: 67rpx; line-height: 67rpx;
border: 1px solid #5184B0; border: 1px solid #169D7E;
font-size: 27rpx; font-size: 27rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #5184B0; color: #169D7E;
} }
.scroll-line { .scroll-line {

Loading…
Cancel
Save