收藏
回答

swiper组件 indicator-color赋值

 indicator-color 赋值类型Color   默认rgba(0, 0, 0, .3)


如果我要修改这个值 怎么赋值 直接写 

第一种:

 indicator-color=“rgba(125, 125, 125, .3)” 编译调试 rgba 没定义

第二种:

 indicator-color="#1afa29"  编译调试无效果


第三种:

 indicator-color=0x1afa29 编译调试无效果


Color 类型如何定义

回答关注问题邀请回答
收藏

5 个回答

  • 工号 9527
    工号 9527
    2017-01-17

    抱歉,这个属性的版本即将发布,已在文档上注明了。

    2017-01-17
    有用
    回复
  • by明亮
    by明亮
    2017-08-08



    视图层:

    <swiper vertical="{{vertical}}" indicator-color="{{indicatorColor}}" circular="{{circular}}" indicator-dots="{{indicatorDots}}"

      autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">



    indicator-color 转换为 indicatorColor 就可以了

    2017-08-08
    有用 1
    回复
  • 南极
    南极
    2017-01-19

    谢谢各位 解答

    2017-01-19
    有用
    回复
  • 楠
    2017-01-17

    不管用 等修复吧 不过有另外一种解决办法 ,就是自定义indicator用定位显示在 swiper上面  然后在bindchange里面实时获取current值 根据这个值改变样式  

    2017-01-17
    有用
    回复
  • 2017-01-17

    我也都试过,indicator-color设置都无效,同求解答

    2017-01-17
    有用
    回复
登录 后发表内容