index.less 310 B

123456789101112131415
  1. /* nova-werun/pages/my-circle/index.wxss */
  2. .all{
  3. width: 100vw;
  4. position: relative;
  5. .trends{
  6. width: 100%;
  7. border-top: grey solid 1px;
  8. overflow-y: scroll;
  9. padding-top: 20rpx;
  10. }
  11. .trends::-webkit-scrollbar {
  12. display: none; /* 隐藏滚动条 */
  13. }
  14. }