|
|
@ -25,8 +25,6 @@ |
|
|
|
display: inline-block; |
|
|
|
margin: 3px auto 0 6px; |
|
|
|
position: relative; |
|
|
|
-webkit-border-radius: 80px; |
|
|
|
-moz-border-radius: 80px; |
|
|
|
border-radius: 80px; |
|
|
|
-webkit-transition: all 0.5s; |
|
|
|
-moz-transition: all 0.5s; |
|
|
@ -53,8 +51,6 @@ |
|
|
|
-moz-transition: all 0.5s; |
|
|
|
-o-transition: all 0.5s; |
|
|
|
transition: all 0.5s; |
|
|
|
-webkit-border-radius: 50%; |
|
|
|
-moz-border-radius: 50%; |
|
|
|
border-radius: 50%; |
|
|
|
} |
|
|
|
|
|
|
@ -204,8 +200,6 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.param-content .type-select { |
|
|
|
margin-left: 112px; |
|
|
|
margin-bottom: 10px; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
|
|
|
@ -231,8 +225,6 @@ |
|
|
|
|
|
|
|
.param-type { |
|
|
|
display: inline-block; |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
border-left: 1px solid #d5d5d5; |
|
|
|
border-right: 1px solid #d5d5d5; |
|
|
@ -304,8 +296,6 @@ |
|
|
|
position: absolute; |
|
|
|
top: 1px; |
|
|
|
left: 0; |
|
|
|
-webkit-border-radius: 5px; |
|
|
|
-moz-border-radius: 5px; |
|
|
|
border-radius: 5px; |
|
|
|
overflow: hidden; |
|
|
|
background: #dddddd; |
|
|
@ -412,8 +402,6 @@ |
|
|
|
float: left; |
|
|
|
position: relative; |
|
|
|
border: 1px solid #dddddd; |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
background: #ffffff; |
|
|
|
text-overflow: ellipsis; |
|
|
@ -464,7 +452,7 @@ |
|
|
|
|
|
|
|
.import-control { |
|
|
|
position: relative; |
|
|
|
border-radius: 5px; |
|
|
|
border-radius: 3px; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
@ -507,8 +495,6 @@ |
|
|
|
|
|
|
|
.clac-title a:last-child { |
|
|
|
border-left: 0; |
|
|
|
-webkit-border-radius: 0 3px 3px 0; |
|
|
|
-moz-border-radius: 0 3px 3px 0; |
|
|
|
border-radius: 0 3px 3px 0; |
|
|
|
} |
|
|
|
|
|
|
@ -558,7 +544,7 @@ |
|
|
|
color: #ffffff; |
|
|
|
font-size: 14px; |
|
|
|
border: 1px solid #3871af; |
|
|
|
border-radius: 5px; |
|
|
|
border-radius: 3px; |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
} |
|
|
|
|
|
|
@ -571,18 +557,16 @@ |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
|
|
|
|
.control-btns .btn { |
|
|
|
padding: 0 10px; |
|
|
|
margin-left: 10px; |
|
|
|
color: #ffffff; |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
background: -webkit-linear-gradient(#febc50, #faa71c); |
|
|
|
background: -o-linear-gradient(#febc50, #faa71c); |
|
|
|
background: -moz-linear-gradient(#febc50, #faa71c); |
|
|
|
background: linear-gradient(#febc50, #faa71c); |
|
|
|
} |
|
|
|
.control-btns .btn { |
|
|
|
padding: 0 10px; |
|
|
|
margin-left: 10px; |
|
|
|
color: #ffffff; |
|
|
|
border-radius: 3px; |
|
|
|
background: -webkit-linear-gradient(#febc50, #faa71c); |
|
|
|
background: -o-linear-gradient(#febc50, #faa71c); |
|
|
|
background: -moz-linear-gradient(#febc50, #faa71c); |
|
|
|
background: linear-gradient(#febc50, #faa71c); |
|
|
|
} |
|
|
|
|
|
|
|
.export { |
|
|
|
/*width: 50px;*/ |
|
|
@ -594,8 +578,6 @@ |
|
|
|
bottom: 17px; |
|
|
|
z-index: 2000; |
|
|
|
color: #ffffff; |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
background: -webkit-linear-gradient(#febc50, #faa71c); |
|
|
|
background: -o-linear-gradient(#febc50, #faa71c); |
|
|
@ -637,7 +619,7 @@ |
|
|
|
height: 28px; |
|
|
|
line-height: 28px; |
|
|
|
border: 1px solid #3871af; |
|
|
|
border-radius: 5px; |
|
|
|
border-radius: 3px; |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
} |
|
|
|
|
|
|
@ -645,7 +627,7 @@ |
|
|
|
width: 136px; |
|
|
|
margin-left: 71px; |
|
|
|
margin-bottom: 10px; |
|
|
|
border-radius: 5px; |
|
|
|
border-radius: 3px; |
|
|
|
border: 1px solid #3871af; |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
} |
|
|
@ -711,7 +693,7 @@ |
|
|
|
height: 32px; |
|
|
|
line-height: 30px; |
|
|
|
margin-left: 104px; |
|
|
|
border-radius: 5px; |
|
|
|
border-radius: 3px; |
|
|
|
border: 1px solid #3871af; |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
} |
|
|
@ -744,8 +726,6 @@ |
|
|
|
width: 40px; |
|
|
|
height: 40px; |
|
|
|
float: left; |
|
|
|
-webkit-border-radius: 50%; |
|
|
|
-moz-border-radius: 50%; |
|
|
|
border-radius: 50%; |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
} |
|
|
@ -866,8 +846,6 @@ |
|
|
|
top: 50%; |
|
|
|
left: 50%; |
|
|
|
z-index: 1000; |
|
|
|
-webkit-border-radius: 3px; |
|
|
|
-moz-border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
background: #002145; |
|
|
|
transform: translate(-50%, -50%); |
|
|
@ -886,21 +864,12 @@ |
|
|
|
height: 137px; |
|
|
|
} |
|
|
|
|
|
|
|
.dialog-delete .dialog-title h2 { |
|
|
|
background: url(../images/delete.png) no-repeat 0 11px; |
|
|
|
} |
|
|
|
|
|
|
|
.dialog-title { |
|
|
|
padding-left: 10px; |
|
|
|
line-height: 36px; |
|
|
|
background: linear-gradient(#1463a5, #06386f); |
|
|
|
} |
|
|
|
|
|
|
|
.dialog-title h2 { |
|
|
|
padding-left: 20px; |
|
|
|
background: url(../images/label-manager.png) no-repeat left center; |
|
|
|
} |
|
|
|
|
|
|
|
.close-dialog { |
|
|
|
width: 14px; |
|
|
|
height: 14px; |
|
|
@ -939,14 +908,15 @@ |
|
|
|
.dialog-btn-group .dialog-btn { |
|
|
|
height: 28px; |
|
|
|
line-height: 25px; |
|
|
|
border-radius: 5px; |
|
|
|
border: 1px solid #3871af; |
|
|
|
border-radius: 5px; |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
border: 1px solid #163658; |
|
|
|
border-radius: 3px; |
|
|
|
background: #163658; |
|
|
|
} |
|
|
|
|
|
|
|
.dialog-btn-group .dialog-btn.dialog-sure-btn { |
|
|
|
margin-right: 7px; |
|
|
|
border-color: #3871af; |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
} |
|
|
|
|
|
|
|
.dialog-clear h2 { |
|
|
@ -989,7 +959,7 @@ |
|
|
|
.dialog-info-point .icon-view { |
|
|
|
padding-top: 10px; |
|
|
|
margin: 0 10px; |
|
|
|
border-radius: 5px; |
|
|
|
border-radius: 3px; |
|
|
|
border: 1px solid #234979; |
|
|
|
} |
|
|
|
|
|
|
@ -1057,7 +1027,6 @@ |
|
|
|
background-size: 20px 20px; |
|
|
|
background-position: 4px 4px; |
|
|
|
border: 1px solid #3871af; |
|
|
|
border-radius: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
.dialog-lat-lng-switch .item .col .switch-btn { |
|
|
@ -1320,14 +1289,14 @@ |
|
|
|
z-index: 1000 !important |
|
|
|
} |
|
|
|
|
|
|
|
.distance span { |
|
|
|
padding: 5px; |
|
|
|
color: #ffffff; |
|
|
|
font-size: 14px; |
|
|
|
font-weight: bold; |
|
|
|
border-radius: 3px; |
|
|
|
background: #ee5067; |
|
|
|
} |
|
|
|
.distance span { |
|
|
|
padding: 5px; |
|
|
|
color: #ffffff; |
|
|
|
font-size: 14px; |
|
|
|
font-weight: bold; |
|
|
|
border-radius: 3px; |
|
|
|
background: #ee5067; |
|
|
|
} |
|
|
|
|
|
|
|
.info-point-content { |
|
|
|
width: auto !important; |
|
|
|