b3ab644d by 任超

style:样式

1 parent caf5f295
div.subject h2 a:hover {
color: #0091FF;
}
.content_zc {
min-height:calc(100vh - 207px);
}
div.subject {
margin: 0 auto;
float: none;
......@@ -195,6 +197,7 @@ div.subject {
#page {
margin-top: 20px;
text-align: center;
margin-bottom: 50px;
}
.right {
......
......@@ -98,11 +98,13 @@ div.subject {
}
/* ---------------------------------------------------- */
.content_zc {
min-height:calc(100vh - 190px);
}
.leftandright {
width: 1200px;
margin: 0 auto;
overflow: hidden;
min-height:calc(100vh - 207px);
}
.leftandright .left {
width: 80%;
......@@ -198,6 +200,7 @@ div.subject {
#page {
margin-top: 20px;
text-align: center;
margin-bottom: 50px;
}
.right {
......