123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- .knowledgeMapWrapper{
- min-width: 1200px;
- .title{
- position: relative;
-
-
- height: 40px;
- line-height: 40px;
- background-image: linear-gradient(to right, #5A8EEE , #7EABFF);
- }
- .titleTxt{
- position: relative;
- width: 1200px;
- left: 50%;
- margin-left: -600px;
- color: #fff;
- font-size: 14px;
- }
- .titleLogo{
- position: relative;
- top: 3px;
- height: 20px;
- }
- .content{
- position: relative;
- width: 1200px;
- left: 50%;
- margin-left: -600px;
- cursor: pointer;
- height: 100%;
- }
- .left{
- float: left;
- background: #fff;
- height: 100%;
- margin: 10px 0 0 0;
- }
- .right{
- // background: #fff;
- width: 394px;
- float: right;
- height: 100%;
- margin: 10px 0 0 0;
- .top{
- position: relative;
- width:394px;
- height:80px;
- background:#FFFFFF;
- border-radius:2px;
- margin: 0 0 10px 0;
- font-size: 14px;
- .select{
- display: inline-block;
- width:92px;
- height:40px;
- background:#E2ECFF;
- border-radius:4px;
- margin: 20px 10px 10px;
- .selectedName{
- display: inline-block;
- width: 92px;
- height: 40px;
- text-align: center;
- line-height: 40px;
- color: #5A8EEE;
- position: relative;
- }
- .iconSlide{
- width: 7px;
- position: relative;
- top: -3px;
- }
- .selectList{
- position: absolute;
- display: none;
- width:90px;
- line-height: 30px;
- text-align: center;
- background: #fff;
- color: #333;
- border: 1px solid #e6e6e6;
- z-index: 2;
- }
- .selectItem:hover{
- background: #abcdef;
- }
- }
- .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::-webkit-input-placeholder{
- color: #ccc;
- }
-
- input:-moz-placeholder,textarea:-moz-placeholder{
- color: #ccc;
- }
- input::-moz-placeholder,textarea::-moz-placeholder{
- color: #ccc;
- }
- input:-ms-input-placeholder,textarea:-ms-input-placeholder{
- color: #ccc;
- }
- .searchBtn{
- position: absolute;;
- display: inline-block;
- width:60px;
- height:40px;
- text-align: center;
- line-height: 40px;
- background:#5A8EEE;
- border-radius:0px 4px 4px 0px;
- color: #fff;
- }
- .tabNameList{
- position: relative;
- top: 5px;
- display: none;
- width:192px;
- max-height:200px;
- background: #fff;
- border:1px solid rgba(230,230,230,1);
- 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: #333;
- }
- li:hover{
- background: #E2ECFF;
- }
- }
- }
- }
- .bottom{
- background: #fff;
- padding: 0 10px;
- .tabList{
- width: 100%;
- height: 43px;
- box-sizing: border-box;
- border-bottom: 1px solid #E6E6E6;
- .tab{
- display: inline-block;
- height: 42px;
- line-height: 42px;
- padding: 0 20px 0 10px;
- font-size: 12px;
- color: #777;
- }
- .activeTab{
- font-size: 16px;
- color: #5A8EEE;
- font-weight: bold;
- border-bottom: 3px solid #5A8EEE;
- box-sizing: border-box;
- }
- }
- .radioList{
- height: 60px;
- line-height: 60px;
- }
- .radioItem{
- font-size: 14px;
- color: #333;
- line-height: 16px;
- }
- .iconRadio{
- width: 14px;
- position: relative;
- top: 2px;
- }
- .iconSelect{
- width: 14px;
- top: -1px;
- position: relative;
- }
- }
- }
-
- .ztree{
- overflow: auto;
- }
- }
|