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

80 lines
1.6 KiB
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>image.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>image.data-v-8ad7aaf8{
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
/* 发布按钮 */
.release-btn.data-v-8ad7aaf8{
justify-content: center;
align-items: center;
width: 90rpx;
height: 90rpx;
font-size: 50rpx;
line-height: 80rpx;
-webkit-animation: scale_name-data-v-8ad7aaf8 1s linear alternate infinite;
animation: scale_name-data-v-8ad7aaf8 1s linear alternate infinite;
position: fixed;
right: 20rpx;
bottom: 120rpx;
z-index: 99;
}
.release-btn>image.data-v-8ad7aaf8{
width: 48rpx;
height: 48rpx;
}
@-webkit-keyframes scale_name-data-v-8ad7aaf8 {
from {
-webkit-transform: scale(.9);
transform: scale(.9);
}
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@keyframes scale_name-data-v-8ad7aaf8 {
from {
-webkit-transform: scale(.9);
transform: scale(.9);
}
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}