|
@@ -328,35 +328,51 @@ img {
|
|
image-rendering: -webkit-optimize-contrast;
|
|
image-rendering: -webkit-optimize-contrast;
|
|
/*Webkit (non-standard naming) */
|
|
/*Webkit (non-standard naming) */
|
|
image-rendering: crisp-edges;
|
|
image-rendering: crisp-edges;
|
|
- -ms-interpolation-mode: nearest-neighbor;
|
|
|
|
|
|
+ -ms-interpolation-mode: nearest-neighbor;
|
|
/* IE (non-standard property) */
|
|
/* IE (non-standard property) */
|
|
}
|
|
}
|
|
|
|
|
|
// 小地图指示器的颜色
|
|
// 小地图指示器的颜色
|
|
#ele1 circle {
|
|
#ele1 circle {
|
|
fill: #165491;
|
|
fill: #165491;
|
|
- r:0.4692307692307692;
|
|
|
|
|
|
+ r: 0.4692307692307692;
|
|
}
|
|
}
|
|
-#ele1 path{
|
|
|
|
|
|
+
|
|
|
|
+#ele1 path {
|
|
fill: #165491;
|
|
fill: #165491;
|
|
}
|
|
}
|
|
|
|
+
|
|
// // 地图的线
|
|
// // 地图的线
|
|
// #cad path {
|
|
// #cad path {
|
|
// stroke-width: 0.5;
|
|
// stroke-width: 0.5;
|
|
// }
|
|
// }
|
|
|
|
+.bodyMap1 {
|
|
|
|
+ #cad path {
|
|
|
|
+ stroke-width: 0.5;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+.bodyMap2 {
|
|
|
|
+ #cad path {
|
|
|
|
+ stroke-width: 0.2;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
|
|
-.viewer-title{
|
|
|
|
|
|
+.viewer-title {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
-.viewer-prev{
|
|
|
|
|
|
+
|
|
|
|
+.viewer-prev {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
-.viewer-next{
|
|
|
|
|
|
+
|
|
|
|
+.viewer-next {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
-.viewer-navbar{
|
|
|
|
|
|
+
|
|
|
|
+.viewer-navbar {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
-.viewer-close{
|
|
|
|
|
|
+
|
|
|
|
+.viewer-close {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|