IndexEqProcess.cshtml 822 Bytes
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@{
	ViewData["title"] = "IOT/SIM作业指导书";
	Layout = "~/Views/Shared/_Layout.cshtml";
}
@section header
{
	<style type="text/css">
		img {
			vertical-align: middle;
		}
		/* https://www.cnblogs.com/neromaycry/p/8088828.html */
		.img-responsive {
			position: fixed;
			top: 30px;
			left: 0;
			width: 100%;
			height: 100%;
			min-width: 1000px;
			z-index: -10;
			zoom: 1;
			background-color: #fff;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center 0;
		}

		#projectNameEle {
			font-size: larger;
			padding: 7px;
		}
	</style>
}


<div class="vueApp">
	<div id="projectNameEle"> </div>
	<img id ="eq_area_img" class="img-responsive" src="~/images/equipment/eq-action-liucheng.jpg" />
</div>

@section Scripts
{
}