• 如何设置移动端的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"
                                }
                            }
                        ]
                    },
     
     
  • 相关阅读:
    VC6中用DOM遍历网页中的元素
    在ActiveX控件中如何动态调用DLL函数之"准"一体化方法
    利用WM_GETMESSAGE做键盘记录
    Web创业的10条戒律
    CRectTracker(橡皮筋)类的使用
    商业计算中Java高精度计算BigDecimal类
    Web常用Filter
    字符串操作
    角度和弧度
    io 文件操作
  • 原文地址:https://www.cnblogs.com/Annely/p/11300287.html
Copyright © 2020-2023  润新知