diff --git a/app/wechat/view/api/review/image.html b/app/wechat/view/api/review/image.html index 4cc7be1e5..a5ef37dd7 100644 --- a/app/wechat/view/api/review/image.html +++ b/app/wechat/view/api/review/image.html @@ -19,7 +19,8 @@ } .container .content img { - max-width: 100% + max-width: 100%; + box-shadow: 0 0 3px #666 } {/block} \ No newline at end of file