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'
            }
    
          ]
        }
  • 相关阅读:
    ruby 类库组成
    ruby 数据类型Number
    ruby require的使用
    ruby $LOAD_PATH及类加载
    ruby编码说明
    RubyMine常用快捷键
    基础
    基础
    基础
    基础
  • 原文地址:https://www.cnblogs.com/wilsunson/p/9438328.html
Copyright © 2011-2022 走看看