/* 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; }