lulihong 6 роки тому
батько
коміт
ae1e1e24b8

+ 30 - 13
page/bigData/css/home.css

@ -14,21 +14,18 @@ body {
.div-header {
	background: url(../images/jumingjiankang.png) no-repeat;
	width: 100%;
	width: 10rem;
	height: 0.39rem;
	background-size: 100% 100%;
	background-size: 10rem 0.39rem;
	z-index: 50;
	position: relative;
	/* top: 0; */
}
.div-bottom {
	background: url(../images/logo_bg_img.png) no-repeat;
	width: 100%;
	width: 10rem;
	height: 0.2rem;
	background-size: 100% 100%;
	/* position: fixed; */
	/* bottom: 0; */
	background-size: 10rem 0.2rem;
}
.div-title {
@ -80,11 +77,11 @@ body {
}
.div-skip div a{
	color: rgb(4, 128, 211)
	color: rgba(213, 230, 255)
}
.div-skip div a:hover {
	color:rgba(213, 230, 255);
	color:rgb(4, 128, 211);
}
.content {
@ -503,11 +500,29 @@ h4 {
.map #dropdownMenu1 {
	background: url(../images/mjzfwqktoubukuang.png) center center / 100% 100% no-repeat;
	height: 34px;
	padding: 6px 35px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin-top: 0.1rem;
    width: 100px;
    text-align: left;
    border: 1px solid #009dfe;
    border-radius: 0;
    padding-left: 7px;
}
.dropdown-menu{
	min-width: 140px;
}
.btn .caret{
	float: right;
    margin-right: 7px;
    margin-top: 12px;
}
.dropdown-menu li a:hover{
	background: #009DFE;
	color: #FFFFFF;
}
.diqu-label{
	position: absolute;
    top: 0.26rem;
@ -516,8 +531,10 @@ h4 {
}
.dropdown-menu {
	background: url(../images/mjzfwqktoubukuang.png) center center / 100% 100% no-repeat;
	background-size: 100% 100%;
	background: rgba(5,31,51, 0.6)
	border: 1px solid #009dfe;
	/*background: url(../images/mjzfwqktoubukuang.png) center center / 100% 100% no-repeat;
	background-size: 100% 100%;*/
}
.div-mask-layer{

+ 9 - 8
page/bigData/css/medical.css

@ -20,9 +20,9 @@ p {
.div-header {
	background: url(../images/biaoti_bg_img.png) no-repeat;
	width: 100%;
	width: 10rem;
	height: 0.39rem;
	background-size: 100% 100%;
	background-size: 10rem 0.39rem;
	z-index: 50;
	position: relative;
	top: 0;
@ -44,11 +44,9 @@ p {
.div-bottom {
	background: url(../images/logo_bg_img.png) no-repeat;
	width: 100%;
	width: 10rem;
	height: 0.2rem;
	background-size: 100% 100%;
	/* position: fixed; */
	/* bottom: 0; */
	background-size: 10rem 0.2rem;
	margin-top: -43px;
}
@ -87,11 +85,11 @@ p {
}
.div-skip div a{
	color: rgb(4, 128, 211)
	color: rgba(213, 230, 255)
}
.div-skip div a:hover {
	color:rgba(213, 230, 255);
	color:rgb(4, 128, 211);
}
.div-body>.right {
@ -446,4 +444,7 @@ td img {
	#app .div-bottom {
		bottom: 18px;
	}
	.div-body>.middle{
		margin: 0 0.15625rem;
	}
}

+ 1 - 1
page/bigData/html/home.html

@ -47,7 +47,7 @@
						</a>
					</div>
					<div>
						<a href="home.html" style="color:rgba(213, 230, 255);">
						<a href="home.html" style="color:rgb(4, 128, 211);">
							居民健康管理大数据分析
						</a>
					</div>

+ 1 - 1
page/bigData/html/medical.html

@ -43,7 +43,7 @@
				<div class="div-title" @click="skipClick()">大数据应用服务平台 <input type="checkbox" class="sanjiao"><img style="transition: all .3s ease-in-out" src="../images/sanjiao.png"></div>
				<div class="div-skip" :class="{'div-skip-active':skipShow}">
					<div>
						<a href="medical.html" style="color:rgba(213, 230, 255);">
						<a href="medical.html" style="color:rgb(4, 128, 211);">
							医疗服务大数据分析
						</a>
					</div>