27 lines
567 B
Plaintext
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;
|
|
} |