index.wxss 321 B

123456789101112131415161718
  1. /* pages/video/components/wave-form/index.wxss */
  2. .wave {
  3. height: 100px;
  4. display: flex;
  5. margin-top: 1px;
  6. overflow: hidden;
  7. align-items: center;
  8. justify-content: center;
  9. white-space: nowrap;
  10. text-overflow: ellipsis;
  11. text-align: center;
  12. }
  13. .waveItem{
  14. display: block;
  15. width: 1rpx;
  16. min-height: 5px;
  17. }