xicheng79 3 years ago
parent
commit
e0f68d2755
2 changed files with 7 additions and 5 deletions
  1. 4 2
      src/components/LayerSelector.vue
  2. 3 3
      src/components/pcBar.vue

+ 4 - 2
src/components/LayerSelector.vue

@@ -84,7 +84,7 @@ export default {
 }
 .basemap-text{
   /* color: #007bff; */
-  color: rgb(159, 123,80);
+  /* color: rgb(115, 172,23); */
   font-weight: bold;
   font-family: "Source Han Sans CN";
 
@@ -145,7 +145,8 @@ export default {
   position: absolute;
   font-size: 12px;
   z-index: 100;
-  background: transparent;
+  background: rgb(219, 236, 224);
+  /* color: rgb(115, 172,23); */
   opacity: 0.95;
   right: 0px;
   margin-top: 40px;
@@ -157,6 +158,7 @@ export default {
 
 .info-content {
   height: 130px;
+  /* color: rgb(115, 172,23); */
 }
 
 /*设置选项样式*/

+ 3 - 3
src/components/pcBar.vue

@@ -15,7 +15,7 @@
             <!-- 通知 -->
             <b-tab>
               <template v-slot:title>
-                <i class="fa fa-mobile" aria-hidden="true"></i>
+                <i class="fa fa-rss" aria-hidden="true"></i>
                 通知
               </template>
               <div>
@@ -30,8 +30,8 @@
             <!-- 报道 -->
             <b-tab>
               <template v-slot:title>
-                <i class="fa fa-commenting-o" aria-hidden="true"></i>
-                报道
+                <i class="fa fa-podcast" aria-hidden="true"></i>
+                新闻
               </template>
               <div>
                 <b-list-group  class="listGroup" v-for="(item,index) in data.report" :key=index>