Browse Source

'Day1'

main
hflllll 16 hours ago
parent
commit
3437dd334d
13 changed files with 17 additions and 28 deletions
  1. +13
    -26
      pages.json
  2. +2
    -0
      pages/index/member.vue
  3. BIN
      static/主页图标-点击.png
  4. BIN
      static/主页图标.png
  5. BIN
      static/书桌图标-点击.png
  6. BIN
      static/书桌图标.png
  7. BIN
      static/会员图标-点击.png
  8. BIN
      static/会员图标.png
  9. BIN
      static/我的图标-点击.png
  10. BIN
      static/我的图标.png
  11. BIN
      static/维修图标-点击.png
  12. BIN
      static/维修图标.png
  13. +2
    -2
      uni.scss

+ 13
- 26
pages.json View File

@ -1,21 +1,14 @@
{
"pages": [
{
"path": "pages/index/test",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/test2",
"path": "pages/index/home",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/home",
"path": "pages/index/member",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
@ -101,22 +94,10 @@
},
"tabBar": {
"color": "#999",
"selectedColor": "#c70019",
"selectedColor": "#06DADC",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/test",
"text": "测试",
"iconPath": "static/维修图标.png",
"selectedIconPath": "static/维修图标-点击.png"
},
{
"pagePath": "pages/index/test2",
"text": "webView",
"iconPath": "static/维修图标.png",
"selectedIconPath": "static/维修图标-点击.png"
},
{
"pagePath": "pages/index/home",
"text": "主页",
@ -125,9 +106,15 @@
},
{
"pagePath": "pages/index/maintain",
"text": "维修",
"iconPath": "static/维修图标.png",
"selectedIconPath": "static/维修图标-点击.png"
"text": "书桌",
"iconPath": "static/书桌图标.png",
"selectedIconPath": "static/书桌图标-点击.png"
},
{
"pagePath": "pages/index/member",
"text": "会员",
"iconPath": "static/会员图标.png",
"selectedIconPath": "static/会员图标-点击.png"
},
{
"pagePath": "pages/index/user",


+ 2
- 0
pages/index/member.vue View File

@ -0,0 +1,2 @@
<template>
</template>

BIN
static/主页图标-点击.png View File

Before After
Width: 48  |  Height: 48  |  Size: 1.7 KiB Width: 53  |  Height: 52  |  Size: 762 B

BIN
static/主页图标.png View File

Before After
Width: 48  |  Height: 48  |  Size: 1.6 KiB Width: 53  |  Height: 52  |  Size: 710 B

BIN
static/书桌图标-点击.png View File

Before After
Width: 53  |  Height: 52  |  Size: 632 B

BIN
static/书桌图标.png View File

Before After
Width: 53  |  Height: 52  |  Size: 582 B

BIN
static/会员图标-点击.png View File

Before After
Width: 53  |  Height: 52  |  Size: 1.1 KiB

BIN
static/会员图标.png View File

Before After
Width: 53  |  Height: 52  |  Size: 981 B

BIN
static/我的图标-点击.png View File

Before After
Width: 48  |  Height: 48  |  Size: 1.2 KiB Width: 53  |  Height: 52  |  Size: 976 B

BIN
static/我的图标.png View File

Before After
Width: 48  |  Height: 48  |  Size: 1.0 KiB Width: 53  |  Height: 52  |  Size: 846 B

BIN
static/维修图标-点击.png View File

Before After
Width: 48  |  Height: 48  |  Size: 1.5 KiB

BIN
static/维修图标.png View File

Before After
Width: 48  |  Height: 48  |  Size: 1.4 KiB

+ 2
- 2
uni.scss View File

@ -16,8 +16,8 @@
/* 颜色变量 */
// 自定义颜色
$primary-color: #C70019;
$secondary-color: #990012;
$primary-color: #06DADC;
$secondary-color: #E8FBFB;
$primary-text-color: #000;
$secondary-text-color: #999;


Loading…
Cancel
Save