You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
782 lines
19 KiB
782 lines
19 KiB
.gis-left {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
width: 20%;
|
|
background: linear-gradient(270deg, rgba(0, 19, 46, 0) 0%, #000000 100%);
|
|
}
|
|
|
|
.gis-right {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
width: 20%;
|
|
background: linear-gradient(90deg, rgba(0, 19, 46, 0) 0%, #000000 100%);
|
|
}
|
|
|
|
.gis-top {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 5%;
|
|
width: 100%;
|
|
background: linear-gradient(0deg, rgba(0, 19, 46, 0) 0%, #000000 100%);
|
|
}
|
|
|
|
.gis-bottom {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -1px;
|
|
height: 10%;
|
|
width: 100%;
|
|
background: linear-gradient(180deg, rgba(0, 19, 46, 0) 0%, #000000 100%);
|
|
}
|
|
|
|
.water-gis-button1 {
|
|
position: absolute;
|
|
left: 39%;
|
|
bottom: -5%;
|
|
font-family: YouSheBiaoTiHei;
|
|
font-size: 12px;
|
|
color: #ECF7FF;
|
|
letter-spacing: 0;
|
|
width: 76.95px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
z-index: 999;
|
|
|
|
.button_img {
|
|
background: url('/assets/images/homepage/water/home.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 76.95px;
|
|
height: 64px;
|
|
}
|
|
|
|
.button_img_select {
|
|
background: url('/assets/images/homepage/water/homeselect.png');
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
.water-gis-button2 {
|
|
position: absolute;
|
|
left: 57%;
|
|
bottom: -5%;
|
|
font-family: YouSheBiaoTiHei;
|
|
font-size: 12px;
|
|
color: #ECF7FF;
|
|
letter-spacing: 0;
|
|
width: 76.95px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
z-index: 999;
|
|
|
|
.button_img {
|
|
background: url('/assets/images/homepage/water/devicebutton.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 76.95px;
|
|
height: 64px;
|
|
}
|
|
|
|
.button_img_select {
|
|
background: url('/assets/images/homepage/water/devicebuttonselect.png');
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.water-gis-infowindow {
|
|
width: 276px;
|
|
height: 376px;
|
|
background: url('/assets/images/homepage/water/waterinfowindow.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
opacity: 0.8;
|
|
padding-left: 22px;
|
|
padding-top: 197px;
|
|
color: #fff;
|
|
|
|
.gis_exit {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 9px;
|
|
top: 42px;
|
|
width: 30.75px;
|
|
height: 23px;
|
|
background: url('/assets/images/homepage/communtity/exit.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.gis_item_box {
|
|
height: 105px;
|
|
width: 93%;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
/* 滚动条整体 */
|
|
.gis_item_box::-webkit-scrollbar {
|
|
height: 10px;
|
|
width: 10px;
|
|
}
|
|
|
|
/* 两个滚动条交接处 -- x轴和y轴 */
|
|
.gis_item_box::-webkit-scrollbar-corner {
|
|
background-color: transparent;
|
|
}
|
|
|
|
/* 滚动条滑块 */
|
|
.gis_item_box::-webkit-scrollbar-thumb {
|
|
border-radius: 5px;
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
background: #053676;
|
|
}
|
|
|
|
/* 滚动条轨道 */
|
|
.gis_item_box::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
border-radius: 5px;
|
|
background: #ededed;
|
|
}
|
|
|
|
/* 滚动条两端按钮 */
|
|
.gis_item_box::-webkit-scrollbar-button {}
|
|
|
|
.gis_item {
|
|
height: 35px;
|
|
background-image: linear-gradient(180deg, #0555a791 0%, #022a6f91 100%);
|
|
width: 93%;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 20px;
|
|
|
|
.gis_title {
|
|
font-family: SourceHanSansCN-Regular;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #C3E6FF;
|
|
letter-spacing: 0;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.gis_text_on {
|
|
width: 83px;
|
|
height: 24px;
|
|
background: url('/assets/images/homepage/water/on.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.gis_text_off {
|
|
width: 83px;
|
|
height: 24px;
|
|
background: url('/assets/images/homepage/water/off.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.personinfowindow {
|
|
width: 302px;
|
|
height: 420px;
|
|
background: url('/assets/images/homepage/communtity/personinfowindow.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
opacity: 0.8;
|
|
padding-left: 69px;
|
|
padding-left: 22px;
|
|
padding-top: 157px;
|
|
color: #fff;
|
|
|
|
.gis_exit {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 9px;
|
|
top: 42px;
|
|
width: 30.75px;
|
|
height: 23px;
|
|
background: url('/assets/images/homepage/communtity/exit.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.gis_item {
|
|
height: 35px;
|
|
background-image: linear-gradient(180deg, #0555a791 0%, #022a6f91 100%);
|
|
width: 93%;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 20px;
|
|
|
|
.gis_title {
|
|
font-family: SourceHanSansCN-Regular;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #C3E6FF;
|
|
letter-spacing: 0;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.gis_text {
|
|
font-family: SourceHanSansCN-Regular;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
line-height: 21px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.gis-infowindow-alarm {
|
|
background: url('/assets/images/homepage/communtity/alarminfowindow.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
height: 380px;
|
|
width: 311px;
|
|
padding-top: 137px;
|
|
padding-left: 22px;
|
|
color: #fff;
|
|
|
|
.gis_exit {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 8px;
|
|
top: 15px;
|
|
width: 30.75px;
|
|
height: 23px;
|
|
background: url('/assets/images/homepage/communtity/exitalarm.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.gis_item {
|
|
margin-bottom: 10px;
|
|
height: 35px;
|
|
background-image: linear-gradient(180deg, #a7050591 0%, #48010191 100%);
|
|
width: 93%;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 10px;
|
|
|
|
.gis_title {
|
|
font-family: SourceHanSansCN-Regular;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #C3E6FF;
|
|
letter-spacing: 0;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.gis_text {
|
|
font-family: SourceHanSansCN-Regular;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
line-height: 21px;
|
|
max-width: 183px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
|
|
.confirm_text {
|
|
font-family: SourceHanSansCN-Medium;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
line-height: 21px;
|
|
}
|
|
|
|
.alarm_confirm {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 15px;
|
|
|
|
.alarm_cancel {
|
|
width: 81px;
|
|
height: 30px;
|
|
background-image: linear-gradient(180deg, #C50000 1%, #b600006e 52%, #C50000 100%);
|
|
box-shadow: inset 0 1px 14px 0 #ff2b2b59;
|
|
border-radius: 4px;
|
|
|
|
font-family: SourceHanSansCN-Medium;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
color: #FFE8E8;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
|
|
background: url('/assets/images/homepage/communtity/alarmcancel.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.alarm_ok {
|
|
text-align: center;
|
|
line-height: 30px;
|
|
width: 81px;
|
|
height: 30px;
|
|
background-image: linear-gradient(180deg, #C50000 1%, #b600006e 52%, #C50000 100%) !important;
|
|
box-shadow: inset 0 1px 14px 0 #ff2b2b59 !important;
|
|
border-radius: 4px;
|
|
font-family: SourceHanSansCN-Medium;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.alarm_button {
|
|
width: 103px;
|
|
height: 30px;
|
|
margin-top: 24px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-family: SourceHanSansCN-Medium;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
background: url('/assets/images/homepage/communtity/alarmbutton.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
margin-left: 89px;
|
|
cursor: pointer;
|
|
|
|
.alarm_icon {
|
|
width: 18px;
|
|
height: 18px;
|
|
background: url('/assets/images/homepage/communtity/alarmicon.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.water_gis_home_left {
|
|
position: absolute;
|
|
left: 26%;
|
|
top: 3%;
|
|
z-index: 999;
|
|
// font-family: YouSheBiaoTiHei;
|
|
font-size: 14px;
|
|
color: #FFFFFF;
|
|
letter-spacing: 1.33px;
|
|
text-shadow: -2px 0 0 #0C5FA6;
|
|
|
|
.left_item {
|
|
width: 153px;
|
|
height: 80px;
|
|
background: rgba(2, 39, 81, 0.73);
|
|
margin-bottom: 8px;
|
|
color: #C0E2FF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
.gis_item_left {
|
|
width: 55px;
|
|
height: 55px;
|
|
|
|
.high_risk {
|
|
width: 55px;
|
|
height: 55px;
|
|
background: url('/assets/images/homepage/water/high_risk.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.middle_risk {
|
|
width: 55px;
|
|
height: 55px;
|
|
background: url('/assets/images/homepage/water/middle_risk.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.low_risk {
|
|
width: 55px;
|
|
height: 55px;
|
|
background: url('/assets/images/homepage/water/low_risk.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
|
|
.gis_item_right {
|
|
width: 90px;
|
|
|
|
.high_text {
|
|
font-family: D-DIN-Italic;
|
|
line-height: 34px;
|
|
font-size: 38px;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
text-shadow: 0 0 7px #FF0000;
|
|
margin-right: 17px;
|
|
}
|
|
|
|
.middle_text {
|
|
font-family: D-DIN-Italic;
|
|
line-height: 34px;
|
|
font-size: 38px;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
text-shadow: 0 0 7px #FF8600;
|
|
margin-right: 17px;
|
|
}
|
|
|
|
.low_text {
|
|
font-family: D-DIN-Italic;
|
|
line-height: 34px;
|
|
font-size: 38px;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
text-shadow: 0 0 7px #008AFF;
|
|
margin-right: 17px;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.water_home_right {
|
|
position: absolute;
|
|
right: 24%;
|
|
bottom: 7%;
|
|
z-index: 999;
|
|
font-size: 14px;
|
|
width: 436px;
|
|
height: 82px;
|
|
background-image: linear-gradient(270deg, rgba(4, 55, 126, 0.32) 0%, rgba(0, 18, 65, 0.47) 50%, rgba(0, 18, 65, 0.42) 96%);
|
|
color: rgba(147, 171, 192, 1);
|
|
padding-top: 7px;
|
|
|
|
._right_row1 {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-right: 22px;
|
|
justify-content: flex-end;
|
|
|
|
.monitor_text {
|
|
background: linear-gradient(180deg, #FFFFFF, rgba(17, 124, 213, 1));
|
|
background-clip: border-box;
|
|
-webkit-background-clip: text;
|
|
color: transparent;
|
|
font-family: YouSheBiaoTiHei;
|
|
font-size: 16px;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
._monitor {
|
|
width: 20px;
|
|
height: 29.84px;
|
|
background: url('/assets/images/homepage/water/_monitor.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
margin-right: 13px;
|
|
}
|
|
}
|
|
|
|
._right_row2 {
|
|
width: 100%;
|
|
display: flex;
|
|
|
|
.column1 {
|
|
background: linear-gradient(180deg, #FFFFFF, rgba(17, 124, 213, 1));
|
|
background-clip: border-box;
|
|
-webkit-background-clip: text;
|
|
color: transparent;
|
|
font-family: YouSheBiaoTiHei;
|
|
font-size: 16px;
|
|
letter-spacing: 0;
|
|
width: 108px;
|
|
margin-top: 9px;
|
|
margin-left: 16px;
|
|
}
|
|
|
|
.column2 {
|
|
width: calc(100% - 142px);
|
|
|
|
.level3 {
|
|
width: 92px;
|
|
height: 4px;
|
|
background-image: linear-gradient(90deg, #008AFF 1%, #0260B0 100%);
|
|
}
|
|
|
|
.level2 {
|
|
width: 92px;
|
|
height: 4px;
|
|
background-image: linear-gradient(90deg, #FF8E11 1%, #9F5504 100%);
|
|
}
|
|
|
|
.level1 {
|
|
width: 92px;
|
|
height: 4px;
|
|
background-image: linear-gradient(90deg, #FF0000 1%, #910000 100%);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.water_home_right_back {
|
|
position: absolute;
|
|
right: 24%;
|
|
bottom: 7%;
|
|
z-index: 999;
|
|
width: 158px;
|
|
height: 28px;
|
|
font-size: 16px;
|
|
color: rgba(153, 247, 255, 1);
|
|
letter-spacing: 2px;
|
|
text-align: center;
|
|
text-shadow: 0 0 18px rgba(0, 128, 255, 0.8);
|
|
border: 1px solid rgba(0, 128, 255, 0.8);
|
|
background: rgba(2, 29, 51, 0.68);
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
._back_icon {
|
|
width: 35px;
|
|
height: 35.5px;
|
|
background: url('/assets/images/homepage/water/back.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
|
|
.waterwarningbg {
|
|
background: url('/assets/images/homepage/water/waterwarningbg.png') no-repeat;
|
|
background-size: 100% 100% !important;
|
|
width: 755.35px;
|
|
min-height: 78px;
|
|
position: absolute;
|
|
top: 2%;
|
|
left: 30%;
|
|
display: flex;
|
|
padding-left: 33px;
|
|
align-items: center;
|
|
z-index: 1111;
|
|
|
|
._alarm_column1 {
|
|
width: 220px;
|
|
font-size: 16px;
|
|
color: #FFF;
|
|
text-align: center;
|
|
|
|
._name {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
width: 140px;
|
|
display: inline-block;
|
|
}
|
|
|
|
._state {
|
|
color: #D1C800;
|
|
background: rgba(255, 247, 0, 0.2);
|
|
text-align: center;
|
|
width: 50px;
|
|
height: 18px;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
._alarm_column2 {
|
|
width: calc(100% - 230px);
|
|
padding-right: 20px;
|
|
|
|
._text_info {
|
|
font-size: 14px;
|
|
color: #C0E2FF;
|
|
letter-spacing: 1px;
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.emergency_button {
|
|
position: absolute;
|
|
font-family: YouSheBiaoTiHei;
|
|
font-size: 12px;
|
|
color: #ECF7FF;
|
|
letter-spacing: 0;
|
|
width: 76.95px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
z-index: 999;
|
|
|
|
.dotbg {
|
|
width: 28px;
|
|
height: 28px;
|
|
background: url('/assets/images/homepage/water/dotbg.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
position: absolute;
|
|
right: 6%;
|
|
top: -14%;
|
|
font-family: D-DIN-Italic;
|
|
font-weight: Italic;
|
|
font-size: 16px;
|
|
color: #003FA6;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.emergency_button1 {
|
|
left: 35%;
|
|
bottom: -5%;
|
|
}
|
|
|
|
.emergency_button2 {
|
|
left: 41.5%;
|
|
bottom: -4%;
|
|
}
|
|
|
|
.emergency_button3 {
|
|
left: 48%;
|
|
bottom: -3%;
|
|
}
|
|
|
|
.emergency_button4 {
|
|
left: 54.5%;
|
|
bottom: -4%;
|
|
}
|
|
|
|
.emergency_button5 {
|
|
left: 61%;
|
|
bottom: -5%;
|
|
}
|
|
|
|
.icon_left {
|
|
width: 36px;
|
|
height: 36px;
|
|
background: url('/assets/images/homepage/water/left.png') no-repeat;
|
|
background-size: 100% 100% !important;
|
|
position: absolute;
|
|
left: 32%;
|
|
bottom: -4%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.icon_right {
|
|
width: 36px;
|
|
height: 36px;
|
|
background: url('/assets/images/homepage/water/right.png') no-repeat;
|
|
background-size: 100% 100% !important;
|
|
position: absolute;
|
|
right: 32%;
|
|
bottom: -4%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.button_img_1 {
|
|
background: url('/assets/images/homepage/water/tab1.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 76.95px;
|
|
height: 64px;
|
|
}
|
|
|
|
.button_img_1_select {
|
|
background: url('/assets/images/homepage/water/tab1select.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.button_img_2 {
|
|
background: url('/assets/images/homepage/water/tab2.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 76.95px;
|
|
height: 64px;
|
|
}
|
|
|
|
.button_img_2_select {
|
|
background: url('/assets/images/homepage/water/tab2select.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.button_img_3 {
|
|
background: url('/assets/images/homepage/water/tab3.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 76.95px;
|
|
height: 64px;
|
|
}
|
|
|
|
.button_img_3_select {
|
|
background: url('/assets/images/homepage/water/tab3select.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.button_img_4 {
|
|
background: url('/assets/images/homepage/water/tab4.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 76.95px;
|
|
height: 64px;
|
|
}
|
|
|
|
.button_img_4_select {
|
|
background: url('/assets/images/homepage/water/tab4select.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.button_img_5 {
|
|
background: url('/assets/images/homepage/water/tab5.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 76.95px;
|
|
height: 64px;
|
|
}
|
|
|
|
.button_img_5_select {
|
|
background: url('/assets/images/homepage/water/tab5select.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
._weather_container {
|
|
width: 264px;
|
|
height: 45px;
|
|
position: absolute;
|
|
left: 60px;
|
|
top: 38px;
|
|
display: flex;
|
|
|
|
.column1 {
|
|
width: 100px;
|
|
font-size: 16px;
|
|
color: #ECF7FF;
|
|
text-align: right;
|
|
padding-right: 12px;
|
|
}
|
|
|
|
._divider {
|
|
width: 1px;
|
|
height: 39px;
|
|
background-color: rgba(123, 124, 128, 1);
|
|
}
|
|
|
|
.weather_icon {
|
|
width: 44.02px;
|
|
height: 40px;
|
|
background: url('/assets/images/homepage/water/weather.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.column2 {
|
|
width: 65px;
|
|
text-align: left;
|
|
font-size: 16px;
|
|
color: #ECF7FF;
|
|
}
|
|
}
|