zhongrj
2023-06-27 d74b495736f0c04522ec54274b70fed0ded2878d
public/map/controls/tab/TabControl.css
New file
@@ -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;
}