123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336 |
- .knowledgeMapWrapper{
- min-width: 1200px;
- background: url("../images/bg2.png");
- background-size: cover;
- /* .title{
- position: relative;
- height: 40px;
- line-height: 40px;
- background-image: linear-gradient(to right, #5A8EEE , #7EABFF);
- filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da,endColorstr=#1C85FB);!*IE<9>*!
- -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1471da, endColorstr=#1C85FB)";!*IE8+*!
- }
- .titleTxt{
- position: relative;
- width: 1200px;
- left: 50%;
- margin-left: -600px;
- color: #fff;
- font-size: 14px;
- }
- .titleLogo{
- position: relative;
- top: -2px;
- height: 20px;
- margin: 0 20px 0 0;
- }
- .titleLogoShaiyifu{
- top: 5px;
- height: 30px;
- }
- .titleInfo{
- position: relative;
- display: inline-block;
- top: -4px;
- height: 40px;
- line-height: 40px;
- }*/
- .content{
- position: relative;
- width: 1200px;
- left: 50%;
- margin-left: -600px;
- cursor: default;
- height: 100%;
- }
- .left{
- float: left;
- background: #0D2C53;
- height: 100%;
- margin: 10px 0 0 0;
- position: relative;
- border:1px #6794A8 solid;
- }
- .right{
- // background: #fff;
- width: 394px;
- float: right;
- height: 100%;
- margin: 10px 0 0 0;
- .top{
- position: relative;
- width:392px;
- height:80px;
- background:#0D2C53;
- border:1px #6794A8 solid;
- border-radius:2px;
- margin: 0 0 10px 0;
- font-size: 14px;
- .select{
- display: inline-block;
- width:92px;
- height:40px;
- background:rgba(66, 143, 220, 0.25);
- border-radius:4px;
- margin: 20px 10px 10px;
- position: relative;
- cursor: pointer;
- .selectedName{
- display: inline-block;
- width: 92px;
- height: 40px;
- line-height: 40px;
- color: #5BBBFF;
- position: relative;
- padding: 0 10px;
- }
- .iconSlide{
- width: 13px;
- position: absolute ;
- top: 16px;
- right: 10px;
- }
- .selectList{
- position: absolute;
- display: none;
- width:90px;
- line-height: 30px;
- background: #0D2C53;
- color: #fff;
- border: 1px solid #5BBBFF;
- z-index: 3;
- }
- .selectItem{
- padding: 0 10px;
- }
- .selectItem:hover{
- background: #1a4478;
- }
- }
- .search{
- position: absolute;
- display: inline-block;
- width:272px;
- top: 20px;
- left: 112px;
- input{
- width:192px;
- padding: 0 10px;
- height:40px;
- border:1px solid rgba(230,230,230,1);
- border-radius: 4px 0 0 4px;
- box-sizing: border-box;
- outline: none;
- color: #333;
- font-size: 14px;
-
- }
- input:focus{
- border: 1px solid #58a6e7;
- outline: 0;
- -webkit-box-shadow:#58a6e7 0px 0px 2px;
- -moz-box-shadow: #58a6e7 0px 0px 2px;
- box-shadow: #58a6e7 0px 0px 2px;
- }
- input::-ms-clear{display:none;}
- input::-webkit-input-placeholder{
- color: #aaa;
- }
- input:-moz-placeholder,textarea:-moz-placeholder{
- color: #aaa;
- }
- input::-moz-placeholder,textarea::-moz-placeholder{
- color: #aaa;
- }
- input:-ms-input-placeholder,textarea:-ms-input-placeholder{
- color: #aaa;
- }
- .searchBtn{
- position: absolute;
- cursor: pointer;
- display: inline-block;
- width:60px;
- height:40px;
- text-align: center;
- line-height: 40px;
- background: linear-gradient(270deg, #00A6F5 0%, #0071E7 100%);
- border-radius:0px 4px 4px 0px;
- color: #fff;
- }
- .tabNameList,.tabNameListNoSearch{
- position: relative;
- top: 5px;
- display: none;
- width:192px;
- max-height:200px;
- background: #0D2C53;
- border:1px solid #5BBBFF;
- border-radius: 4px 0 0 4px;
- box-sizing: border-box;
- overflow-y: auto;
- z-index:2;
- li{
- height: 40px;
- line-height: 40px;
- padding: 0 10px;
- color: #fff;
- }
- li:hover{
- background: #1a4478;
- }
- .nodeItem{
- cursor: pointer;
- }
- }
- }
- }
- .bottom{
- background: #0D2C53;
- border:1px #6794A8 solid;
- .tabList{
- width: 100%;
- height: 43px;
- box-sizing: border-box;
- border-bottom: 1px solid #E6E6E6;
- position: relative;
- padding: 0 10px;
- .tabBox{
- padding: 0 20px 0 10px;
- }
- .tab{
- display: inline-block;
- height: 42px;
- line-height: 42px;
- margin: 0 20px 0 10px;
- font-size: 14px;
- color: #A7CFFC;
- cursor: pointer;
- }
- .tab:hover{
- color: #5A8EEE;
- }
- .activeTab{
- font-size: 16px;
- color: #5BBBFF;
- font-weight: bold;
- border-bottom: 3px solid #5BBBFF;
- box-sizing: border-box;
- }
- }
- .tabListShow{
- border: 1px solid #5A8EEE;
- // box-shadow:0px 7px 6px -2px #14274B;
- border-bottom: 1px solid #E6E6E6;
- }
- .showTabList{
- margin-right: 66px;
-
- }
- .toggleArrow{
- width: 11px;
- position: absolute;
- top: 15px;
- right: 0px;
- }
- .toggleTab{
- display: inline-block;
- position: absolute;
- font-size: 14px ;
- color: #A7CFFC;
- line-height: 44px;
- right: 20px;
- top: 0;
- cursor: pointer;
- padding: 0 10px 0 0;
- }
- .toggleTabTxt{
- margin-right: 3px;
- }
- .hideTabList{
- position: relative;
- background: #0D2C53;
- width: 100%;
- z-index: 2;
- display: none;
- top: -2px;
- left: -11px;
- padding: 0 10px;
- border: 1px solid #5A8EEE;
- border-top: 0;
- box-shadow:0px 7px 6px -2px rgba(20,39,75,0.2);
- }
- .radioList{
- height: 60px;
- line-height: 60px;
- padding: 0 10px;
- }
- .radioItem{
- font-size: 14px;
- color: #fff;
- line-height: 16px;
- margin-right: 20px;
- cursor: pointer;
- }
- .iconRadio{
- width: 14px;
- position: relative;
- top: 2px;
- }
- .iconSelect{
- width: 16px;
- top: 0px;
- position: relative;
- }
-
- }
- }
- .legendIcon{
- position: absolute;
- display: none;
- width: 35px;
- height: 22px;
- bottom: 50px;
- right: 5px;
- /*background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);*/
- }
- .legendIconImg{
- width: 22px;
- height: 22px;
- border-radius: 50%;
- position: absolute;
- right: 10px;
- top: 2px;
- cursor: pointer;
- }
- .legendIconImg{
- background: url('./../resources/images/iconSlideUp1.png') no-repeat;
- background-size: 22px 22px;
- }
- .legendIconImg:hover{
- background: url('./../resources/images/iconSlideUp1Hover.png') no-repeat;
- background-size: 22px 22px;
- }
- .legendSlideUp{
- background: url('./../resources/images/iconSlideDown1.png') no-repeat;
- background-size: 22px 22px;
- }
- .legendSlideUp:hover{
- background: url('./../resources/images/iconSlideDown1Hover.png') no-repeat;
- background-size: 22px 22px;
- }
- .footer{
- width: 100%;
- margin: 24px 0;
- text-align: center;
- font-size: 12px;
- color: #A7CFFC;
- }
- .ztree{
- overflow: auto;
- padding: 0 10px;
- }
- }
|