tingDesk风格走向

来源:互联网 发布:软件删除不了怎么办 编辑:程序博客网 时间:2024/06/06 14:00

ting框架风格,基本确定下来,走win8路线,虽然metroo风格,有时候交互操作确实不太让人满意,但是简单的设计,色块的任意性,还是不错的首选。

$.tingDesk({                BgUrl: "@Url.Content("~/Script/css/12243114_1341546367167.jpg")",                Menus: [                {                    id: "1", name: "系统管理", chirdrens: [                        { id: "10", name: "用户管理", icon: "@Url.Content("~/Script/css/3.png")", background: "#bc1c48" },                        { id: "11", name: "机构管理", icon: "@Url.Content("~/Script/css/5.png")", background: "rgb(67, 181, 31)" },                        { id: "12", name: "权限管理", icon: "@Url.Content("~/Script/css/1.png")", background: "rgb(0, 168, 236)" },                        { id: "13", name: "菜单管理", icon: "@Url.Content("~/Script/css/1.png")", background: "rgb(67, 181, 31)" },                        { id: "101", name: "用户管理", icon: "@Url.Content("~/Script/css/3.png")", background: "rgb(248, 116, 164)" },                        { id: "111", name: "机构管理", icon: "@Url.Content("~/Script/css/5.png")", background: "rgb(107, 107, 107)" },                        { id: "121", name: "权限管理", icon: "@Url.Content("~/Script/css/1.png")", background: "rgb(76, 94, 81)" },                        { id: "131", name: "菜单管理", icon: "@Url.Content("~/Script/css/1.png")", background: "rgb(245, 141, 0)" },                    { id: "102", name: "用户管理", icon: "@Url.Content("~/Script/css/3.png")", background: "rgb(211, 44, 44)" },                    { id: "112", name: "机构管理", icon: "@Url.Content("~/Script/css/5.png")", background: "rgb(60, 91, 155)" }                    ]                },                    {                        id: "2", name: "车辆管理", chirdrens: [                          { id: "20", name: "用户管理", icon: "@Url.Content("~/Script/css/1.png")", background: "#bc1c48" },                          { id: "21", name: "机构管理", icon: "@Url.Content("~/Script/css/1.png")", background: "rgb(67, 181, 31)" },                          { id: "22", name: "权限管理", icon: "@Url.Content("~/Script/css/3.png")", background: "rgb(0, 168, 236)" },                          { id: "23", name: "菜单管理", icon: "@Url.Content("~/Script/css/5.png")", background: "rgb(67, 181, 31)" }                        ]                    },                     {                         id: "3", name: "系统管理", chirdrens: [                           { id: "30", name: "用户管理", icon: "@Url.Content("~/Script/css/1.png")", background: "rgb(245, 141, 0)" }                         ]                     }                ]            });



0 0