123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423 |
- #thematicModSearch {
- overflow: hidden;
- zoom: 1;
- clear: both;
- padding: 16px 0 1px 20px;
- height: 36px;
- margin-bottom: 10px;
- }
- #thematicModSearch .input {
- width: 225px;
- height: 100%;
- font-size: 12px;
- color: #999;
- float: left;
- text-indent: 8px;
- line-height: 36px;
- padding: 0px;
- background: #fff;
- border: none;
- }
- #thematicSearchSubmit {
- border: none;
- width: 48px;
- height: 36px;
- border: 0px;
- background: #fff url(../../images/layout/thmapsearch_03.png) no-repeat 0px 0px;
- text-indent: 11111111111px;
- }
- #thematicCategoryList {
- overflow: hidden;
- zoom: 1;
- clear: both;
- padding: 5px 0 5px 0px;
- background: url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom;
- }
- .currentAreaThematic {
- color: #fff;
- margin-bottom: 0px;
- display: inline-block;
- width: 45%;
- }
- #thematicPanel {
- position:absolute;
- left:0px;
- top: 0px;
- width:300px;
- bottom: 0px;
- /*background: none;*/
- }
- #thematicCategoryList label {
- margin-left: 5px;
- }
- .currentAreaThematic input {
- float: left;
- margin: 2px 0 0 45px;
- }
- #thematicCategoryList ul {
- overflow: hidden;
- zoom: 1;
- margin-top: 16px;
- margin-bottom: 8px;
- margin-left: 15px;
- }
- #thematicCategoryList li {
- float: left;
- margin: 0px 9px 3px 0;
- }
- #thematicCategoryList li.cur a {
- font-weight: bold;
- color: #36fffd;
- background: url(../../images/layout/acur.png) no-repeat center center;
- }
- #thematicCategoryList li a {
- display: inline-block;
- line-height: 20px;
- height: 20px;
- text-align: center;
- color: #fff;
- word-break: keep-all;
- text-decoration: none;
- font-size: 14px;
- padding: 0px 10px 0px 10px;
- }
- #thematicResultsList {
- max-height: 750px;
- padding: 10px 0 0 0px;
- overflow: hidden;
- overflow-y: auto;
- position: relative;
- z-index: 40;
- }
- #thematicResultsList .thematic-list {
- overflow: hidden;
- width: 260px;
- margin-left: 25px;
- }
- #thematicResultsList li.select span{
- color: #ffcd2c;
- }
- #thematicResultsList li {
- position: relative;
- width: 118px;
- height: 72px;
- text-align: center;
- float: left;
- display: inline;
- /*background: url(../../images/layout/cover_item.png) no-repeat; */
- margin: 5px 12px 5px 0;
- overflow: hidden;
- background-size: 100%;
- }
- /*#thematicResultsList li:hover{
- background: url(../../images/layout/cover_item_hover.png) no-repeat;
- }
- #thematicResultsList li.select{
- background: url(../../images/layout/cover_item_select.png) no-repeat;
- }*/
- #thematicResultsList a {
- display: block;
- width: 100%;
- height: 100%;
- text-align: left;
- overflow: hidden;
- zoom: 1;
- }
- #thematicResultsList img {
- width: 90%;
- height: 85%;
- float: left;
- border: 0px solid #efefef;
- margin-left: 6px;
- margin-top: 5px;
- }
- #thematicResultsList span.name {
- float: left;
- width: 90px;
- line-height: 1;
- color: #00fffc;
- position: absolute;
- bottom: 9px;
- left: 0;
- text-shadow: 1px 1px 1px #000;
- opacity: 1;
- text-align: center;
- overflow: hidden;
- right: 0;
- margin: auto;
- font-weight: bold;
- font-size: 12px;
- }
- #thematicResultsList span.cover{
- width: 122px;
- height: 72px;
- background: url(../../images/layout/cover_item.png) no-repeat center center;
- overflow: hidden;
- position: absolute;
- left: 0px;
- top: 0px;
- background-size: 122px 72px;
- }
- #thematicResultsList span.jump{
- width: 15px;
- height: 15px;
- background: url(../../images/atlas/jump.png) right top no-repeat;
- background-size: 15px;
- position: absolute;
- right: 6px;
- top: 6px;
- }
- #thematicResultsList span.addset{
- width: 15px;
- height: 15px;
- background: url(../../images/atlas/addset.png) right top no-repeat;
- background-size: 15px;
- position: absolute;
- right: 6px;
- top: 6px;
- }
- #thematicResultsList li:hover span.cover{
- background: url(../../images/layout/cover_item_hover.png) top left no-repeat;
- background-size: 122px 72px;
- }
- #thematicResultsList li.select span.cover{
- background: url(../../images/layout/cover_item_select.png) top left no-repeat;
- background-size: 122px 72px;
- }
- #thematicPage {
- height: 36px;
- width: 233px;
- overflow: hidden;
- text-align: right;
- clear: both;
- position: relative;
- color: #fff;
- margin: auto;
- border: 1px solid #42bbe8;
- border-radius: 5px;
- background: rgba(45, 53, 68, 0.8);
- padding: 0px;
- margin-top: 20px;
- display:none;
- }
- #thematicPage .firstpage {
- width: 28px;
- height: 36px;
- margin-left: 3px;
- border-right: 1px solid #3fb4e3;
- background: url(../../images/layout/page_11.png) no-repeat 7px 11px;
- float: left;
- cursor: pointer;
- }
- #thematicPage .uppage {
- width: 29px;
- height: 34px;
- background: url(../../images/layout/page_13.png) no-repeat 10px 11px;
- float: left;
- cursor: pointer;
- }
- .fg {
- width: 1px;
- height: 34px;
- background: url(../../images/layout/page_03.png) no-repeat 0px 10px;
- float: left;
- }
- #thematicPageJump {
- width: 96px;
- height: 34px;
- float: left;
- }
- #thematicPageJump span {
- float: left;
- height: 24px;
- font-size: 12px;
- line-height: 37px;
- text-indent: 35px;
- }
- #thematicPage .nextpage {
- width: 29px;
- height: 34px;
- background: url(../../images/layout/page_06ch.png) no-repeat 10px 11px;
- float: left;
- cursor: pointer;
- }
- #thematicPage .endpage {
- width: 28px;
- height: 36px;
- background: url(../../images/layout/page_08ch.png) no-repeat 7px 11px;
- float: left;
- border-left: 1px solid #3fb4e3;
- cursor: pointer;
- }
- .page-wrap .btn-group {
- float: right;
- width: 93px;
- }
- .not-result {
- padding: 15px 0;
- text-align: center;
- font-size: 14px;
- color: #666;
- }
- .abtn-atlas-library,
- .abtn-atlas-library:hover {
- float:right;
- margin: 10px 26px 0 0;
- padding: 0 14px 0 0;
- font-size:16px;
- color: #36fffa;
- background:url(../../images/layout/icon-dpoint-right.png) no-repeat right center;
- }
- #atlasInfoDetail{
- position: absolute;
- bottom: 25px;
- right: 110px;
- width: 262px;
- background: url(../../images/atlas/bg-rp-body.png);
- display: none;
- z-index: 222;
- }
- #atlasInfoDetail h3 {
- color: #fff;
- padding: 0 0 6px 0;
- background: url(../../images/atlas/bg-rp-body-bottom.png) no-repeat center bottom;
- margin-bottom: 10px;
- margin-right: 24px;
- }
- #atlasInfoDetail p{
- padding: 0px;
- margin: 0px;
- color: #fff;
- line-height: 1.5;
- text-align:left;
- }
- #atlasInfoDetail .cover-content{
- margin: 10px 20px;
- text-align:center;
- width: 240px;
- }
- #thematicPanel .btn-atals-labrary{
- width: auto;
- position: absolute;
- right: 0px;
- bottom: 0px;
- height: 35px;
- font-size: 14px;
- background: none;
- color: #99ffff;
- border: none;
- margin: 0 25px;
- }
- #atlasInfoDetail .close{
- position: absolute;
- right: 5px;
- top: 0px;
- width: 14px;
- height: 14px;
- background: url(../../images/layout/close-white.png) no-repeat;
- background-size: 14px;
- cursor: pointer;
- }
- #atlasAddsetPopModel,#theModel{
- display: none;
- }
- #atlasAddsetPop{
- position: absolute;
- top: 200px;
- right: 500px;
- width: 296px;
- height: 346px;
- display: none;
- }
- #atlasAddsetPop .cover-content{
- background: #fff;
- border: 2px solid #01b7ff;
- height: 46px;
- }
- #atlasAddsetPop .cover-content.active{
- height: auto;
- }
- #atlasAddsetPop.active{
- display: block;
- }
- #atlasAddsetPop .title{
- clear: both;
- background: url(../../images/atlas/ptop.png) no-repeat;
- padding: 0 20px;
- height: 46px;
- line-height: 46px;
- color: #fff;
- cursor: move;
- }
- #atlasAddsetPop .title span{
- float: right;
- display: inline-block;
- width: 20px;
- height: 20px;
- background: url(../../images/atlas/shang.png) no-repeat;
- margin-top: 18px;
- cursor: pointer;
- }
- #atlasAddsetPop .title span.juan{
- background: url(../../images/atlas/xia.png) no-repeat;
- }
- #atlasAddsetPop .content{
- height: 0;
- overflow: hidden;
- }
- #atlasAddsetPop .content.active{
- height: auto;
- }
- #atlasAddsetPop .content ul{
- height: 248px;
- overflow: auto;
- }
- #atlasAddsetPop .content li{
- padding: 0 20px;
- clear: both;
- height: 50px;
- line-height: 50px;
- border-bottom: 1px solid #eee;
- }
- #atlasAddsetPop .content li:focus{
- background: #f5f5f5;
- }
- #atlasAddsetPop .content li span.name{
- width: 210px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: inline-block;
- white-space: nowrap;
- }
- #atlasAddsetPop .content li span.del{
- float: right;
- display: inline-block;
- width: 20px;
- height: 20px;
- background: url(../../images/atlas/del.png) no-repeat;
- margin-top: 16px;
- cursor: pointer;
- }
- #atlasAddsetPop .btns{
- text-align: center;
- padding: 10px;
- }
- #atlasAddsetPop .btns button{
- width: 100px;
- height: 32px;
- border-radius: 5px;
- background: #2c8af3;
- color: #fff;
- line-height: 32px;
- text-align: center;
- border: none;
- margin: 0 5px;
- cursor: pointer;
- }
|