/*
*
* 首页
* 按照顺序
* 1.默认
* 2.深色
* 3.媒体查询
* - 870px
* - 2048px
*/
@import "../base/variables";
.index {
// 标题
>h1 {
>a {
letter-spacing: 0.0625rem;
font-size: 1.375rem;
line-height: 1.75rem;
color: #262626;
&:hover {
color: #26262680;
}
// 摘要
>p {
line-height: 1.5rem;
text-indent: 2rem;
color: #595959;
// 徽标
>.info {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
flex-direction: row;
border-bottom: 1px solid #d9d9d9;
>.date,
>.tag {
font-weight: 400;
font-size: 0.75rem;
>i {
position: relative;
top: 0.1rem;
color: #8c8c8c;
color: #8c8c8c80;
// =========== 深色 ===========
@include darkmode {
color: #dbdbdb;
color: #dbdbdb80;
color: #acacac;
border-bottom: 1px solid #434343;
color: #7d7d7d;
color: #7d7d7d80;
// =========== 移动端 ===========
@media (min-width: 320px) and (max-width: 870px) {
margin-block-start: 0;
padding: 1% 0 2% 0;
>span {
margin: 1% 1%;
// =========== 桌面端 ===========
@media (min-width: 870px) and (max-width: 2048px) {
padding: 0.5rem 0 2rem 0;
>span{
padding: 0 0.5rem;