修复标题过长显示异常
This commit is contained in:
@@ -5,6 +5,7 @@ html, body {
|
|||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
color: var(--theme-color);
|
color: var(--theme-color);
|
||||||
background-color: var(--theme-background);
|
background-color: var(--theme-background);
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -475,7 +476,6 @@ a:hover {
|
|||||||
.listBox .left .list .item .title{
|
.listBox .left .list .item .title{
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-right: 42px;
|
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
color: var(--theme-theme);
|
color: var(--theme-theme);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -184,7 +184,6 @@
|
|||||||
}
|
}
|
||||||
.listBox .left .list .item .title {
|
.listBox .left .list .item .title {
|
||||||
font-size: 4.6vw;
|
font-size: 4.6vw;
|
||||||
padding-right: 7vw;
|
|
||||||
padding-bottom: 1.2vw;
|
padding-bottom: 1.2vw;
|
||||||
}
|
}
|
||||||
.listBox .left .list .item .btns{
|
.listBox .left .list .item .btns{
|
||||||
|
|||||||
Reference in New Issue
Block a user