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.
 

24 lines
391 B

/* pages/old/index.wxss */
.bottom {
position: fixed;
left: 0;
right: 0;
height: 175rpx;
background: #FFFFFF;
box-shadow: -1px 1px 16rpx 0px rgba(6, 0, 1, 0.1);
color: #999;
bottom: 0;
}
.bottom-item {
width: 50%;
text-align: center;
}
.bottom image {
width: 80rpx;
display: block;
margin: 0 auto;
margin-bottom: 10rpx;
}
.bottom-item.active {
color: #0B898E;
}