leave-unused/unpackage/dist/dev/mp-weixin/components/tabbar/tabbar.wxss

41 lines
767 B
Plaintext

.tabbar-list.data-v-8ad7aaf8{
justify-content: space-around;
align-items: center;
width: 100%;
height: 100rpx;
position: fixed;
left: 0;
bottom: 0;
z-index: 99;
}
.tabbar-item.data-v-8ad7aaf8{
flex-wrap: wrap;
justify-items: center;
width: 25%;
text-align: center;
}
.tabbar-item .icon.data-v-8ad7aaf8{
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;
}
.tabbar-item.active.data-v-8ad7aaf8{
color: #1981ff;
}
.tabbar-item.active .icon .img.data-v-8ad7aaf8{
-webkit-filter: grayscale(0);
filter: grayscale(0);
}