@import "variables.styl"

.title
  position relative
  width 100%
  height 60px
  line-height 60px
  background-color #fff
  border-bottom 1px solid borderColor
  padding:0 15px
  box-sizing:border-box
  .close
    margin-top 25px
    float:right
    color red
    font-size 20px!important
    cursor pointer
.baseInfo
  padding: 15px;
  box-sizing: border-box
  .baseInfo-con
    display: table;
    border:1px solid #e0e0e0;
    width: 100%;
    .info-title
      display: table-cell;
      width: 55px;
      background-color: #e8e8e8
      position relative
      p
        padding 0 15px
        font-size 14px
        line-height 18px
        text-align center
        word-wrap break-word
        position absolute
        top 50%
        transform translateY(-50%)
    .info-main
      display: table-cell;
      background-color: #fbfbf8
      font-size 12px
      line-height 30px
      padding 10px 20px
      box-sizing border-box
      position relative
      .el-row
        height:30px
      .moreDetail
        position absolute
        width 105px
        height 34px
        line-height 34px
        text-align center
        font-size 12px
        border 1px solid #abcaf3
        background-color #fdfdfd
        right 10px
        bottom 10px
        a
          color:#78adee
.process
  margin 15px
  border 1px solid borderColor
  .process-top
    display table
    width 100%
    overflow hidden
    border-bottom 1px solid borderColor
  .process-top-l
    font-size 12px
    float: none;
    display table-cell
    vertical-align middle
    p
      color #333
      font-weight normal
      font-size font-size
      padding 10px 0;
      text-align center;
  .process-top-r
    display table-cell
    padding 10px 0 10px 40px;
    border-left 1px solid borderColor
    vertical-align  middle
    float: none;
    .process-top-step
    .el-steps.is-horizontal
      display table-cell
      vertical-align  middle

.step-main
  padding-top 30px
.history-title
  border 1px solid #F6B600
  display inline-block
  padding 4px 8px
  font-size 14px
  letter-spacing 1px;
.history-list
  width 100%
  margin-top  10px
  height 220px
  box-sizing border-box
  padding 10px
  padding-bottom 0
  border 1px solid #F6B600
  overflow-y scroll
  .history-item
    width 100%
    height 142px
    border 1px solid borderColor
    overflow-y scroll
    background-color: #FBFAF8
    margin-bottom 10px
    padding 8px
    box-sizing border-box
    p
      line-height 22px
      font-size 12px
    p:nth-child(2)
      cursor pointer

