fileManage.less 676 Bytes
:global{
.am-image-picker{
  position:fixed!important;
  bottom: 20%!important;
}
  .spictureStyle{
    width: 100%;
    background-color: #ffffff;
    padding: 2px 5px;
  }
  .spictureStyle img{
    border-radius: 4px;
  }
}
.commonImage{
  position:fixed;
  //bottom: 30%;
  left: 3%;
  margin-left: 10px;
}
.commonImage img{
  border-radius: 4px;
  width: 80px;
  max-height: 80px;
  //width: 3rem;
  //max-height: 3rem;
  height: auto;
  margin-right: 10px;
}
.showImage{
  height:40vh;
}
.showImage img{
  border-radius: 4px;
  border: 5px solid #efeff4;
  width: 360px;
  max-height: 240px;
  //width: 3rem;
  //max-height: 3rem;
  height: auto;
  margin-right: 10px;
}