attachment-update.css 209 B

1234567891011121314
  1. /*------------------------------------*\
  2. #更新页面
  3. \*------------------------------------*/
  4. .attachment_image {
  5. overflow: hidden;
  6. }
  7. .attachment_image img{
  8. max-width:100%;
  9. max-height:700px;
  10. }