.race-lamp-card {
position:relative;
height:240px;
border-radius:4px;
box-sizing:border-box;
overflow:hidden;
margin-top:8px;
}
li {
height:26px;
font-size:14px;
font-weight:400;
line-height:26px;
}
.horseLamp_list {
display:block;
position:absolute;
top:0;
left:0;
}
.horseLamp_top {
transition:all 0.2s;
margin-top:-31px
}
.swipe_list {
}.horseLamp_list {
width:100%;
padding:0;
margin:0;
}
.swipe-item {
width:100%;
padding-top:12px;
display:flex;
flex-direction:row;
justify-content:space-between;
}
.item_name {
width:70%;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
更新时间:2022-01-11 15:43:41