/* page{ background: #FFF; } */ .tabbar-view{ position: fixed; width: 100%; background: #FFF; bottom: 0; display: flex; height: 119rpx; padding-top: 20rpx; border-top: 1rpx solid #EEE; color: #CCC; z-index: 999999; } .tabbar-view .tabber-view-nav{ text-align: center; margin: 0 auto; font-size: 24rpx; position: relative; } .titleImg{ height: 50rpx; width: 50rpx; } .curTitle{ color: #cc6031; } .isAppleStyle{ padding-bottom: 20rpx; } .liveShow{ font-size: 36rpx; width: 120rpx; line-height: 120rpx; border: 1px solid #EEE; background: linear-gradient(90deg, rgba(236, 58, 78, 1) 0%, rgba(255, 115, 115, 1) 100%); color: #FFF; border-radius: 100rpx; position: relative; top: -20rpx; box-shadow: 0 0 10rpx #999; top: -60rpx; } .liveShowBg{ width: 120rpx; height: 120rpx; border-radius: 50%; position: absolute; top: 0; left: 0; animation: pulse 3s infinite; } @keyframes pulse { 0% { box-shadow: 0 0 4px 2px #fff; } 50% { box-shadow: 0 0 4px 2px #EC3A4E; } 100% { box-shadow: 0 0 4px 2px #fff; } } .nav-item{ position: absolute; left: 0; width: 100% !important; top: 0; height: 100%; padding: 0 !important; opacity: 0; }