2025-01-15 18:49:37 +08:00

73 lines
1.6 KiB
Plaintext

.main.data-v-066c6722 {
width: 100vw;
position: fixed;
bottom: 0rpx;
background: #ffffff;
border-top: 1px solid #e8e8ea;
box-sizing: border-box;
z-index: 99999;
}
.main .content.data-v-066c6722 {
width: 100%;
background: #f7f8f8;
display: flex;
align-items: center;
padding-bottom: env(safe-area-inset-bottom);
}
.main .content .tabItem.data-v-066c6722 {
width: calc(100vw / 3);
height: 100%;
box-sizing: border-box;
padding-top: 10rpx;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.main .content .tabItem .shopCarNumber.data-v-066c6722 {
position: absolute;
top: 0;
left: 60%;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #fdfdfd;
line-height: 28rpx;
text-align: left;
font-style: normal;
background: #fa5151;
border-radius: 16rpx;
padding: 2rpx 8rpx;
}
.main .content .tabItem .tabItemIcon.data-v-066c6722 {
width: 48rpx;
height: 48rpx;
margin-bottom: 4rpx;
}
.main .content .tabItem .tabItemText.data-v-066c6722 {
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-066c6722 {
width: calc(100vw / 3);
height: 100%;
box-sizing: border-box;
padding-bottom: 68rpx;
position: relative;
}
.main .content .postiton .tabbarLogo.data-v-066c6722 {
width: 112rpx;
height: 112rpx;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -36rpx;
}