|
@@ -648,3 +648,161 @@
|
|
|
background: url(operation_area_bg.gif) no-repeat;
|
|
|
}
|
|
|
|
|
|
+.operation_area {
|
|
|
+ position:absolute;
|
|
|
+ top:116px;
|
|
|
+ left:800px;
|
|
|
+ width:1011px;
|
|
|
+ height:300px;
|
|
|
+ z-index:200;
|
|
|
+}
|
|
|
+
|
|
|
+.fp_backbtn {
|
|
|
+ position:absolute;
|
|
|
+ top:90px;
|
|
|
+ left:100px;
|
|
|
+ z-index: 500;
|
|
|
+ width:133px;
|
|
|
+ height:46px;
|
|
|
+ background: url(back.png) no-repeat;
|
|
|
+ display:none;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.mask_left {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ left:0px;
|
|
|
+ width:630px;
|
|
|
+ z-index: 200;
|
|
|
+ background: url(mask_l.png) repeat-y;
|
|
|
+}
|
|
|
+
|
|
|
+.mask_right {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ right:0px;
|
|
|
+ width:630px;
|
|
|
+ z-index: 200;
|
|
|
+ background: url(mask_r.png) repeat-y;
|
|
|
+}
|
|
|
+
|
|
|
+.mask_top {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ left:0px;
|
|
|
+ height:100px;
|
|
|
+ z-index: 200;
|
|
|
+ background: url(mask_t.png) repeat-x;
|
|
|
+}
|
|
|
+
|
|
|
+.mask_bottom {
|
|
|
+ position:absolute;
|
|
|
+ left:0px;
|
|
|
+ height:100px;
|
|
|
+ z-index: 200;
|
|
|
+ background: url(mask_b.png) repeat-x;
|
|
|
+}
|
|
|
+
|
|
|
+.map_header {
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ width:740px;
|
|
|
+ height:0px;
|
|
|
+ z-index: 1000;
|
|
|
+ background: url(icons/map_header2.png) no-repeat center top;
|
|
|
+ /*background: url(03index/map_header_frame.png) no-repeat center top;*/
|
|
|
+}
|
|
|
+
|
|
|
+.amap-marker-label{
|
|
|
+ border: 0;
|
|
|
+ background-color: rgba(0,0,0,0.0);
|
|
|
+}
|
|
|
+
|
|
|
+.info{
|
|
|
+ position: relative;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ min-width: 0;
|
|
|
+ color:#31e9ff;
|
|
|
+ border-left: 2px solid #50f7ed;
|
|
|
+ border-bottom: 2px solid #50f7ed;
|
|
|
+ font-size:16px;
|
|
|
+ font-weight:bold;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ border-image: -webkit-linear-gradient(70deg,#50f7ed ,transparent) 0 0 2 2;
|
|
|
+ border-image: -moz-linear-gradient(70deg,#50f7ed,transparent) 0 0 2 2;
|
|
|
+ border-image: linear-gradient(70deg,#50f7ed,transparent) 0 0 2 2;
|
|
|
+ background-color: rgba(16,56,110,0.6);
|
|
|
+}
|
|
|
+
|
|
|
+.info_label{
|
|
|
+ margin:0px;
|
|
|
+ padding:0px;
|
|
|
+ font-size:16px;
|
|
|
+ font-weight:bold;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ border-image: -webkit-linear-gradient(left,transparent,#50f7ed,transparent) 2 0 0 0;
|
|
|
+ border-image: -moz-linear-gradient(left,transparent,#50f7ed,transparent) 2 0 0 0;
|
|
|
+ border-image: linear-gradient(left,transparent,#50f7ed,transparent) 2 0 0 0;
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.info_title{
|
|
|
+ position: relative;
|
|
|
+ top:4px;
|
|
|
+ left:96px;
|
|
|
+ width:179px;
|
|
|
+ height:44px;
|
|
|
+ font-size:12px;
|
|
|
+ font-weight:bold;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ color:#31e9ff;
|
|
|
+ overflow:hidden;
|
|
|
+ white-space:nowrap;
|
|
|
+ text-overflow:ellipsis;
|
|
|
+}
|
|
|
+
|
|
|
+.info_body0{
|
|
|
+ position: absolute;
|
|
|
+ top:44px;
|
|
|
+ left:80px;
|
|
|
+ width:179px;
|
|
|
+ height:20px;
|
|
|
+ color:#ffffff;
|
|
|
+ font-size:14px;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ overflow:hidden;
|
|
|
+ display:flex;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.info_body1{
|
|
|
+ position: absolute;
|
|
|
+ top:70px;
|
|
|
+ left:80px;
|
|
|
+ width:179px;
|
|
|
+ height:20px;
|
|
|
+ color:#ffffff;
|
|
|
+ font-size:14px;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ overflow:hidden;
|
|
|
+ display:flex;
|
|
|
+}
|
|
|
+
|
|
|
+.info_body2{
|
|
|
+ position: absolute;
|
|
|
+ top:96px;
|
|
|
+ left:80px;
|
|
|
+ width:179px;
|
|
|
+ height:20px;
|
|
|
+ color:#ffffff;
|
|
|
+ font-size:14px;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ overflow:hidden;
|
|
|
+ display:flex;
|
|
|
+}
|
|
|
+
|
|
|
+.info_body3{
|
|
|
+ position: absolute;
|
|
|
+ top:122px;
|