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",
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#97D0EC",
"selectedColor": "#5184B0",
"color": "#999999",
"selectedColor": "#169D7E",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/images/index.png",
"selectedIconPath": "/images/index_seld_2.png",
"selectedIconPath": "/images/index_seld_1.png",
"text": "首页",
"shareTimeline": true
},
{
"pagePath": "pages/map/index",
"iconPath": "/images/map.png",
"selectedIconPath": "/images/map_seld_2.png",
"selectedIconPath": "/images/map_seld_1.png",
"text": "图游"
},
{
"pagePath": "pages/user/user",
"iconPath": "/images/user.png",
"selectedIconPath": "/images/user_seld_2.png",
"selectedIconPath": "/images/user_seld_1.png",
"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;
height: 67rpx;
line-height: 67rpx;
border: 1px solid #5184B0;
border: 1px solid #169D7E;
font-size: 27rpx;
font-family: PingFang SC;
font-weight: 500;
color: #5184B0;
color: #169D7E;
}
.scroll-line {

Loading…
Cancel
Save