Authored by hongyong.zhao

长文章图片满屏,两边不留白修改

@@ -266,9 +266,11 @@ export default { @@ -266,9 +266,11 @@ export default {
266 } 266 }
267 267
268 img { 268 img {
269 - max-width: 100% !important; 269 + max-width: calc(100% + 60px) !important;
270 height: auto !important; 270 height: auto !important;
271 display: block; 271 display: block;
  272 + position: relative;
  273 + left: -30px;
272 } 274 }
273 275
274 p { 276 p {