_pay.css 1.1 KB
.pay-page {
  padding: 40px 20px 0;

  .payapp-list {
    visibility: hidden;
  }

  .box.bytouch {
    background-color:#eee;
  }

  .box {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;

    > div {
      min-height: 40px;
      display: flex;
      align-items: center;
    }

    .icon {
      width: 15%;

      flex-basis: 15%;

      img {
        width: 60px;
        margin: 0;
      }

      > div {
        width: 60px;
        height: 60px;
        background-image: resolve("layout/pay-icon.png");
        background-size: 90%;
        background-position-y: 8px;
        background-position-x: center;
        background-repeat: no-repeat;
      }
    }

    .app {
      width: 35%;
      flex-basis: 35%;
      font-size: 32px;
      color: #414141;
    }

    .hint {
      width: 45%;
      flex-basis: 45%;
      font-size: 24px;
      color: #4b4b4b;
    }

    .iconfont {
      width: 5%;
      flex-basis: 5%;
      justify-content: flex-end;
      color: #e0e0e0;
      font-size: 28px;
    }
  }
}