mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 07:19:37 +08:00
58 lines
976 B
Plaintext
58 lines
976 B
Plaintext
![]() |
|
||
|
|
||
|
.tab-bar {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
height: 50px;
|
||
|
background: #FFF;
|
||
|
display: flex;
|
||
|
line-height: 1.2;
|
||
|
padding-bottom: 60rpx;
|
||
|
border-top: 1px solid #e6e6e6;
|
||
|
}
|
||
|
|
||
|
.tab-bar-item {
|
||
|
flex: 1;
|
||
|
text-align: center;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.tab-bar-item .image {
|
||
|
width: 26px;
|
||
|
height: 26px;
|
||
|
}
|
||
|
.bulge {
|
||
|
background-color: #FFF;
|
||
|
}
|
||
|
.bulge .tab-bar-bulge{
|
||
|
position: absolute;
|
||
|
z-index: -1;
|
||
|
width: 64px;
|
||
|
height: 64px;
|
||
|
top: -24px;
|
||
|
border-radius: 50%;
|
||
|
border-top: 1px solid #e6e6e6;
|
||
|
background-color: #FFF;
|
||
|
}
|
||
|
.bulge .image{
|
||
|
position: absolute;
|
||
|
width: 50px;
|
||
|
height: 50px;
|
||
|
top: -16px;
|
||
|
}
|
||
|
.bulge .tab-bar-view{
|
||
|
position: relative;
|
||
|
bottom: -16px;
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
|
||
|
.tab-bar-item .tab-bar-view {
|
||
|
font-size: 12px;
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
|