From be2983cb91e06554ff939c53b37284af1e1c170a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 07 May 2021 10:42:30 +0800
Subject: [PATCH] 地图,详情跳转,视频

---
 public/map/popup/html/SupervisoryMapYdata.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/map/popup/html/SupervisoryMapYdata.html b/public/map/popup/html/SupervisoryMapYdata.html
index 2a70b16..f89f123 100644
--- a/public/map/popup/html/SupervisoryMapYdata.html
+++ b/public/map/popup/html/SupervisoryMapYdata.html
@@ -154,7 +154,7 @@
 
 
         .el-tabs__active-bar {
-            background-color: #F35B5B;
+            background-color: #32C1A2; 
         }
 
         .el-tabs__item.is-active,
@@ -169,7 +169,7 @@
         <!-- 从layui传值给iframe 的占位input -->
         <!-- <div class="aaa bbb">13223456745</div> -->
         <input type="text" id="sidIput" ref="sidIput" style="display:none">
-        <div class="flare-liu-top" style="background-image: linear-gradient(to right, #F35B5B , #F35B5B">
+        <div class="flare-liu-top" style="background-image: linear-gradient(to right, #32C1A2 , #32C1A2)">
             <div class="f-l-t-heard">{{datas.tenant_name}}</div>
             <div class="f-l-t-right">
                 <div class="f-l-t-r-number">级别:{{datas.dj}}</div>

--
Gitblit v1.9.3