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.
46 lines
875 B
46 lines
875 B
.tab-bar {
|
|
pointer-events: auto;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 50px;
|
|
/* background: #F69448; */
|
|
display: flex;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
/* 加载背景图 */
|
|
background-image: url(https://supervise.yxtsoft.com/lpk/image/bom_navigation.png);
|
|
/* 让背景图基于容器大小伸缩 */
|
|
background-size: 100% 100%;
|
|
/* padding-bottom: env(safe-area-inset-bottom); */
|
|
}
|
|
|
|
.tab-bar-border {
|
|
background-color: rgba(246, 148, 72, 0.3);
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
transform: scaleY(0.5);
|
|
}
|
|
|
|
.tab-bar-item {
|
|
flex: 1;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.tab-bar-item cover-image {
|
|
width: 27px;
|
|
height: 27px;
|
|
}
|
|
|
|
.tab-bar-item cover-view {
|
|
margin-top: 3px;
|
|
font-size: 10px;
|
|
}
|