<view>
    通知栏内容很少：
    <gov-notice-bar
        id="costom-style"
        ext-cls="ext"
    ></gov-notice-bar>
    <br>
    通知栏内容很多：
    <gov-notice-bar id="text" text="跑马灯默认配置：初始1秒开始；速度50px/s；iconName：close"></gov-notice-bar>
    <br>
    没有关闭按钮：
    <gov-notice-bar id="no-close" text="跑马灯默认配置：初始1秒开始；速度50px/s；iconName：close" icon="{{false}}"></gov-notice-bar>
    <br>
    自定义颜色：
    <gov-notice-bar
        id="custom-color"
        text="跑马灯默认配置：初始1秒开始；速度50px/s；iconName：close"
        bg-color="#C40311"
        text-color="#ffffff"
        icon-color="{{['#fff']}}"
    ></gov-notice-bar>
    <br>
    自定义样式：
    <gov-notice-bar
        id="costom-style"
        class="gov-notice-bar"
        ext-cls="ext-cls"
        text-cls="text-cls"
        scroll="{{false}}"
        text="自定义多行样式自定义多行样式自定义多行样式自定义多行样式自定义多行样式自定义多行样式"
        icon-color="{{['#2b99ff']}}"
    ></gov-notice-bar>
</view>