48 lines
919 B
Plaintext
48 lines
919 B
Plaintext
|
|
.tabbar-list.data-v-8ad7aaf8{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
border-top: 2rpx solid #e9e9e9;
|
|
background-color: #ffffff;
|
|
padding: 0 25rpx;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
z-index: 99;
|
|
}
|
|
.tabbar-item.data-v-8ad7aaf8{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-items: center;
|
|
width: 25%;
|
|
text-align: center;
|
|
}
|
|
.tabbar-item .icon.data-v-8ad7aaf8{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 40rpx;
|
|
}
|
|
.tabbar-item .icon .img.data-v-8ad7aaf8{
|
|
-webkit-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
}
|
|
.tabbar-item .title.data-v-8ad7aaf8{
|
|
width: 100%;
|
|
margin-top: 6rpx;
|
|
line-height: 1.2;
|
|
color: #737373;
|
|
}
|
|
.tabbar-item.active .title.data-v-8ad7aaf8{
|
|
color: #0788ff;
|
|
}
|
|
.tabbar-item.active .icon .img.data-v-8ad7aaf8{
|
|
-webkit-filter: grayscale(0);
|
|
filter: grayscale(0);
|
|
}
|
|
|