index.less 567 B

12345678910111213141516171819202122232425
  1. /* nova-werun/components/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. .publishbox{
  15. position: absolute;
  16. bottom:214rpx;
  17. right: 12rpx;
  18. image{
  19. width: 80rpx;
  20. height: 80rpx;
  21. }
  22. }
  23. }