一体机放大效果开发

This commit is contained in:
冯辉
2026-03-12 17:10:34 +08:00
parent 0c63175816
commit e7ef23ad5d
83 changed files with 3034 additions and 2899 deletions

View File

@@ -42,12 +42,12 @@ const getBarStyle = (index) => {
display: flex;
justify-content: center;
align-items: center;
padding: 16rpx;
border-radius: 36rpx;
height: calc(102rpx - 40rpx);
gap: 4rpx;
padding: 24rpx;
border-radius: 54rpx;
height: calc(102rpx - 60rpx);
gap: 6rpx;
/* background: linear-gradient(90deg, #9e74fd 0%, #256bfa 100%); */
box-shadow: 0rpx 8rpx 40rpx 0rpx rgba(0, 54, 170, 0.15);
box-shadow: 0rpx 12rpx 60rpx 0rpx rgba(0, 54, 170, 0.15);
}
@keyframes waveAnim {