.nav-tabs { height: 98rpx; width: 100%; display: flex; position: fixed; background: #FFFFFF; bottom: 0; z-index: 155; border-top: 2rpx solid #eee; } .default { line-height: 75rpx; text-align: center; flex: 1; /* border-bottom: 1px solid #eee; */ color: #999999; font-weight: bold; font-size: 20rpx; } .active { line-height: 75rpx; text-align: center; color: #3476FE; flex: 1; /* border-bottom: 1px solid red; */ font-weight: bold; font-size: 20rpx; } .tab-list { height: 88rpx; display: flex; align-items: center; justify-content: center; flex-direction: column-reverse; } .tab-list .msg::after{ position: absolute; top: 0rpx; right: -10rpx; content: ''; width: 16rpx; height: 16rpx; background: #FB2118; border-radius: 50% } .tab-text { font-size: 28rpx; line-height: 30rpx; margin-top: 2rpx; } .iconPath { width:60rpx; height: 60rpx; position: relative; overflow: visible; } .iconPath2 { width:114rpx; height: 114rpx; position: relative; overflow: visible; transform: translateY(-12rpx); } .tab-content { flex: 1; }