app.wxss 971 字节
/**app.wxss**/
page {
    width: 100%;
    height: 100%;
}
.container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* padding: 200rpx 0; */
  /* box-sizing: border-box; */
} 
.drop_img {
    /* width: 30rpx;
    height: 27rpx; */
    cursor: pointer;
    margin: 0 auto 40rpx;
}
.drop_img image {
    width: 46rpx;
    height: 22rpx;
}

/*  客服  */
.chat_peo {
    position: fixed;
    width: 86rpx;
    height: 86rpx;
    bottom: 80rpx;
    right: 24rpx;
    z-index: 10;
}
button::after {
    border: none;
    opacity: 0;
}
 .contacButton {
    background: none;
    border: none;
    padding: 0;
    display:inline-block;
    width:100%;
    height:100%;
} 
.chat_peo image {
    width: 100%;
    height: 100%;
}

/*  返回顶部  */
.return_top {
    bottom: 187rpx;
}

/*  去除滚动条  */
::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}