platform-ios.less 1.21 KB
Newer Older
Nature's avatar
Nature committed
1 2 3
.platform-ios {
  .bar .title + .buttons {
    top: auto;
Nature's avatar
Nature committed
4
    bottom: 0.24rem;
Nature's avatar
Nature committed
5
  }
Nature's avatar
Nature committed
6
  .has-footer {
JingChao's avatar
JingChao committed
7
   // padding-bottom: 2.16rem;
Nature's avatar
Nature committed
8 9 10 11 12
    .scrollContent{
      padding-bottom: 2.16rem;
    }

  }
Nature's avatar
Nature committed
13
  .has-header {
Nature's avatar
Nature committed
14
    padding-bottom: 1.28rem;
Nature's avatar
Nature committed
15 16
  }
  .header-top {
Nature's avatar
Nature committed
17
    margin-top: 1.26rem;
Nature's avatar
Nature committed
18 19
  }
  .img {
Nature's avatar
Nature committed
20
    margin-top: 0.2rem;
Nature's avatar
Nature committed
21 22 23
  }
  .bar {
    background-image: none;
Nature's avatar
Nature committed
24 25
    padding: 0.1rem 0 0.1rem 0;
    height: 1.28rem !important;
Nature's avatar
Nature committed
26 27 28 29 30
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    .title {
Nature's avatar
Nature committed
31 32 33 34
      height: 0.96rem;
      min-width: 0.6rem;
      line-height: 0.96rem;
      font-size: 0.34rem;
Nature's avatar
Nature committed
35 36 37 38 39 40
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
Nature's avatar
Nature committed
41
      margin-top: 0.08rem;
Nature's avatar
Nature committed
42 43 44 45 46 47 48 49 50 51 52 53
    }
  }
  .content {
    .list {
      .item {
        .contents {
          .add-name {
            .required::after {
              content: '*';
              color: #D24E4E;
              position: absolute;
              top: 0;
Nature's avatar
Nature committed
54 55
              right: -0.16rem;
              height: 0.16rem;
Nature's avatar
Nature committed
56 57 58 59 60 61 62 63
              padding-top: 2px;
            }
          }
        }
      }
    }
  }
}