渐变%进度条(基数500)

1、HTML代码

 <template slot-scope="scope">
                <div class="bgLine">
                  <div
                    :class="'leaveBgg' + scope.row.leave" //渐变色等级
                    :style="{
                      width: scope.row.param / 5 + '%',  //渐变色长度--以500为基数
                      height: '100%',
                      borderRadius: '10px',
                    }"
                  ></div>
                </div>
 </template>

2、css样式

.leaveBgg0 {
    background-color: #0ebfc5;
  }
  .leaveBgg1 {
    background-color: #00e400;
  }
  .leaveBgg2 {
    background: linear-gradient(to right, #00e400, #ffda30);
  }
  .leaveBgg3 {
    background-color: #ff7e00;
    background: linear-gradient(to right, #00e400, #ffda30, #ff7e00);
  }
  .leaveBgg4 {
    background: linear-gradient(to right, #00e400, #ffda30, #ff7e00, #ff0000);
  }
  .leaveBgg5 {
    background: linear-gradient(to right, #00e400, #ffda30, #ff7e00, #ff0000, #99004c);
  }
  .leaveBgg6,{
    background-color: #7e0023;
    background: linear-gradient(
      to right,
      #00e400,
      #ffda30,
      #ff7e00,
      #ff0000,
      #99004c,
      #7e0023
    );
  }

背景条样式

.bgLine {
    width: 100%;
    height: 10px;
    background: #03425d;
    border-radius: 5px;
    overflow: hidden;
  }

3、效果图

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值