Jony/assets/css/joe.archive.scss

43 lines
1017 B
SCSS
Raw Normal View History

2021-01-26 13:41:01 +00:00
/* 搜索页的样式 */
2021-01-25 10:36:43 +00:00
.joe_archive {
2021-01-26 13:41:01 +00:00
border-radius: var(--radius-wrap);
2021-01-25 10:36:43 +00:00
padding: 0 15px;
background: var(--background);
box-shadow: var(--box-shadow);
&__title {
display: flex;
align-items: center;
height: 45px;
line-height: 45px;
color: var(--main);
border-bottom: 1px solid var(--classC);
&-icon {
width: 20px;
height: 20px;
min-width: 20px;
min-height: 20px;
margin-right: 5px;
}
&-title {
display: flex;
align-items: center;
.muted {
color: var(--theme);
margin: 0 5px;
}
}
}
&__empty {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 50px 0;
color: var(--routine);
&-icon {
margin-bottom: 30px;
fill: var(--routine);
}
}
}