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.
 
 
 

26 lines
321 B

.scroll-left {
width: 260rpx;
height: 100vh;
position: fixed;
top: 0;
bottom: 0;
}
.item-child {
height: 98rpx;
}
.item-child.active {
background: #F9F9F9;
}
.item-child .child {
width: 100%;
height: 32rpx;
padding: 0 5%;
}
.scroll-right {
min-height: 100vh;
top: 0;
width: 460rpx;
margin-left: 292rpx;
}