Ver código fonte

管理界面

dgf 8 anos atrás
pai
commit
9b8b68b0eb

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 1
dist/webManger12346/app-54d90dd9c0.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 1 - 1
dist/webManger12346/app-6d7d884329.css


Diferenças do arquivo suprimidas por serem muito extensas
+ 1 - 0
dist/webManger12346/app-98c65f7219.js


+ 2 - 2
dist/webManger12346/index.html

@@ -8,7 +8,7 @@
     <!-- 新 Bootstrap 核心 CSS 文件 -->
     <link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.min.css">
     <link rel="stylesheet" href="../bower_components/animate.css/animate.min.css">
-    <link rel="stylesheet" href="app-6d7d884329.css">
+    <link rel="stylesheet" href="app-743b496e9c.css">
 
     <!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
     <!--<script src="js/jquery.min.js"></script>-->
@@ -21,7 +21,7 @@
     <script src="../bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
     <script src="../bower_components/angular-animate/angular-animate.min.js"></script>
 
-    <script src="app-54d90dd9c0.js"></script>
+    <script src="app-98c65f7219.js"></script>
 </head>
 
 <body ng-app="app">

+ 1 - 1
webManger12346/src/js/directive/webChat.js

@@ -23,7 +23,7 @@
             //加载地图,调用浏览器定位服务
             map = new AMap.Map('container', {
                 resizeEnable: true,
-                zoom: 17
+                zoom: 18
 
             });
             map.plugin('AMap.Geolocation', function() {

+ 143 - 1
webManger12346/src/less/app.main.less

@@ -377,8 +377,115 @@ body{
             }
         }
         .modal-dialog {
-            top: 110px;
+            top: 0px;
             width: 800px;
+            font-size: 13px;
+            .modal-header {
+                height: 45px;
+                line-height: normal;
+                padding-top: -10px;;
+                font-size: 16px;
+                font-weight: 600;
+            }
+            .modal-body {
+                padding-bottom: 0px;
+                margin: -10px 20px auto 10px;
+                >p {
+                    color: #666;
+                    line-height: 20px;
+                    >span {
+                        color: #000;
+                        margin-left: 10px;
+                    }
+                }
+                .text-message {
+                    float: left;
+                    margin: -30px 10px 10px 75px;
+                    line-height: 20px;
+                    white-space: normal;
+                    font-weight: 500;
+                    color: #000;
+                    &:focus {
+                        outline: none;
+                        border: 1px solid #5bc0de;
+                    }
+                }
+                #imgpreview {
+                    white-space: normal;
+                    .thumbnail {
+                        display: inline-block;
+                        max-width: 180px;
+                        margin-bottom: 0px;
+                    } 
+                }
+                .text-map {
+
+                }
+            }
+            .modal-footer {
+                border-top: none;
+                margin-top: 0px;
+                >button {
+                    line-height: normal;
+                    height: 30px;
+                    width: 90px;
+                    margin-right: 30px;
+                    margin-bottom: 5px;
+                    padding: 2px 4px;
+                    font-size: 14px;
+                    background: #5bc0de;
+                    border: #5bc0de;
+                    &:hover,&:focus {
+                        outline: none;
+                        background: #5bc0de;
+                        border: #5bc0de;
+                    }
+                    &:active, .open>.dropdown-toggle.btn-primary{
+                        border: none;
+                        outline: none;
+                        background-color: #439BB2;
+                        border-color: #439BB2;
+                    }
+                }
+            }
+        }
+        #okModal .modal-dialog {
+            top: 250px;
+            width: 200px;
+            .modal-header {
+                height: 40px;
+                text-align: center;
+                font-weight: normal;
+                border: none;
+            }
+            .modal-footer {
+                >button {
+                    margin: 10px 43px 10px 0px;
+                    height: 34px;
+                    width: 80px;
+                }
+            }
+        }
+        #personModal .modal-dialog {
+            top: 120px;
+            .modal-body {
+                margin-top: 10px;
+                >p {
+                    display: inline-block;
+                    >span {
+                        float: left;
+                    }
+                    >input {
+                        float: left;
+                        width: 250px;
+                        padding-left: 25px; 
+                        background: #eee;
+                        &:focus {
+                            background: #FFF;
+                        }
+                    }
+                }
+            }
         }
     }
 }
@@ -419,3 +526,38 @@ body{
         }
     }
 }
+
+#container {
+    height: 180px;
+}
+
+.amap-marker-label {
+    border: 0px;
+    color: #0bc00f;
+    background: rgba(255, 255, 255, 0);
+}
+
+.amap-marker .marker-route {
+    position: absolute;
+    width: 40px;
+    height: 44px;
+    color: #e90000;
+    background: url(http://webapi.amap.com/theme/v1.3/images/newpc/poi-1.png 
+
+) no-repeat;
+    cursor: pointer;
+}
+
+.amap-marker .marker-marker-bus-from {
+    background-position: -334px -18px;
+}
+.amap-logo {
+    right: 0 !important;
+    left: auto !important;
+    display: none;
+}
+
+.amap-copyright {
+    right: 70px !important;
+    left: auto !important;
+}

Diferenças do arquivo suprimidas por serem muito extensas
+ 67 - 28
webManger12346/src/templates/mangerWeb.html