/*封面页*/ #page-cover .books_top { display: -webkit-flex; display: flex; padding: .36rem .36rem 0; color: #fff; background-size: 100% 2.6rem; height: 3.5rem; width: 100%; position: relative; } #page-cover .books_info_mask_box { position: absolute; left: 0; top: 0; width: 100%; /*height: 100%;*/ height: 5rem; overflow: hidden; } #page-cover .book_bg { width: 100%; height: 9.97rem; position: absolute; left: 0; top: -3.38rem; margin-top: 0; } #page-cover .books_info_cont { width: 100%; height: 100%; position: absolute; left: 0; top: 1rem; z-index: 1; display: -webkit-flex; display: flex; padding-left: .36rem; box-sizing: border-box; } #page-cover .write-comment { float: right; font-size: .24rem; line-height: .3rem; border: none; } #page-cover .books_info_cont img { border: .05rem solid #FFFFff; border-radius: .2rem; box-shadow: #605d5d 0 0 0.2rem; } #page-cover .books_info { flex: 1; margin-left: .3rem; margin-top: .15rem; width: 3rem; } #page-cover .books_info_mask { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, #5d5d5d 10%, #000000 55%); opacity: 0.7; filter: alpha(opacity=70); } #page-cover .ptitle { font-size: .45rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: .8rem; line-height: .8rem; margin-top: 0; } #page-cover .ptitle:after { top: .26rem; } #page-cover .author { margin-top: .35rem; font-size: .23rem; color: #F8F8F8; } #page-cover .hot_num { color: #F8F8F8; font-size: .23rem; margin-top: .2rem; } #page-cover .collect { color: #FFF; background-color: #fa681f; border-color: #fa681f; border-radius: .3rem; padding: .1rem .2rem .1rem .18rem; position: absolute; right: .3rem; top: 2rem; } #page-cover .flag-area { height: 1rem; padding-left: 3.5rem; padding-top: .4rem; font-size: .23rem; } #page-cover .flag { margin: 0 .15rem; color: #6abfd1; background-color: #f3fbfd; border-color: #f3fbfd; border-radius: .3rem; padding: .05rem .2rem; } #page-cover .section_top{ border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; position: relative; } #page-cover .tabs { height: 1.2rem; font-size: .35rem; color: #8D8D8D; } #page-cover .tabs ul{ text-align: center; display: -webkit-box; padding-top: .45rem; padding-left: 0; border-bottom: 1px solid #F8F8F8; } #page-cover .tabs ul li{ width: 50%; height: .65rem; } #page-cover .tabs ul .active { color: #000000; font-weight: 500; background: 0 0; } #page-cover .tabs ul .active span { height: 5px; color: black; border-bottom: 4px solid #FF9966; display: block; width: .4rem; margin: 0 auto; padding-top: .24rem; } .icon-class { width: .24rem; height: .3rem; display: inline-block; background-size: 100%; background-repeat: no-repeat; vertical-align: middle; } /*发现页*/ #comic-discover { padding: 0rem .28rem .2rem .28rem; } #comic-discover .discover-comic { margin-bottom: .3rem; } #comic-discover .content { margin-top: .3rem; } #comic-discover .content img { border-radius: .1rem; width: 100%; } #comic-discover .comic-name { font-weight: 500; font-size: .36rem; line-height: .8rem; height: .65rem; } #comic-discover .comic-name span { font-size: .2rem; font-weight: 300; color: #6abfd1; background-color: #edf8fb; border-color: #edf8fb; padding: .02rem .1rem; border-radius: .05rem; margin-left: .2rem; vertical-align: middle; } #comic-discover .discover-desc p { margin: .1rem 0; height: .3rem; line-height: .3rem; font-size: .24rem; color: #999; font-weight: 300; } #comic-discover #silder li img { border-radius: .1rem; } #listBox_in #silder li img { border-radius: .1rem; } #bookshelf .announcement { margin: .1rem .3rem; background-color: #f7f7f7; padding: .2rem .1rem .2rem .4rem; border-radius: .4rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: .7rem; font-size: 0.2rem; } #bookshelf .announcement .an-content, #bookshelf .announcement .sign{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } #bookshelf .announcement .an-content { width: 85%; padding-top: 0.04rem; } #bookshelf .announcement .sign { width: 20%; } #bookshelf .announcement .an-content img, #bookshelf .announcement .sign img{ width: .3rem; height: .3rem; } #bookshelf .announcement .an-content p{ margin: 0; padding-left: .2rem; padding-top: .04rem; display: none; } #bookshelf .announcement .an-content .show { display: block; } #bookshelf .announcement .sign p { padding-top: .06rem; padding-left: .08rem; font-size: 0.22rem; } /*首页搜索*/ #index-header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 1rem; line-height: 1rem; } #index-header img { width: .5rem; height: .5rem; margin: auto .2rem; } #index-header .title { padding: 0 .2rem; font-size: .28rem; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } #index-header .title span { padding: 0 .15rem; } #index-header .title .active { font-size: .5rem; font-weight: 500; } #index-header .search { margin-left: .6rem; position: relative; } .search-tit{ position: absolute; top:0rem; left:0.2rem; color: #fff; font-size: .22rem; } #index-header .search img { width: .25rem; height: .25rem; position: relative; left: -.5rem; margin: auto 0; } #index-header .search input { height: .48rem; line-height: .48rem; font-size: .22rem; background-color: #f8f8f8; border-radius: .3rem; width: 3rem; padding-left: .2rem; opacity: 0.3; filter: alpha(opacity=30); color: #fff; } #index-header {position: absolute;z-index:1000;top: 0px;margin-top: 0.25rem;} #index-header .title { color: #fff } #index-header input::-webkit-input-placeholder { color: #fff; } #index-header input:-moz-placeholder { color: #fff; } #index-header input::-moz-placeholder { color: #fff; } #index-header input:-ms-input-placeholder { color: #fff; } .slideBox { position: relative; overflow: hidden; max-height: 5.45rem !important; } .slideBox .hd { position: absolute; height: 0.6rem; line-height: 0.6rem; bottom: 0.3rem; right: 1.5rem; z-index: 1; } .slideBox .hd li { display: inline-block; width: 10px; height: 3px; background: #dddddd; opacity: 0.5; text-indent: -9999px; overflow: hidden; margin: 0 2px; border-radius: 2px; } .slideBox .hd li.on { background: #ffffff; opacity: 1; } .slideBox .bd { position: relative; z-index: 0; margin-top: 1.52rem; overflow: hidden; height: 4.3rem; } .slideBox .bd li { position: relative; text-align: center; } .slideBox .bd li img { vertical-align: top; width: 100%; /* 图片宽度100%,达到自适应效果 */ } .slideBox .bd li a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .slideBox .tempWrap{ margin: 0 auto; } /* 去掉链接触摸高亮 */ .slideBox .tempWrap .img img{ width: 90%; margin: 0 auto; border-radius: 0.13rem; } .banner-box { background: #ccc; overflow: hidden; position: absolute; width: 100%; max-height: 5.45rem !important; } .banner-bg-1 { /*opacity:0.4;*/ /*filter:alpha(opacity=40);*/ position: absolute; } .c-preview { background: #000; background: -webkit-linear-gradient(90deg, #ffffff 10%, #CCCCCC 55%); background: -o-linear-gradient(0deg, #ffffff 10%, #CCCCCC 55%); background: linear-gradient(0deg, #ffffff 10%, #CCCCCC 55%); background-repeat: no-repeat; display: flex; width: 500px; height: 300px; justify-content: center; align-items: center; color: #fff; position: absolute; cursor: pointer; transition: .5s all; opacity: 0.9; filter: alpha(opacity=90); } .banner-div{ height: 5.45rem !important; max-height: 5.45rem !important; } .book-header { padding: .05rem; } .recommend .foot { text-align: center; display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; height: .6rem; line-height: .6rem; margin: .2rem 0; } .recommend .foot div { width: 50%; background: #f7f8fa; border-radius: .3rem; margin: 0 0.5rem; color: #999999; font-size: .22rem; } .recommend .foot img { width: .3rem; margin-left: .1rem; margin-bottom: .05rem; } .recommend .foot .more{ } .recommend .foot .exchange{ } .comic-cover:nth-child(2) { margin: 0 .1rem; } .comic-cover .comic-title, .comic-cover .comic-desc { padding-left: .05rem; } .comic-hor ul li { width: 50%; overflow: hidden; } .comic-hor ul li:nth-child(2) { margin-left: .05rem; } .comic-hor ul li a { margin: 0; width: 100%; } .comic-hor ul li a .comic-title, .comic-hor ul li a .comic-desc { padding-left: .1rem; } .cover-header-img { width: 1.96rem; height: 2.6rem; margin-right: .32rem; } .cover-header-img img { width: 100%; height: 100%; } .cover-book-author { color: #999; padding: .1rem 0 .1rem; } .cover-book-classify-etc { margin-bottom: .16rem; } .cover-header { display: -webkit-box; display: -webkit-flex; display: flex; padding: .26rem .32rem .5rem; } .detail { background: white; } #guuess-like-comic .books-group-4 li:nth-child(2) { margin: 0 .1rem; } .comic-header { padding: 0.05rem 0 0.05rem 0; } .comic-header :after { background: #ff9966 !important; width: .25rem; height: .25rem; } .comic-header img{ width: 0.3rem; margin-right: 0.1rem; margin-top: -0.05rem; } .no-data{ font-size: 0.3rem; text-align: center; padding: 1rem; } .book-comic-nav .tab-nav ul li{ padding-top:0.3rem; } #comic-discover .content{ /*padding-bottom: 1rem;*/ } .index-rec{ padding: 0rem 0.15rem; background: #ffffff; } /* 详情目录 */ .catalog .catalog-title{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 1rem; line-height: 1rem; font-size: .24rem; color: #7D7D7D; } .catalog .catalog-title .comic-status { width: 83%; padding-left: .3rem; } .catalog .chapter { height: 1.3rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; box-sizing: content-box; padding: .2rem 0 .2rem .3rem; } .catalog .chapter img { width: 100%; height: 100%; } .catalog .chapter span { position: absolute; left:0; top:0; background-color: black; opacity: 0.7; width: 100%; height:100%; text-align: center; line-height: 1.3rem; } .catalog .chapter-info { width: 100%; padding-left: .25rem; } .catalog .chapter-title { font-size: .3rem; margin-top: .1rem; } .catalog .chapter-desc { margin-top: .6rem; font-size:0.2rem; color: #999; } .catalog .now_read { background-image: url(/web/20220318152920im_/http://xmh3bx.cn/images/icon/detial_clock.png); width: 35px; height: 30px; background-size: 60%; text-indent: -999px; overflow: hidden; background-repeat: no-repeat; background-position: top right; position: absolute; right: 0; } /* 详情页底部样式 */ .read-footer { width: 100%; position: fixed; left: 0; right: 0; bottom: 0; background: #f9f9f9; display: table; z-index: 19; height: .9rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .read-footer .read-title { width: 70%; line-height: .9rem; font-size: .24rem; font-weight: 300; padding-left: .6rem; color: #888; } .read-footer .read-action { line-height: .9rem; background-color: #FF9966; width: 30%; text-align: center; color: white; font-size: .3rem; } /* 阅读页和目录页头部样式 */ .comic-head { height: .9rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; line-height: .9rem; font-size: .3rem; border-bottom: 1px solid #f6f6f6; } .comic-head .back { width: 9%; margin-left: 5px; } .comic-head .back i { width: .45rem; height: 0.45rem; } .comic-head .title { width: 80%; text-align: center; } .comic-head .catalog { position: absolute; right: .2rem; width: 10%; } /* 阅读页图片列表样式 */ #comic-read .fixed { position: fixed; left: 0; right: 0; top: 0; z-index: 100; background-color: #fff; } #comic-read #read img { width: 100%; } #comic-read .read-img { margin-top:-2px; } #comic-read .read-img:first-child { margin-top:0; } /* 阅读页底部样式 */ .tooltip-bar { height: 0.9rem; line-height: 0.9rem; position: fixed; left: 0; bottom: 0; right: 0; width: 100%; background-color: #fff; } .tooltip-bar::before { display: block; content: ""; border-top: 1px solid #dcdcdc; position: absolute; left: 0; right: 0; top: 0; -webkit-transform: scaleY(.5); -ms-transform: scaleY(.5); transform: scaleY(.5); } .tooltip-bar__row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .tooltip-bar__row .col { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; } .tooltip-bar__row .col button { background-color: transparent; border: 0; font-size: 14px; color: #999; width: 100%; } .tooltip-bar__row .col button .icon-fav { background-image: url(/web/20220318152920im_/http://xmh3bx.cn/images/icon/bottom_icon.png); } .tooltip-bar__row .col button .icon-fav_yes { background-image: url(/web/20220318152920im_/http://xmh3bx.cn/images/icon/bottom_icon_s.png); } .tooltip-bar__row .col button .icon-fav_yes, .tooltip-bar__row .col button .icon-fav { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin-top: -4px; background-size: cover; background-repeat: no-repeat; } /* 阅读页、目录页悬浮图标 */ .circle-box { position: fixed; right: .32rem; bottom: 2rem; z-index: 3; color: #fff; } .circle-box > a.portal { display: -webkit-box; display: -ms-flexbox; font-size: .2rem; font-weight: 300; display: -webkit-flex; display: flex; width: 0.96rem; height: 0.96rem; color: #fff; background-color: rgba(47, 47, 47, 0.7); border-radius: 0.96rem; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; margin-top: 5px; } .circle-box > a.portal i { display: block; width: .4267rem; height: .4267rem; background-size: cover; } .circle-box > a.portal span { margin-top: 3px; } .comic-head{ position: fixed; left: 0; top: 0; right: 0; background: #fff; z-index:10000; display: none; } .read_content_bottom{ display: flex; left:0; right:0; line-height: 0.8rem; margin-top: 0.2rem; font-size: 0.3rem; font-weight: 300; color: #999; } .read_content_bottom_left{ margin: 0 auto; width: 50%; height: 0.8rem; text-align: center; border-right: 0.01rem solid #999; } .read_content_bottom_right{ width: 50%; height: 0.8rem; margin: 0 auto; text-align: center; } /* FILE ARCHIVED ON 15:29:20 Mar 18, 2022 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 19:29:05 Mar 04, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.689 exclusion.robots: 0.041 exclusion.robots.policy: 0.023 esindex: 0.011 cdx.remote: 17.264 LoadShardBlock: 353.772 (3) PetaboxLoader3.datanode: 341.042 (4) load_resource: 199.849 PetaboxLoader3.resolve: 104.215 */