@import "~antd-mobile/lib/style/themes/default.less";

:global{
  .zp-card-header{
    position: relative;
    line-height: 88px;
    background: #fff;
    overflow: hidden;
    //display: flex;
    //align-items: center;
    //justify-content: space-between;
    padding: 0 @v-spacing-md;

    &:after{
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      border-bottom: @border-width-sm solid @border-color-base;
    }

    .card-title{
      float: left;
      font-size: @font-size-heading;
      color: @color-text-paragraph;
    }

    .card-extra{
      margin-left: @v-spacing-md;;
      font-size: @font-size-caption-sm;
      color: @color-text-caption;
    }

    .card-info{
      float: right;
      margin-left: @v-spacing-md;;
      font-size: @font-size-caption;
      color: #999;
    }

    .card-ctrl{
      float: right;
      margin-top: 15px;
      width: 40px;
      height: 50px;
      background-image: url("../styles/images/icon/card_right.png");
      background-size: 18px 30px;
      background-position: right center;
      background-repeat: no-repeat;

      &.active {
        background-image: url("../styles/images/icon/card_down.png");
        background-size: 30px 16px;
      }
    }
  }
}
