index.wxss
473 Bytes
.slide-bg {
height: 106rpx;
width: 100%;
border-bottom: 1rpx solid #D8D8D8;
}
.itemContainer {
height: 100%;
width: 100%;
display: flex;
}
.slide-content-item {
display: flex;
justify-content: center;
align-items: center;
}
.slide-content {
width: 250rpx;
font-family: SanFranciscoText-Bold;
font-weight: bold;
font-size: 32rpx;
color: #B0B0B0;
letter-spacing: 0;
text-align: center;
}
.active {
color: #6FBA9C;
font-size: 40rpx;
}