From d74b495736f0c04522ec54274b70fed0ded2878d Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 27 Jun 2023 11:30:06 +0800
Subject: [PATCH] 任务新增导出

---
 public/map/controls/tab/TabControl.css |   59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/public/map/controls/tab/TabControl.css b/public/map/controls/tab/TabControl.css
new file mode 100644
index 0000000..d942717
--- /dev/null
+++ b/public/map/controls/tab/TabControl.css
@@ -0,0 +1,59 @@
+
+.tabcontrol-container{
+	position: relative;
+	width:100%;
+	font-family: '宋体'
+}
+.tabcontrol-tabcontainer{
+	margin: 10px;
+	    
+}
+.tabcontrol-tabbutton {
+	display: inline-block;
+	padding: 5px;
+	margin-left: 31px;
+	color: #4e616d;
+	cursor: pointer;
+}
+/*.tabcontrol-tabbutton:hover {*/
+	/*font-weight: bolder;*/
+	/*border-bottom: 3px solid #2fa034;*/
+/*}*/
+.tabcontrol-tabbutton-actived {
+	display: inline-block;
+	padding: 5px;
+	margin-left: 31px;
+	color: #000;
+	cursor: pointer;
+	border-bottom: 3px solid #2fa034;
+}
+.tabcontrol-tabcontent {
+	border: 1px solid #cfcfcf;
+	vertical-align: middle;
+	position: relative;
+	margin: 0px 10px;
+}
+.tabcontrol-tabcontent span{
+	display:inline-block;
+	line-height:25px;
+	margin-right: 20px;
+	color:#4e616d;
+	cursor: pointer;
+}
+.tabcontrol-tabcontent span:hover{
+	color:#006699;
+}
+.tabcontrol-tabcontent span:active{
+	color:#4e616d;
+}
+.tabcontrol-tabcontent-box{
+}
+.tabcontrol-button{
+	width:40px;
+	height:25px;
+	background-position: center center;
+	background-repeat: no-repeat;
+	float: right;
+	margin:11px 5px;
+	border-radius: 2px;
+}

--
Gitblit v1.9.3