/* static/nativeComponents/FloatButton/index.wxss */
@import '../../nicon/iconfont.wxss';
@import "/static/font/common_icon.wxss";
.float-botton{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
.movable-view{
  user-select: none;
  text-align: center;
  font-size: 24rpx;
  color: white;
  z-index: 1500;
  pointer-events: all;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-class {
  border-radius: 50%;
  overflow: hidden;
  /* padding: 0 10rpx; */
}
.content{
    width: 100%;
   
    
  }
   .content-img{
      width: 100%;
      padding:0 0 8rpx 0;
    }
  i {
    font-size: 32rpx;
  }
  .imgs {
    width: 100%;
    height: 100%;
  }