更新
This commit is contained in:
parent
9d29106040
commit
0b40a7a990
File diff suppressed because one or more lines are too long
@ -1030,6 +1030,7 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
transition: all 0.35s;
|
transition: all 0.35s;
|
||||||
|
max-height: 48px;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--theme);
|
color: var(--theme);
|
||||||
}
|
}
|
||||||
@ -1067,6 +1068,7 @@
|
|||||||
color: var(--main);
|
color: var(--main);
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
max-height: 48px;
|
||||||
transition: color 0.35s;
|
transition: color 0.35s;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--theme);
|
color: var(--theme);
|
||||||
@ -1095,6 +1097,7 @@
|
|||||||
color: var(--minor);
|
color: var(--minor);
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
max-height: 44px;
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -276,7 +276,6 @@ html {
|
|||||||
.abstract {
|
.abstract {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
max-height: 45px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -294,6 +294,7 @@
|
|||||||
/* autoprefixer: on */
|
/* autoprefixer: on */
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
max-height: 48px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/* 获取主题当前版本号 */
|
/* 获取主题当前版本号 */
|
||||||
function _getVersion()
|
function _getVersion()
|
||||||
{
|
{
|
||||||
return "5.1.6";
|
return "5.1.7";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 判断是否是手机 */
|
/* 判断是否是手机 */
|
||||||
|
Loading…
Reference in New Issue
Block a user