Files
dianxiaorui-uniapp/unpackage/dist/dev/mp-alipay/components/tabbar/tabbar.acss
PC-202306242200\Administrator 4d06351f6a no message
2026-03-28 23:00:29 +08:00

27 lines
567 B
Plaintext

.tabbar_pages {
position: fixed;
bottom: 0;
left: 0;
width: 750rpx;
height: 140rpx;
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
background-color: #fff;
box-shadow: 0rpx -6rpx 12rpx 2rpx rgba(88, 140, 255, 0.1);
border-radius: 15rpx 15rpx 0rpx 0rpx;
z-index: 99;
}
.tabbar_pages_view view {
font-size: 24rpx;
color: #999999;
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-between;
}
.tabbar_pages_view view image {
width: 65rpx;
height: 65rpx;
}