You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
550 B

2 months ago
.tab-bar {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
box-sizing: border-box;
border-top: 1px solid rgba(226, 232, 240, 0.9);
background-color: #ffffff;
}
2 months ago
.tab-row {
overflow: hidden;
}
2 months ago
.tab-item {
position: relative;
2 months ago
float: left;
box-sizing: border-box;
2 months ago
}
.tab-indicator {
position: absolute;
left: 50%;
border-radius: 999px;
}
.tab-label {
2 months ago
display: block;
box-sizing: border-box;
2 months ago
overflow: hidden;
text-align: center;
white-space: nowrap;
}
2 months ago
.tab-safe {
background-color: #ffffff;
}