index.less 361 B

12345678910111213141516
  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. overflow-y: scroll;
  10. padding-top: 20rpx;
  11. }
  12. .trends::-webkit-scrollbar {
  13. display: none; /* 隐藏滚动条 */
  14. }
  15. }