zoukankan      html  css  js  c++  java
  • mpvue中主main.js的编写

     //整个头部的界面样式设置↓
        window: {
          backgroundTextStyle: 'light',
          navigationBarBackgroundColor: '#1b82d1',
          navigationBarTitleText: '定义名字',
          navigationBarTextStyle: '#fefefe'
        },
    
        //底部导航栏的设置↓
        tabBar: {
          color: '#aaa',
          selectedColor: '#1b82d1',
          backgroundColor: '#fff',
          list: [{
              'pagePath': 'pages/default/main',
              'text': '首页',
              'iconPath': '/static/images/shouye00.png',
              'selectedIconPath': '/static/images/shouye01.png'
            }, {
              'pagePath': 'pages/default/main',
              'text': '热搜',
              'iconPath': '/static/images/hot00.png',
              'selectedIconPath': '/static/images/hot01.png'
            }, {
              'pagePath': 'pages/default/main',
              'text': '我的',
              'iconPath': '/static/images/my00.png',
              'selectedIconPath': '/static/images/my01.png'
            }
    
          ]
        }
  • 相关阅读:
    适配器
    策略
    oom的各种情况
    sql 优化//TODO
    聚簇索引和非聚簇索引
    Shard内部原理
    es集群健康状态
    转载 R语言颜色基础设置
    三维数据的展示
    python 文件保存 出错
  • 原文地址:https://www.cnblogs.com/wilsunson/p/9438328.html
Copyright © 2011-2022 走看看