默认提交
Showing
1 changed file
with
4 additions
and
1 deletions
... | @@ -82,6 +82,7 @@ | ... | @@ -82,6 +82,7 @@ |
82 | 82 | ||
83 | .right-panel { | 83 | .right-panel { |
84 | max-width: 975px; | 84 | max-width: 975px; |
85 | width: 975px; | ||
85 | background-color: #ffffff; | 86 | background-color: #ffffff; |
86 | 87 | ||
87 | .panel { | 88 | .panel { |
... | @@ -106,8 +107,10 @@ | ... | @@ -106,8 +107,10 @@ |
106 | .left-panel { | 107 | .left-panel { |
107 | display: none; | 108 | display: none; |
108 | } | 109 | } |
109 | .right-panel{ | 110 | |
111 | .right-panel { | ||
110 | margin: 0 auto; | 112 | margin: 0 auto; |
113 | |||
111 | } | 114 | } |
112 | } | 115 | } |
113 | 116 | ... | ... |
-
Please register or sign in to post a comment