Skip to content
car-deal.scss 2.65 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-car-deal {
wangqinghua's avatar
wangqinghua committed
  .duty {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 36px;
    background-color: #fff;
  }
wangqinghua's avatar
wangqinghua committed

wangqinghua's avatar
wangqinghua committed
  .duty-state {
    border: 1px solid #f8ac56;
    font-size: 1.3rem;
    border-radius: 4px;
    padding: 1px 4px;
    color: #f8ac56;
  }

  .duty div {
    width: 50%;
    text-align: center;
    position: relative;
wangqinghua's avatar
wangqinghua committed
    height: 36px;
    line-height: 36px;
wangqinghua's avatar
wangqinghua committed
  }

  .duty-title {
    position: relative;
    color: #e42417;
  }

  .duty-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e42417;
    bottom: -10px;
    left: 0px;
  }
  .duty-content {
    padding: 8px;
    .apply{
      background-color: #fff;
      p{
wangqinghua's avatar
wangqinghua committed
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
wangqinghua's avatar
wangqinghua committed
        ion-checkbox{
          vertical-align: bottom;
          margin-right: 5px;
        }
        padding: 0 10px 10px 10px;
        span{
          color: #333333;
          font-weight: 500;
          span{
            color: #666666;
            font-weight: 400;
          }
        }
      }
wangqinghua's avatar
wangqinghua committed
      p.first{
wangqinghua's avatar
wangqinghua committed
        border-bottom: 1px solid #cccccc;
        margin-bottom: 15px;
        padding-top: 15px;
      }
    }
  }

  .apply {
    font-size: 1.4rem;
    border-radius: 5px;
    .apply-room {
      font-size: 1.4rem;
    }

    .meet-type {
      font-size: 1.4rem;
      margin-left: 20px;

      span {
        font-size: 1.4rem;
      }
    }

    .order-time {
      font-size: 1.4rem;
    }
  }

  .apply + .apply{
    margin-top: 8px;
  }

  .stuff-footer {
    position: fixed;
    bottom: 0;
    height: 5rem;
    width: 100%;
    text-align: center;
    border-top: 1px solid #eeeeee;
    z-index: 9;
    background-color: #fff;

    .item-ios.item-block .item-inner {
      border: none;
    }

    .button-small-ios {
      height: 2.6rem;
    }

    img {
      margin-top: .5rem;
      width: 30px;
    }

    .tip-num {
      position: absolute;
      right: 15px;
      top: 10px;
      color: #e12724;
      font-size: 1rem;
      background: #fff;
      display: block;
      line-height: 1rem;
      border-radius: 5px;
    }

    ion-icon {
      color: #666666;
      position: relative;
      font-size: 2.5rem;
    }

    ion-icon.main-color {
      color: #e66866;
    }

    .input {
      background: #ddd;
      border: 1px solid #ddd;
      border-radius: 2px;
      height: 2.8rem;
      line-height: 2.8rem;
      color: #666666;
    }
  }

  .footer-flex {
    display: flex;
  }

  .footer-flex > div {
    width: 50%;
    line-height: 4rem;
    padding: 0 20px;
  }
wangqinghua's avatar
wangqinghua committed
  ion-row{
    width: 100%;
  }
wangqinghua's avatar
wangqinghua committed
}