You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @{
- ViewBag.Title = "图片展示";
- Layout = "~/Views/Shared/_Index.cshtml";
- }
- <div style="position:relative;height:800px;width:1440px;border:1px solid #ccc;">
- <img src="~/Content/images/imgshow/有货架图2.jpg" />
- </div>
- @Html.AppendJsFile("/Areas/LR_CodeDemo/Views/ImgShow/Demo2.js")
- <style>
- body {
- padding: 5px;
- overflow: auto;
- }
-
- img {
- position: relative;
- height: 100%;
- width: 100%;
- }
- </style>
|