index.less 744 B

12345678910111213141516171819202122232425262728293031
  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. padding-top: 20rpx;
  9. .no-more{
  10. width: 100%;
  11. display: flex;
  12. justify-content: center;
  13. font-size: 28rpx;
  14. margin-bottom: 35rpx;
  15. }
  16. }
  17. .trends::-webkit-scrollbar {
  18. display: none; /* 隐藏滚动条 */
  19. }
  20. .publishbox{
  21. position: absolute;
  22. bottom:214rpx;
  23. right: 12rpx;
  24. image{
  25. width: 80rpx;
  26. height: 80rpx;
  27. }
  28. }
  29. }