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 1018.Big Number-Stirling(斯特林)公式 取N阶乘近似值
    牛客网 Wannafly挑战赛9 C.列一列-sscanf()函数
    牛客网 Wannafly挑战赛9 A.找一找-数据处理
    Codeforces 919 C. Seat Arrangements
    Codeforces Round #374 (Div. 2) D. Maxim and Array 线段树+贪心
    Codeforces Round #283 (Div. 2) A ,B ,C 暴力,暴力,暴力
    Codeforces Round #283 (Div. 2) E. Distributing Parts 贪心+set二分
    Codeforces Round #280 (Div. 2) E. Vanya and Field 数学
    Codeforces Round #280 (Div. 2) D. Vanya and Computer Game 数学
    Codeforces Round #280 (Div. 2) A , B , C
  • 原文地址:https://www.cnblogs.com/Annely/p/11300287.html
Copyright © 2011-2022 走看看