index.less 484 B

12345678910111213141516171819202122
  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. .publishbox{
  12. position: absolute;
  13. bottom: 170rpx;
  14. right: 12rpx;
  15. image{
  16. width: 80rpx;
  17. height: 80rpx;
  18. }
  19. }
  20. }