@import "config.styl"
.empty
  line-height 4
  font-size 16px
  color #999999

.customBtn
  min-width 90px
  height 34px
  line-height 34px
  text-align center
  margin 0 10px
  border-radius 3px
  cursor pointer
  padding 0
  display inline-block
  font-size 14px
  background-color transparent
  border 1px solid #DCDCDC
  
  &.primary
    background-color themeColorPC
    color #FFFFFF
    
    &:hover
      background-color themeColorPC
  
  &.success
    color #FFFFFF
    width auto
    padding 0 10px
    background-color #34C794

.customList
  & > li
    display flex
    height 46px
    line-height 46px
    color #666666
    font-size 14px
    background-color #FFFFFF
    
    &:nth-of-type(2n+1)
      background-color #F4F9FF
    
    &.title
      font-weight bold
      background-color #E9EDF2
    
    
    div
      text-align center
      flex 1
      
      
      &.handle
        span
          cursor pointer
          
          i.iconfont
            font-size 14px
            margin-left 10px
        
        span
          margin-right 30px
          
          i.iconfont
            color themeColorSecond
        
        span:last-of-type
          margin-right 0
          
          i.iconfont
            color #FF6464


.topBar
  height 54px
  line-height 54px
  text-align right
  
  span
    cursor pointer
    color #4A90E2
    font-size 14px
    margin-right 10px

.el-dialog__body
  .customHeader
    height 60px
    line-height 60px
    text-align center
    font-size 18px
    color #FFFFFF
    background-color themeColorPC

.customSelect
  margin-top 30px
  height 30px
  margin-right 10px
  line-height 40px
  
  .el-input__inner
    height 30px !important
    background-color themeColorPCHover !important
    border none !important

.customInput
  height 36px
  border none
  background-color themeColorPCHover
  padding-left 15px
  color #666666
  font-size 14px
  outline none

.selBtn
  padding 8px
  color #53A2FF
  border 1px solid #53A2FF
  border-radius 3px
  cursor pointer
  background-color #FFFFFF
  
  &.on
    color #FFFFFF
    background-color themeColorPC


.contentHeader
  h1
    display inline-block
    padding-left 6px
    font-size 16px
    color #222222
    border-left 3px solid #5D8EFC
    vertical-align middle

.van-button--block
  width 7rem
  margin auto
  border-radius 0.1rem
  font-size 0.3rem