• "宫格导航"组件:<grid> —— 快应用组件库H-UI


    <import name="grid" src="../Common/ui/h-ui/navigation/c_grid"></import>
    <template>
        <div class="container">
            <grid data="{{data}}"></grid>
        </div>
    </template>
    
    <style lang="less">
        @import '../Common/styles/container.less';
    </style>
    
    <script>
        export default {
            private: {
                data:[
                    {
                        icon: 'female',
                        bgColor: 'bg-success',
                        text: '美妆'
                    },
                    {
                        icon: 'bag',
                        bgColor: 'bg-danger',
                        text: '包包'
                    },
                    {
                        icon: 'ring',
                        bgColor: 'bg-indigo',
                        text: '戒指'
                    },
                    {
                        icon: 'necklace',
                        bgColor: 'bg-pink',
                        text: '项链'
                    },
                    {
                        icon: 'skirt',
                        bgColor: 'bg-orange',
                        text: '连衣裙'
                    },
                    {
                        icon: 'shoe',
                        bgColor: 'bg-teal',
                        text: '高跟鞋'
                    },
                    {
                        icon: 't-shirt',
                        bgColor: 'bg-purple',
                        text: 'T恤'
                    },
                    {
                        icon: 'pants',
                        bgColor: 'bg-cyan',
                        text: '裤子'
                    },
                    {
                        icon: 'coat',
                        bgColor: 'bg-warning',
                        text: '外套'
                    }
                ]
            }
        }
    </script>
    

    <import name="grid" src="../Common/ui/h-ui/navigation/c_grid"></import>
    <template>
        <div class="container">
            <grid data="{{data}}" mode="rect"></grid>
        </div>
    </template>
    
    <style lang="less">
        @import '../Common/styles/container.less';
    </style>
    
    <script>
        export default {
            private: {
                data:[
                    {
                        icon: 'female',
                        bgColor: 'bg-success',
                        text: '美妆'
                    },
                    {
                        icon: 'bag',
                        bgColor: 'bg-danger',
                        text: '包包'
                    },
                    {
                        icon: 'ring',
                        bgColor: 'bg-indigo',
                        text: '戒指'
                    },
                    {
                        icon: 'necklace',
                        bgColor: 'bg-pink',
                        text: '项链'
                    },
                    {
                        icon: 'skirt',
                        bgColor: 'bg-orange',
                        text: '连衣裙'
                    },
                    {
                        icon: 'shoe',
                        bgColor: 'bg-teal',
                        text: '高跟鞋'
                    },
                    {
                        icon: 't-shirt',
                        bgColor: 'bg-purple',
                        text: 'T恤'
                    },
                    {
                        icon: 'pants',
                        bgColor: 'bg-cyan',
                        text: '裤子'
                    },
                    {
                        icon: 'coat',
                        bgColor: 'bg-warning',
                        text: '外套'
                    }
                ]
            }
        }
    </script>
    

    <import name="grid" src="../Common/ui/h-ui/navigation/c_grid"></import>
    <template>
        <div class="container">
            <grid data="{{data}}" column-num="4"></grid>
        </div>
    </template>
    
    <style lang="less">
        @import '../Common/styles/container.less';
    </style>
    
    <script>
        export default {
            private: {
                data:[
                    {
                        icon: 'female',
                        bgColor: 'bg-success',
                        text: '美妆'
                    },
                    {
                        icon: 'bag',
                        bgColor: 'bg-danger',
                        text: '包包'
                    },
                    {
                        icon: 'ring',
                        bgColor: 'bg-indigo',
                        text: '戒指'
                    },
                    {
                        icon: 'necklace',
                        bgColor: 'bg-pink',
                        text: '项链'
                    },
                    {
                        icon: 'skirt',
                        bgColor: 'bg-orange',
                        text: '连衣裙'
                    },
                    {
                        icon: 'shoe',
                        bgColor: 'bg-teal',
                        text: '高跟鞋'
                    },
                    {
                        icon: 't-shirt',
                        bgColor: 'bg-purple',
                        text: 'T恤'
                    },
                    {
                        icon: 'pants',
                        bgColor: 'bg-cyan',
                        text: '裤子'
                    },
                    {
                        icon: 'coat',
                        bgColor: 'bg-warning',
                        text: '外套'
                    }
                ]
            }
        }
    </script>
    

    <import name="grid" src="../Common/ui/h-ui/navigation/c_grid"></import>
    <template>
        <div class="container">
            <grid data="{{data}}" no-border="true"></grid>
        </div>
    </template>
    
    <style lang="less">
        @import '../Common/styles/container.less';
    </style>
    
    <script>
        export default {
            private: {
                data:[
                    {
                        icon: 'female',
                        bgColor: 'bg-success',
                        text: '美妆'
                    },
                    {
                        icon: 'bag',
                        bgColor: 'bg-danger',
                        text: '包包'
                    },
                    {
                        icon: 'ring',
                        bgColor: 'bg-indigo',
                        text: '戒指'
                    },
                    {
                        icon: 'necklace',
                        bgColor: 'bg-pink',
                        text: '项链'
                    },
                    {
                        icon: 'skirt',
                        bgColor: 'bg-orange',
                        text: '连衣裙'
                    },
                    {
                        icon: 'shoe',
                        bgColor: 'bg-teal',
                        text: '高跟鞋'
                    },
                    {
                        icon: 't-shirt',
                        bgColor: 'bg-purple',
                        text: 'T恤'
                    },
                    {
                        icon: 'pants',
                        bgColor: 'bg-cyan',
                        text: '裤子'
                    },
                    {
                        icon: 'coat',
                        bgColor: 'bg-warning',
                        text: '外套'
                    }
                ]
            }
        }
    </script>
    

    <import name="grid" src="../Common/ui/h-ui/navigation/c_grid"></import>
    <template>
        <div class="container">
            <grid data="{{data}}"></grid>
        </div>
    </template>
    
    <style lang="less">
        @import '../Common/styles/container.less';
    </style>
    
    <script>
        export default {
            private: {
                data:[
                    {
                        image: '/Common/icons/logo.png',
                        text: '快应用',
                    },
                    {
                        icon: 'bag',
                        bgColor: 'bg-danger',
                        text: '包包'
                    },
                    {
                        icon: 'ring',
                        bgColor: 'bg-indigo',
                        text: '戒指'
                    },
                    {
                        icon: 'necklace',
                        bgColor: 'bg-pink',
                        text: '项链'
                    },
                    {
                        icon: 'skirt',
                        bgColor: 'bg-orange',
                        text: '连衣裙'
                    },
                    {
                        icon: 'shoe',
                        bgColor: 'bg-teal',
                        text: '高跟鞋'
                    },
                    {
                        icon: 't-shirt',
                        bgColor: 'bg-purple',
                        text: 'T恤'
                    },
                    {
                        icon: 'pants',
                        bgColor: 'bg-cyan',
                        text: '裤子'
                    },
                    {
                        icon: 'coat',
                        bgColor: 'bg-warning',
                        text: '外套'
                    }
                ]
            }
        }
    </script>
    

    点击“导航”,页面转向:

    <import name="grid" src="../Common/ui/h-ui/navigation/c_grid"></import>
    <template>
        <div class="container">
            <grid data="{{data}}"></grid>
        </div>
    </template>
    
    <style lang="less">
        @import '../Common/styles/container.less';
    </style>
    
    <script>
        export default {
            private: {
                data:[
                    {
                        image: '/Common/icons/logo.png',
                        text: '导航',
                        uri: 'About'
                    },
                    {
                        icon: 'bag',
                        bgColor: 'bg-danger',
                        text: '包包',
                        uri: 'About'
                    },
                    {
                        icon: 'ring',
                        bgColor: 'bg-indigo',
                        text: '戒指'
                    },
                    {
                        icon: 'necklace',
                        bgColor: 'bg-pink',
                        text: '项链'
                    },
                    {
                        icon: 'skirt',
                        bgColor: 'bg-orange',
                        text: '连衣裙'
                    },
                    {
                        icon: 'shoe',
                        bgColor: 'bg-teal',
                        text: '高跟鞋'
                    },
                    {
                        icon: 't-shirt',
                        bgColor: 'bg-purple',
                        text: 'T恤'
                    },
                    {
                        icon: 'pants',
                        bgColor: 'bg-cyan',
                        text: '裤子'
                    },
                    {
                        icon: 'coat',
                        bgColor: 'bg-warning',
                        text: '外套'
                    }
                ]
            }
        }
    </script>
    

    扫码体验

  • 相关阅读:
    Android四大组件之BroadcastReceiver
    Android四大组件之Activity详解
    2017-2018-1 20155307 《信息安全系统设计基础》第十周课上未完成补充以及课下IPC作业
    第八周课上额外项目:pwd的实现
    20155307《信息安全系统设计基础》第9周学习总结
    2017-2018-11 20155307刘浩 20155338常胜杰 20155335俞昆 实验三 实时系统实验报告
    20155307 刘浩 信息安全技术(李冬冬) 实验三 数字证书应用 实验报告
    2017-2018-1 20155307 《信息安全系统设计基础》第七周学习总结
    实验二 20155307 20155335 20155338 实验报告 固件程序设计
    (完整!)2017-11-1 第七次 信息安全系统设计基础课 主要内容
  • 原文地址:https://www.cnblogs.com/cloud-dev/p/gong-ge-dao-hangzu-jianltgridgt--kuai-ying-yong-zu.html
Copyright © 2020-2023  润新知