From e06240f3856e39ff994fc832a2e8a1ee19d0ecc4 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Fri, 19 Apr 2019 11:40:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0DEMO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/Demo/Demo/wwwroot/css/app.css | 10 + projects/Demo/Demo/wwwroot/index.html | 284 +++++++++++++------------ projects/Demo/Demo/wwwroot/js/app.js | Bin 27464 -> 28580 bytes 3 files changed, 153 insertions(+), 141 deletions(-) diff --git a/projects/Demo/Demo/wwwroot/css/app.css b/projects/Demo/Demo/wwwroot/css/app.css index e8086b56..086baeb7 100644 --- a/projects/Demo/Demo/wwwroot/css/app.css +++ b/projects/Demo/Demo/wwwroot/css/app.css @@ -23,4 +23,14 @@ .col{ text-align:center; padding-top: 5px; +} +img.shot { + max-width: 100%; + max-height: 100%; + width:100%; +} +img.shot.zoom { + width:auto; + max-width:none; + max-height: none; } \ No newline at end of file diff --git a/projects/Demo/Demo/wwwroot/index.html b/projects/Demo/Demo/wwwroot/index.html index 272a9ffc..c58fa9ee 100644 --- a/projects/Demo/Demo/wwwroot/index.html +++ b/projects/Demo/Demo/wwwroot/index.html @@ -22,70 +22,10 @@ - +