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

  .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;
    height: 36px;
    line-height: 36px;
  }

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

  .duty-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e42417;
    bottom: -10px;
    left: 0px;
  }
wangqinghua's avatar
wangqinghua committed

wangqinghua's avatar
wangqinghua committed
  .duty-content {
    padding: 15px;
    margin-bottom: 5rem;
wangqinghua's avatar
wangqinghua committed

    .apply {
wangqinghua's avatar
wangqinghua committed
      background-color: #fff;
wangqinghua's avatar
wangqinghua committed

      p {
        ion-checkbox {
wangqinghua's avatar
wangqinghua committed
          vertical-align: bottom;
          margin-right: 5px;
        }
wangqinghua's avatar
wangqinghua committed

wangqinghua's avatar
wangqinghua committed
        padding: 0 10px 10px 10px;
wangqinghua's avatar
wangqinghua committed

        span {
wangqinghua's avatar
wangqinghua committed
          color: #333333;
          font-weight: 500;
          margin-right: 10px;
wangqinghua's avatar
wangqinghua committed

          span {
wangqinghua's avatar
wangqinghua committed
            color: #666666;
            font-weight: 400;
          }
        }
      }
wangqinghua's avatar
wangqinghua committed

      p:first-child {
wangqinghua's avatar
wangqinghua committed
        border-bottom: 1px solid #cccccc;
        margin-bottom: 15px;
        padding-top: 15px;
      }
    }
  }

  .apply {
    font-size: 1.4rem;
    border-radius: 5px;
wangqinghua's avatar
wangqinghua committed

wangqinghua's avatar
wangqinghua committed
    .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;
    }
  }

wangqinghua's avatar
wangqinghua committed
  .apply + .apply {
wangqinghua's avatar
wangqinghua committed
    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-select.select-ios {
    max-width: 100%;
    z-index: 99999;
    color: #ffffff;
    .select-placeholder{
      color: #dddddd;
    }
  }
wangqinghua's avatar
wangqinghua committed
}