123456789101112131415161718 |
- /* pages/video/components/wave-form/index.wxss */
- .wave {
- height: 100px;
- display: flex;
- margin-top: 1px;
- overflow: hidden;
- align-items: center;
- justify-content: center;
- white-space: nowrap;
- text-overflow: ellipsis;
- text-align: center;
- }
- .waveItem{
- display: block;
- width: 1rpx;
- min-height: 5px;
- }
|