信达小程序
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.

16 lines
224 B

10 months ago
/* custom-tab-bar/index.wxss */
.tab-item {
.icon {
width: 48rpx;
height: 48rpx;
}
.name {
font-size: 20rpx;
color: rgba(105, 104, 110, 1);
&.active {
color: rgba(33, 29, 46, 1);
}
}
}