@import "../../assets/stylus/colorConfig"
.proFixedTop .fixedTop{
  color #fff
  .text-finish{
    position absolute
    padding 0 10px
    height 100%
    line-height 52px
    right 10px
    top 0
    text-align center
    font-size 15px
  }
}
.inv-container{
  width 100%
  height calc(100% - 52px)
  overflow-y auto
  -webkit-overflow-scrolling touch
}
.inv-head{
  padding 15px 20px
  background #fff
  font-size 14px
  color mainTitleColor
  .inv-type{
    margin-top 14px
    span{
      flex 1
      height 32px
      line-height 32px
      margin 0 10px
      font-size 13px
      border 1px solid border_color
      text-align center
      &.active{
        border-color mainColor
        color mainColor
        i{
          display inline-block
          color inherit
        }
      }
      i{
        display none
      }
    }
  }
}
.inv-content{
  margin-top 10px
  padding 0 10px
  background #fff
  font-size 12px
  .radio-wrap{
    span{
      margin-right 15px
      i{
        margin-right 4px
        &.active{
          color mainColor
        }
      }
    }
  }
}
.ruleTip{
  color tipColor
  margin-top 13px
  i{
    margin-right 3px
    font-size 12px
  }
}


