index.less 206 B

1234567891011
  1. /* nova-werun/pages/circle-detail/index.wxss */
  2. .all{
  3. width: 100vw;
  4. .trends{
  5. width: 100%;
  6. padding-top: 20rpx;
  7. display: flex;
  8. justify-content: center;
  9. }
  10. }