/* pages/my_record/my_record.wxss */
scroll-view {
    height: 100vh;
    width: 100vw;
    background: #f2f1f6;
}
  /* 隐藏滚动条 */
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
}
.bottom_tip{
    width: 100%;
    height: 100rpx;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 26rpx;
  }