index.less 514 B

12345678910111213141516171819202122
  1. /* nova-werun/pages/circle/my-circle/index.wxss */
  2. /* nova-werun/pages/my-circle/index.wxss */
  3. .all{
  4. width: 100vw;
  5. position: relative;
  6. .trends{
  7. width: 100%;
  8. border-top: grey solid 1px;
  9. padding-top: 20rpx;
  10. .no-more{
  11. width: 100%;
  12. display: flex;
  13. justify-content: center;
  14. font-size: 28rpx;
  15. margin-bottom: 35rpx;
  16. }
  17. }
  18. .trends::-webkit-scrollbar {
  19. display: none; /* 隐藏滚动条 */
  20. }
  21. }