304 lines
5.7 KiB
CSS
304 lines
5.7 KiB
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
*::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
html,
|
|
body,
|
|
.z-page {
|
|
height: 100%;
|
|
width: 100%;
|
|
font-size: .2rem;
|
|
font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
|
|
background-color: #283948;
|
|
}
|
|
|
|
|
|
.z-sits {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: .3rem;
|
|
}
|
|
|
|
.z-sits>div {
|
|
margin: 0 .125rem;
|
|
color: #ffffff;
|
|
font-size: .175rem;
|
|
line-height: .3rem;
|
|
}
|
|
|
|
.z-main {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
padding: .25rem .375rem;
|
|
}
|
|
|
|
.z-center {
|
|
width: calc(100% - 10rem);
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.z-side {
|
|
width: 5rem;
|
|
height: 100%;
|
|
}
|
|
|
|
.z-s {
|
|
height: .5rem;
|
|
background: linear-gradient(180deg, rgba(46, 66, 88, 0) 0%, #1F4F7C 100%);
|
|
border-radius: 0px 0px 0px 0px;
|
|
border: 1px solid;
|
|
border-image: linear-gradient(360deg, rgba(55, 169, 229, 1), rgba(53, 148, 215, 0)) 1 1;
|
|
padding: .075rem .125rem;
|
|
margin-bottom: .325rem;
|
|
}
|
|
|
|
.z-w {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1px dotted #697ABD;
|
|
}
|
|
|
|
.z-lab {
|
|
color: #ffffff;
|
|
font-size: .2rem;
|
|
}
|
|
|
|
.z-val {
|
|
font-size: .25rem;
|
|
color: #66FFFF;
|
|
}
|
|
|
|
.z-unit {
|
|
font-size: .175rem;
|
|
color: #FFFFFF;
|
|
padding-left: .05rem;
|
|
}
|
|
|
|
.z-s1 {
|
|
height: 1.375rem;
|
|
background: linear-gradient(180deg, rgba(46, 66, 88, 0) 0%, #1F4F7C 100%);
|
|
border-radius: 0px 0px 0px 0px;
|
|
border: 1px solid;
|
|
border-image: linear-gradient(360deg, rgba(55, 169, 229, 1), rgba(53, 148, 215, 0)) 1 1;
|
|
padding: .075rem .125rem;
|
|
margin-bottom: .325rem;
|
|
}
|
|
|
|
.z-s2 {
|
|
height: 1.5rem;
|
|
background: linear-gradient(180deg, rgba(46, 66, 88, 0) 0%, #1F4F7C 100%);
|
|
border-radius: 0px 0px 0px 0px;
|
|
border: 1px solid;
|
|
border-image: linear-gradient(360deg, rgba(55, 169, 229, 1), rgba(53, 148, 215, 0)) 1 1;
|
|
padding: .075rem .125rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.z-w1 {
|
|
height: .375rem;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1px dotted #697ABD;
|
|
}
|
|
|
|
.z-s-box {
|
|
margin-top: .125rem;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
height: .75rem;
|
|
}
|
|
|
|
.z_box {
|
|
height: .75rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
|
|
.z-b-lab {
|
|
font-size: .2rem;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.z-b-val {
|
|
font-size: .25rem;
|
|
color: #66FFFF;
|
|
}
|
|
|
|
|
|
.z-s3 {
|
|
height: 2.375rem;
|
|
background: linear-gradient(180deg, rgba(46, 66, 88, 0) 0%, #1F4F7C 100%);
|
|
border-radius: 0px 0px 0px 0px;
|
|
border: 1px solid;
|
|
border-image: linear-gradient(360deg, rgba(55, 169, 229, 1), rgba(53, 148, 215, 0)) 1 1;
|
|
padding: .075rem .125rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
margin-bottom: .325rem;
|
|
}
|
|
|
|
.z-c {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
height: .375rem;
|
|
width: 100%;
|
|
}
|
|
|
|
.z-l {
|
|
height: .225rem;
|
|
width: 1px;
|
|
background-color: #697ABD;
|
|
margin: 0 .25rem;
|
|
}
|
|
|
|
.z-w3 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 100%;
|
|
width: calc((100% - 1px) / 2);
|
|
}
|
|
|
|
.z-w3_lab {
|
|
font-size: .2rem;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.z-w3_val {
|
|
font-size: .25rem;
|
|
color: #66FFFF;
|
|
}
|
|
|
|
.z-c {
|
|
border-bottom: 1px dotted #697ABD;
|
|
}
|
|
|
|
.z-s4 {
|
|
height: 1rem;
|
|
background: linear-gradient(180deg, rgba(46, 66, 88, 0) 0%, #1F4F7C 100%);
|
|
border-radius: 0px 0px 0px 0px;
|
|
border: 1px solid;
|
|
border-image: linear-gradient(360deg, rgba(55, 169, 229, 1), rgba(53, 148, 215, 0)) 1 1;
|
|
padding: .075rem .125rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
margin-bottom: .325rem;
|
|
}
|
|
|
|
.z-b {
|
|
height: 2.25rem;
|
|
background: linear-gradient(180deg, rgba(46, 66, 88, 0) 0%, #1F4F7C 100%);
|
|
border-radius: 0px 0px 0px 0px;
|
|
border: 1px solid;
|
|
border-image: linear-gradient(360deg, rgba(55, 169, 229, 1), rgba(53, 148, 215, 0)) 1 1;
|
|
padding: .075rem .125rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
margin-bottom: .325rem;
|
|
}
|
|
|
|
.z-b>.z-tit {
|
|
height: .25rem;
|
|
padding: 0 .125rem;
|
|
line-height: .25rem;
|
|
font-size: .175rem;
|
|
color: #ffffff;
|
|
background: linear-gradient(180deg, rgba(46, 66, 88, 0) 0%, #1F4F7C 100%);
|
|
}
|
|
|
|
.z-imgb {
|
|
height: calc(100% - .375rem);
|
|
width: 100%;
|
|
}
|
|
|
|
.swiper-slide>img {
|
|
height: 100%;
|
|
width: 100%
|
|
}
|
|
|
|
.swiper {
|
|
height: 100%;
|
|
width: 100%
|
|
}
|
|
|
|
.swiper-slide {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center
|
|
}
|
|
|
|
.z-p-b {
|
|
height: 2rem;
|
|
width: 3.25rem;
|
|
background-image: url(../images/01.png);
|
|
background-size: 100% 100%;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
margin: 0 .375rem;
|
|
}
|
|
|
|
.z-p {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
top: .75rem; right: 0;left: 0;
|
|
}
|
|
.z-p-b{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
padding-top: .375rem;
|
|
padding-left: 1rem;
|
|
}
|
|
.z-pb-val {
|
|
font-size: .45rem;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.z-pb-lab {
|
|
font-size: .225rem;
|
|
color: #FFFFFF;
|
|
}
|
|
.z-map{
|
|
position: absolute;
|
|
top: 3rem;
|
|
left: 0;right: 0;
|
|
height: 7.5rem;
|
|
}
|
|
#cMap{
|
|
height: 100%;
|
|
width: 100%;
|
|
} |