.flower-alert { width: 290rpx; height: 100rpx; background: rgba(255, 255, 255, 1); box-shadow: 0 0 20rpx 0rpx rgba(0, 0, 0, 0.3); border-radius: 40rpx; position: fixed; bottom: -100rpx; left: 0; right: 0; margin: 0 auto; display: flex; align-items: center; align-content: center; background: #fff; padding-left: 49rpx; box-sizing: border-box; } .flower-title{ display: flex; align-items: center; text-align: center; font-size: 24rpx; font-weight: 800; color: #393939; } .flower-icon{ width: 32rpx; height: 38rpx; display: block; margin-left: 7rpx; }