|
@@ -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;
|
|
|
+}
|