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.
44 lines
611 B
44 lines
611 B
.dv-scroll-board {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
color: #fff;
|
|
|
|
.text {
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
font-size: 15px;
|
|
|
|
.header-item {
|
|
.text;
|
|
transition: all 0.3s;
|
|
}
|
|
}
|
|
|
|
.rows {
|
|
overflow: hidden;
|
|
|
|
.row-item {
|
|
display: flex;
|
|
font-size: 14px;
|
|
transition: all 0.3s;
|
|
}
|
|
|
|
.ceil {
|
|
.text;
|
|
}
|
|
|
|
.index {
|
|
border-radius: 3px;
|
|
padding: 0px 3px;
|
|
}
|
|
}
|
|
}
|