style:样式
Showing
4 changed files
with
8 additions
and
2 deletions
| 1 | div.subject h2 a:hover { | 1 | div.subject h2 a:hover { |
| 2 | color: #0091FF; | 2 | color: #0091FF; |
| 3 | } | 3 | } |
| 4 | 4 | .content_zc { | |
| 5 | min-height:calc(100vh - 207px); | ||
| 6 | } | ||
| 5 | div.subject { | 7 | div.subject { |
| 6 | margin: 0 auto; | 8 | margin: 0 auto; |
| 7 | float: none; | 9 | float: none; |
| ... | @@ -195,6 +197,7 @@ div.subject { | ... | @@ -195,6 +197,7 @@ div.subject { |
| 195 | #page { | 197 | #page { |
| 196 | margin-top: 20px; | 198 | margin-top: 20px; |
| 197 | text-align: center; | 199 | text-align: center; |
| 200 | margin-bottom: 50px; | ||
| 198 | } | 201 | } |
| 199 | 202 | ||
| 200 | .right { | 203 | .right { | ... | ... |
| ... | @@ -98,11 +98,13 @@ div.subject { | ... | @@ -98,11 +98,13 @@ div.subject { |
| 98 | } | 98 | } |
| 99 | 99 | ||
| 100 | /* ---------------------------------------------------- */ | 100 | /* ---------------------------------------------------- */ |
| 101 | .content_zc { | ||
| 102 | min-height:calc(100vh - 190px); | ||
| 103 | } | ||
| 101 | .leftandright { | 104 | .leftandright { |
| 102 | width: 1200px; | 105 | width: 1200px; |
| 103 | margin: 0 auto; | 106 | margin: 0 auto; |
| 104 | overflow: hidden; | 107 | overflow: hidden; |
| 105 | min-height:calc(100vh - 207px); | ||
| 106 | } | 108 | } |
| 107 | .leftandright .left { | 109 | .leftandright .left { |
| 108 | width: 80%; | 110 | width: 80%; |
| ... | @@ -198,6 +200,7 @@ div.subject { | ... | @@ -198,6 +200,7 @@ div.subject { |
| 198 | #page { | 200 | #page { |
| 199 | margin-top: 20px; | 201 | margin-top: 20px; |
| 200 | text-align: center; | 202 | text-align: center; |
| 203 | margin-bottom: 50px; | ||
| 201 | } | 204 | } |
| 202 | 205 | ||
| 203 | .right { | 206 | .right { | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment