图片显示一部分小计
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>untitled</title> <style type="text/css" media="screen"> div.crop { height: 300px; width: 350px; overflow: hidden; } div.crop img { width: 100%; } </style> </head> <body> <div class="crop"> <img src="http://120.24.55.64/mallimage3/00001397_20200623133543049.png" class="crop" alt="Paper Sculpture Large"> </div> </body> </html>