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.
31 lines
364 B
31 lines
364 B
5 years ago
|
page{
|
||
|
height: 100%;
|
||
|
}
|
||
|
.list{
|
||
|
min-height: 100vh;
|
||
|
}
|
||
|
.history{
|
||
|
background: white;
|
||
|
padding: 12px;
|
||
|
margin: 10px;
|
||
|
border-radius: 8px;
|
||
|
}
|
||
|
.history.crawl{
|
||
|
border: 2px green solid;
|
||
|
}
|
||
|
.header,
|
||
|
.detail{
|
||
|
color: dimgray;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
.footer{
|
||
|
display: flex;
|
||
|
}
|
||
|
.footer>button{
|
||
|
flex: 1;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
.sticky{
|
||
|
bottom: 0;
|
||
|
position: sticky;
|
||
|
}
|