Browse Source

医疗大数据界面

lulihong 6 years ago
parent
commit
2daa35a006

+ 27 - 0
page/bigData/css/home.css

@ -0,0 +1,27 @@
html {
	font-size: 192px;
}
body {
	background-color: #010B14;
	overflow-x: hidden;
}
.div-header {
	background: url(../images/biaoti_bg_img.png) no-repeat;
	width: 100%;
	height: 0.39rem;
	background-size: 100% 100%;
	z-index: 100;
    position: fixed;
    top: 0;
}
.div-bottom {
	background: url(../images/logo_bg_img.png) no-repeat;
	width: 100%;
	height: 0.2rem;
	background-size: 100% 100%;
	position: fixed;
	bottom: 0;
}

+ 51 - 0
page/bigData/html/home.html

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<title>物联网智能设备首页</title>
		<meta name="keywords" content="">
		<meta name="description" content="">
		<meta name="viewport" content="width=device-width">
		<link href="../../../css/bootstrap.min.css" rel="stylesheet">
		<link href="../../../css/font-awesome.min.css?v=4.4.0" rel="stylesheet">
		<link href="../../../css/plugins/toastr/toastr.min.css" rel="stylesheet">
		<link href="../../../css/style.min.css" rel="stylesheet">
		<link href="../css/home.css" rel="stylesheet">
	</head>
	<body>
		<div id="app">
			<div class="div-header"></div>
			
			
			<div class="div-bottom"></div>
		</div>
		<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=1W9gqPiqc7C9TDliPP8S9Rj9"></script>
		<script type="text/javascript" src="http://api.map.baidu.com/library/TextIconOverlay/1.2/src/TextIconOverlay_min.js"></script>
		<script type="text/javascript" src="http://api.map.baidu.com/library/MarkerClusterer/1.2/src/MarkerClusterer_min.js"></script>
		<script src="../../../js/vue.js"></script>
		<script src="../../../js/jquery.min.js?v=2.1.4"></script>
		<script src="../../../component/common/event-bus.js"></script>
		<script src="js/slider.js"></script>
		<script src="../../../js/plugins/echarts/echarts-all.js"></script>
		<script src="../../../js/plugins/toastr/toastr.min.js"></script>
		<script src="../../../js/es6-promise.js"></script>
		<script src="../../../js/underscore.js"></script>
		<script src="../../../js/plugins/layer/layer.min.js"></script>
		<!--<script src="../../../js/security.js"></script>-->
		<script src="../../../js/api/http-request.js"></script>
		<script src="../../../js/api/intelligent-api.js"></script>
		<script src="../../../component/intelligentDevice/device-searchbar.js"></script>
		<script src="../../../component/intelligentDevice/manbing-tab.js"></script>
		<script src="../../../component/intelligentDevice/yujing-list.js"></script>
		<script src="../../../component/intelligentDevice/device-chart.js"></script>
		<script src="../../../component/intelligentDevice/device-banding.js"></script>
		<script src="../../../component/intelligentDevice/juming-list.js"></script>
		<script src="../../../component/intelligentDevice/device-map.js"></script>
		<script src="../../../js/plugins/iscroll/iscroll.js"></script>
		<script src="../../../component/intelligentDevice/map-flashmarker.js"></script>
		<script src="../js/home.js"></script>
	</body>
</html>

BIN
page/bigData/images/biaoti_bg_img.png


BIN
page/bigData/images/logo_bg_img.png