diff --git a/src/views/oneMap/components/dynamicInformation.vue b/src/views/oneMap/components/dynamicInformation.vue index 745c99d..0155a0a 100644 --- a/src/views/oneMap/components/dynamicInformation.vue +++ b/src/views/oneMap/components/dynamicInformation.vue @@ -468,7 +468,7 @@ border-radius: 6px; border: 1px solid #47eef3; box-sizing: border-box; - box-shadow: inset 0 0 5px 5px #47eef38a; + box-shadow: inset 0 0 5px 5px #2076e78a; display: flex; flex-direction: column; padding: 0px 0px 0px 10px; @@ -483,7 +483,7 @@ color: #fefefe; cursor: pointer; &.active { - color: #4efff1; + color: #4e86ff; } .TopInfoListIcon { margin-right: 5px; @@ -509,13 +509,18 @@ border-radius: 6px; // border: 1px solid #47eef3; box-sizing: border-box; - box-shadow: inset 0 0 5px 5px #47eef38a; + box-shadow: inset 0 0 5px 5px #2076e78a; padding: 10px; .TopTableHeader { width: 100%; height: 34px; - background: linear-gradient(0deg, #00fbffa3 0%, #00fbff00 100%); - border: 1px solid #74dde1; + background: linear-gradient( + 0deg, + rgba(74, 164, 255, 0.6392156863) 0%, + rgba(0, 251, 255, 0) 100% + ); + border-radius: 2px; + border: 1px solid #004285; display: flex; box-sizing: border-box; padding-right: 10px; @@ -540,7 +545,11 @@ height: 34px; /* 选择偶数行 */ &:nth-child(even) { - background: linear-gradient(0deg, #008599 0%, #08596d 100%); + background: linear-gradient( + 0deg, + rgba(21, 141, 253, 0.2) 0%, + rgba(21, 141, 253, 0.05) 100% + ); } .bodySpan { // display: flex;