zoukankan      html  css  js  c++  java
  • 如何设置移动端的tab栏

    这是添加tab栏的代码:
    {
                        "id": "tabBar1",
                        "styles": {
                            "bottom": "0px",
                            "left": "0",
                            "height": "50px",
                            "width": "33%",
                            "backgroundColor": "#f7f7f7"
                        },
                        "tags": [
                            {
                                "tag": "font",
                                "id": "tabBar11",
                                "text": "ue500",
                                "position": {
                                    "top": "4px",
                                    "left": "0",
                                    "width": "100%",
                                    "height": "24px"
                                },
                                "textStyles": {
                                    "fontSrc": "_www/fonts/mui.ttf",
                                    "align": "center",
                                    "size": "24px"
                                }
                            }, {
                                "tag": "font",
                                "id": "tabBar12",
                                "text": "热映",
                                "position": {
                                    "top": "23px",
                                    "left": "0",
                                    "width": "100%",
                                    "height": "24px"
                                },
                                "textStyles": {
                                    "align": "center",
                                    "size": "10px"
                                }
                            }
                        ]
                    },
     
     
  • 相关阅读:
    HDU
    稀疏表(ST / Sparse Table)
    HDU
    HDU
    树状数组
    用 BitArray 来编写埃拉托斯特尼筛法
    BitArray 内置是逆序存储, 因此要自行实现正序输出
    位运算,位移,窗体
    按位运算,窗体程序,And,Or,Xor
    基数排序
  • 原文地址:https://www.cnblogs.com/Annely/p/11300287.html
Copyright © 2011-2022 走看看