一体机放大效果开发
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user