mobileSign.less 437 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
.mobileSign2{
  text-align: center;
}
.mobileModal{
  //width: 100vw;
  min-height: 70vh;
}

.borderDiv{
  border: 1px solid #555;
  margin-top: 20px;
}
13 14 15 16 17 18
.mobileSign{
  position: relative;
  text-align: center;
  img{
    max-width: 85%;
    max-height: 300px;
19 20
    border: 1px solid #f2f2f2;
    margin-top: 10px;
21
  }
钟是志's avatar
钟是志 committed
22 23 24 25 26 27 28 29

}
.webSign{
  position: relative;
  text-align: left;
  margin-left: 20px;
  img{
    border: 1px solid #f2f2f2;
30 31
  }
}