2024-01-22 18:48:00 +08:00

39 lines
639 B
Plaintext

.we7-bottom-placeholder {
bottom: 0;
height: 134rpx;
position: relative;
width: 100%;
z-index: -1;
}
.we7-bottom {
border-top: 1px solid #000;
bottom: 0;
display: -webkit-flex;
display: flex;
left: 0;
overflow: hidden;
padding: 10rpx 0;
position: fixed;
right: 0;
}
.we7-bottom,
.we7-bottom.active,
.we7-bottom.active navigatorurl {
background-color: #fff;
}
.we7-bottom .we7-bottom-item {
flex: 1;
padding: 10rpx;
text-align: center;
}
.we7-bottom .item-img {
display: inline-block;
height: 50rpx;
width: 50rpx;
}
.we7-bottom .item-text {
display: block;
font-size: 12px;
line-height: 1;
}