Browse Source

调整大数据可视化样式

82064491C07A712AE32B5B57EC6EF136 4 months ago
parent
commit
6217b127e0

+ 2 - 2
src/main/resources/static/app/main/bigdata/showDjdsj/css/style.css

@@ -73,8 +73,8 @@
 	box-shadow:inset 0 0 1px #FFF3B3,inset 0 0 20px rgba(124,43,255,.1);
 	position: relative;
 }
-.nav-number:before{ content: ""; width:15px; height: 1px; background: #01ffff; position: absolute; top:50%; left: -15px; margin-top: -1px;}
-.nav-number:after{ content: ""; width:15px; height: 1px; background: #01ffff; position: absolute; top:50%; right: -15px; margin-top: -1px;}
+.nav-number:before{ content: ""; width:15px; height: 1px; background: #FFF3B3; position: absolute; top:50%; left: -15px; margin-top: -1px;}
+.nav-number:after{ content: ""; width:15px; height: 1px; background: #FFF3B3; position: absolute; top:50%; right: -15px; margin-top: -1px;}
 
 .map-content{ width:100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; position: relative; top:-10%;}
 .map-content .map-box{ width:33.33%; padding: 0 3%; }