This commit is contained in:
杜恒 2021-02-19 09:15:55 +08:00
parent 9d29106040
commit 0b40a7a990
7 changed files with 8 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1030,6 +1030,7 @@
font-weight: 500;
line-height: 24px;
transition: all 0.35s;
max-height: 48px;
&:hover {
color: var(--theme);
}
@ -1067,6 +1068,7 @@
color: var(--main);
font-size: 18px;
line-height: 24px;
max-height: 48px;
transition: color 0.35s;
&:hover {
color: var(--theme);
@ -1095,6 +1097,7 @@
color: var(--minor);
word-break: break-all;
line-height: 22px;
max-height: 44px;
opacity: 0.85;
}
}

File diff suppressed because one or more lines are too long

View File

@ -276,7 +276,6 @@ html {
.abstract {
display: -webkit-box;
font-size: 13px;
max-height: 45px;
}
}
}

File diff suppressed because one or more lines are too long

View File

@ -294,6 +294,7 @@
/* autoprefixer: on */
overflow: hidden;
text-overflow: ellipsis;
max-height: 48px;
}
}
}

View File

@ -3,7 +3,7 @@
/* 获取主题当前版本号 */
function _getVersion()
{
return "5.1.6";
return "5.1.7";
};
/* 判断是否是手机 */