60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
.main.data-v-852a8b4e {
|
|
width: 100vw;
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
background: #ffffff;
|
|
border-top: 1px solid #e8e8ea;
|
|
box-sizing: border-box;
|
|
z-index: 99999;
|
|
}
|
|
.main .content.data-v-852a8b4e {
|
|
width: 100%;
|
|
height: 50px;
|
|
background: #f7f8f8;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
.main .content .tabItem.data-v-852a8b4e {
|
|
width: calc(100vw / 3);
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
padding-top: 10rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.main .content .tabItem .tabItemIcon.data-v-852a8b4e {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
.main .content .tabItem .tabItemText.data-v-852a8b4e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 20rpx;
|
|
color: #3a3d48;
|
|
line-height: 28rpx;
|
|
text-align: justify;
|
|
font-style: normal;
|
|
}
|
|
.main .content .postiton.data-v-852a8b4e {
|
|
width: calc(100vw / 3);
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
padding-bottom: 68rpx;
|
|
position: relative;
|
|
border-radius: 50%;
|
|
}
|
|
.main .content .postiton .tabbarLogo.data-v-852a8b4e {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
position: absolute;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
top: -36rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|