榆山数据端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

57 lines
1.1 KiB

.wux-tabbar-item {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
width: 100%;
height: 100%;
color: #80848f;
padding: 6rpx 0 0;
box-sizing: border-box;
float: left
}
.wux-tabbar-item__icon {
display: flex;
justify-content: center
}
.wux-tabbar-item__title {
font-size: 24rpx;
margin: 6rpx 0 0;
line-height: 1;
text-align: center
}
.wux-tabbar-item--current {
color: #33cd5f
}
.wux-tabbar-item--disabled {
opacity: .3
}
.wux-tabbar-item--light.wux-tabbar-item--current {
color: #ddd
}
.wux-tabbar-item--stable.wux-tabbar-item--current {
color: #b2b2b2
}
.wux-tabbar-item--positive.wux-tabbar-item--current {
color: #387ef5
}
.wux-tabbar-item--calm.wux-tabbar-item--current {
color: #11c1f3
}
.wux-tabbar-item--assertive.wux-tabbar-item--current {
color: #ef473a
}
.wux-tabbar-item--balanced.wux-tabbar-item--current {
color: #33cd5f
}
.wux-tabbar-item--energized.wux-tabbar-item--current {
color: #ffc900
}
.wux-tabbar-item--royal.wux-tabbar-item--current {
color: #886aea
}
.wux-tabbar-item--dark.wux-tabbar-item--current {
color: #444
}