SceneMobile.less 953 Bytes
:global {
  .GridContent {
    padding: 10px;
    border-radius: 15px;
    background-color: white;
    margin-bottom: 10px;
  }
}
.SubTitle {
  font-size: 14px;
  font-weight: bold;
}
.pickerList{
  border-radius: 15px;
  margin-bottom: 10px;
}
.pickerList > div{
  border-radius: 10px;
}
.pickerList > div>div>div{
  border-radius: 10px;
}
.ListImg{
  width: 22px;
  height: 22px;
  margin-right: 15px;
  vertical-align: sub !important;
}

:global {
  .mesIframe {
    .am-tabs-tab-bar-wrap {
      display: none;;
    }
    .am-tab-bar-item {
      overflow: hidden;
    }
    .am-navbar-title {
      visibility: hidden;
    }
  }
}

.iframe {
  width: 100%;
  height: 100%;
  iframe {
    width: 100%;
    height: 100%;
  }
}

.iframeBakBtn {
  position: fixed;
  top: 0;
  left: 0;
  :global {
    .am-button {
      height: 40px;
      width: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}