|
@ -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{
|