reset
@@ -1,769 +0,0 @@
|
||||
/* 全局控制 */
|
||||
*{margin: 0; padding: 0; list-style: none;}
|
||||
body{color: #9e9e9e; font:14px "Microsoft Yahei", arial,sans-serif; background: #f0f0f0;}
|
||||
|
||||
/* 重置默认样式 */
|
||||
img{border: none;}
|
||||
a,s{text-decoration: none; outline: none; display: inline-block; color: #333;}
|
||||
a:hover{color: #f26552;}
|
||||
input,textarea,select,button{border: none; resize: none; outline: none; font-family: "Microsoft Yahei"; color: #666;}
|
||||
button{cursor: pointer; letter-spacing: 2px; }
|
||||
em,h1,h2,h3,h4,i,b{font-style: normal; font-weight: normal;}
|
||||
em,span,i{display: inline-block;}
|
||||
|
||||
/* 整站内容公共样式 */
|
||||
.content{width: 1100px; margin: 0 auto; overflow: hidden;}
|
||||
|
||||
/* 书名 */
|
||||
.content h3{font-size: 14px;}
|
||||
.content h3 a{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
||||
|
||||
/*作者、简介*/
|
||||
.book_inf{font-size: 12px;}
|
||||
.book_inf .int{height: 34px; overflow: hidden; text-overflow: ellipsis;
|
||||
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
|
||||
.book_inf .aut{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
||||
.book_inf .tag{float: right}
|
||||
|
||||
/* 封面缩放效果 */
|
||||
.book_cov{border: 1px solid #f3f3f3; overflow: hidden; display: block;}
|
||||
.book_cov img{width: 100%; height: 100%; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s;}
|
||||
.book_cov:hover img{transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
|
||||
/* icon路径 */
|
||||
s{background: url(../images/iconC.png) no-repeat;}
|
||||
.vzj{width: 21px; height: 10px; background: url(../images/iconC.png) no-repeat -154px -48px; margin: 10px 22px 0 10px; float: right;}
|
||||
|
||||
/* 公共头部 */
|
||||
.header{width: 100%; height: 80px; background: #fff; margin-bottom: 0px;}
|
||||
.headWrap{width: 1100px; margin: 0 auto;height: 80px; background: #fff;}
|
||||
/* logo */
|
||||
.headWrap h1 , .headWrap h2{width: auto; height: 50px; padding-top: 15px; float: left;}
|
||||
.headWrap h1 a , .headWrap h2 a{width: 100%; height: 50px;font-size: 1.4rem; line-height: 48px;
|
||||
}
|
||||
.headWrap h1 img , .headWrap h2 img {width: 100%; height: 100%;}
|
||||
/*导航 */
|
||||
.headWrap .nav{float: left; margin: 24px 0 0 20px;}
|
||||
.headWrap .nav li{float: left; margin: 0 2px;}
|
||||
.headWrap .nav li a{ width: auto;
|
||||
padding: 0 0.5rem; height: 32px; line-height: 32px; text-align: center; font-size: 16px; color: #6a6a6a; border-radius: 4px;}
|
||||
.headWrap .nav li a:hover{color: #f26552;}
|
||||
.headWrap .nav .on a{background: #f26552; color: #fff;}
|
||||
.headWrap .nav .on a:hover{color: #fff; }
|
||||
/* 搜索和登陆 */
|
||||
.headWrap_r{float: right;}
|
||||
/* 搜索 */
|
||||
.headWrap_r .search{float: left; position: relative; width: 48px; height: 28px; margin-top: 26px; transition: width 0.5s; -moz-transition: width 0.5s; -webkit-transition: width 0.5s; -o-transition: width 0.5s; -ms-transition: width 0.5s;}
|
||||
.headWrap_r .long{width: 248px;}
|
||||
.headWrap_r .long .search_btn s{background-position: -30px 0;}
|
||||
.search_sel{height: 28px; position: absolute; left: 0; padding: 0 5px; visibility: hidden; opacity: 0; transition: opacity 0.5s; -moz-transition: opacity 0.5s; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; -ms-transition: opcity 0.5s;}
|
||||
.headWrap_r .long .search_sel{visibility: visible; opacity: 1;}
|
||||
.search_sel input{width: 180px; height: 26px; line-height: 26px; padding: 0 5px; font-size: 14px;border: 1px solid #f26552;}
|
||||
.headWrap_r .search .search_btn{width: 47px; height: 28px; text-align: center; position: absolute; right: 0; border-right: 1px solid #d2d2d2; background: #fff;}
|
||||
.headWrap_r .search .search_btn s{width: 24px; height: 24px; background-position: 0 0; margin-top: 3px;}
|
||||
.headWrap_r .long .search_btn s{background-position: -30px 0;}
|
||||
.headWrap_r .search .search_btn:hover s{background-position: -30px 0;}
|
||||
|
||||
/* 首页 */
|
||||
.btn_toggle_mod_bang{
|
||||
width: 33px; line-height: 24px; text-align: center; border-radius: 4px; margin-left: 5px; cursor: pointer; font-size: 13px;
|
||||
}
|
||||
|
||||
/* 登陆 */
|
||||
.headWrap_r .login{float: right; position: relative; background: #fff; padding-top: 32px;}
|
||||
.headWrap_r .login .login_before{width: 100px; height: 18px; line-height: 20px; padding-left: 20px; cursor: pointer; display: block;}
|
||||
.headWrap_r .login .login_before s{width: 17px; height: 18px; background-position: -61px 0; margin-right: 5px;}
|
||||
.headWrap_r .login s{float: left;}
|
||||
.headWrap_r .login a{float: left; font-size: 16px; color: #6a6a6a;}
|
||||
.headWrap_r .login .login_before:hover s{background-position: -81px 0;}
|
||||
.headWrap_r .login .login_after{width: 146px; margin: 0 0 0 10px; position: relative; display: none;}
|
||||
.headWrap_r .login .login_after img{float: left; width: 22px; height: 22px; border-radius: 50%; margin-right: 10px;}
|
||||
.headWrap_r .login .login_after a{ font-size: 12px; color: #6a6a6a; max-width: 84px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
||||
.headWrap_r .login .login_after .yh{ padding: 0 10px 0 15px; position: relative; z-index: 100;}
|
||||
.headWrap_r .login .login_after .yh a{margin: 2px 0 0 0;}
|
||||
.headWrap_r .login a:hover{color: #f26552;}
|
||||
.headWrap_r .login_after:hover .xiala{display: block;}
|
||||
.headWrap_r .login_after .xiala{width: 146px; height: 126px; background:#fff; box-shadow: 0 0 5px rgba(0,0,0,0.1); border-radius: 4px; position: absolute; left: 0; top: -14px; z-index: 99; padding-top: 50px; display: none;}
|
||||
.headWrap_r .login_after .xiala li{height: 42px; line-height: 42px; padding: 0 0 0 15px; cursor: pointer;}
|
||||
.headWrap_r .login_after .xiala li:hover{background: #fafafa;}
|
||||
.headWrap_r .login_after .xiala .on{background: #fafafa;}
|
||||
.headWrap_r .login_after .xiala s{width: 14px; height: 14px; margin: 15px 14px 0 5px;}
|
||||
.headWrap_r .login_after .xiala .sj{background-position: -203px 0;}
|
||||
.headWrap_r .login_after .xiala .grzx{background-position: -203px -17px;}
|
||||
.headWrap_r .login_after .xiala .tc{background-position: -203px -35px;}
|
||||
|
||||
/* 公共底部 */
|
||||
.foot{width: 100%; margin-top: 20px; background: #434343;}
|
||||
.foot a{color: #a2a2a2;}
|
||||
.foot a:hover{color: #f26552;}
|
||||
.foot_T{width: 100%; background: url(../images/foot_line.jpg) repeat-x left bottom; padding: 0 0 16px 0;}
|
||||
.foot_T p{font-size: 18px; color: #fff; padding: 30px 0 20px;}
|
||||
.foot_T .tWrap{width: 1100px; margin: 0 auto; overflow: hidden;}
|
||||
.foot_T .tWrap ul li{float: left; margin: 0 26px 10px 0;}
|
||||
.foot_B{padding: 30px 0;}
|
||||
.foot_B p{width: 590px; text-align: center; line-height: 24px; margin: 0 auto; font-size: 12px;}
|
||||
.foot_B .Co{margin: 25px auto 6px;}
|
||||
.foot_B p a{margin: 0 14px;}
|
||||
|
||||
/* 回顶部 */
|
||||
.gotop{position: fixed; bottom: 10px; right: 10px; cursor: pointer; display: none;}
|
||||
|
||||
|
||||
/* 间隔广告横幅 */
|
||||
.content .adv{margin: 20px 0;}
|
||||
.content .adv a{width: 1100px; height: 90px; border: 1px solid #f3f3f3;}
|
||||
.content .adv img{width: 100%; height: 100%;}
|
||||
|
||||
/* 分区大标题 */
|
||||
.area_head{overflow: hidden; margin-bottom: 34px;}
|
||||
.area_head .log_line{width: 402px; height: 2px; background: #f0f0f0; float: left; margin-top: 20px;}
|
||||
.area_head h4{width: 160px; height: 38px; font-size: 28px; margin: 0 50px; float: left; color: #333;}
|
||||
.area_head h4 s{width: 26px; height: 30px; background-position: -1px -26px; margin: 3px 18px 0 0; float: left;}
|
||||
.area_head h4 s.book{background-position: -150px -26px;}
|
||||
|
||||
.pdcon s {background: url(../images/pdIcon.png) no-repeat;}
|
||||
.content .area2{width: 1100px; background: #fff; margin: 0 0 20px 0;}
|
||||
|
||||
.f1{height: 445px; overflow: hidden;}
|
||||
.f1_L{width: 356px; float: left; padding: 34px 25px 0;}
|
||||
.f1_L .tjw{width: 200px; height: 250px; border: 1px solid #f3f3f3; float: left; overflow: hidden;}
|
||||
.f1_L .tjw .book_cov{width: 200px; height: 250px; border: none;}
|
||||
.f1_L ol{ float: right;}
|
||||
.f1_L ol li{width: 88px; height: 35px; line-height: 34px; padding: 0 28px 0 14px; position: relative; background: #fafafa; border: 1px solid #e9e8e8; font-size: 12px; border-radius: 2px; cursor: pointer; margin: 0 0 16px 0;}
|
||||
.f1_L ol li i{max-width: 88px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
||||
.f1_L ol li .arr{width: 10px; height: 17px; background-position: -1px -210px; position: absolute; left: -11px; top: 8px; display: none;}
|
||||
.f1_L ol li .xh{width: 11px; height: 30px; line-height: 17px; padding: 0 0 0 13px; background-position: -27px -165px; position: absolute; top: -1px; right: -1px; color: #fff;}
|
||||
.f1_L ol li:hover{background: #3498DB; border: 1px solid #3498DB; color: #fff;}
|
||||
.f1_L ol li:hover .arr{display: block;}
|
||||
.f1_L ol .on{background: #3498DB; border: 1px solid #3498DB; color: #fff;}
|
||||
.f1_L ol .on .arr{display: block;}
|
||||
.f2_L .book_inf{width: 218px; float: left;}
|
||||
.f1_L h3{text-align: center; padding: 18px 0 16px 0;}
|
||||
.f2_L h3 a{max-width: 218px;}
|
||||
.f1_L .int{height: 50px; overflow: hidden; text-overflow: ellipsis;
|
||||
display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
|
||||
.f1_L .book_inf {float: left; width: 356px;}
|
||||
.md {width: 659px;height: 445px;padding: 20px 0 18px 34px;float: left;border-left: 1px solid #f0f0f0;}
|
||||
.md .bookLink {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
.bookLink a, .rt a {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
color: #999;
|
||||
font-size: 14px;
|
||||
padding-right: 33px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
.md .bookLink a {
|
||||
margin-bottom: 33px!important;
|
||||
}
|
||||
.bookLink a .bookImg, .rt a .bookImg {
|
||||
overflow: hidden;
|
||||
width: 94px;
|
||||
height: 125px;
|
||||
float: left;
|
||||
margin-right: 23px;
|
||||
}
|
||||
.bookLink a img, .rt a img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transition: transform .3s ease-out;
|
||||
}
|
||||
.bookLink a h2, .rt a h2 {
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
margin: 7px 0 6px;
|
||||
}
|
||||
.bookLink a p, .rt a p {
|
||||
font-size: 12px;
|
||||
line-height: 24px;
|
||||
margin-top: 8px;
|
||||
height: 44px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.md .oneLine {
|
||||
position: relative;
|
||||
left: -7px;
|
||||
}
|
||||
.md .oneLine a {
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
margin-bottom: 14px!important;
|
||||
}
|
||||
.md .oneLine a em {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.zdz,.titp{font-size: 16px;}
|
||||
|
||||
/* 热门推荐 */
|
||||
.content .area{width: 1064px; height: 514px; background: #fff; padding: 38px 18px 40px;}
|
||||
.content .site-description{width: 100%;
|
||||
padding: 10px 10px 10px;
|
||||
font-size: 1rem;
|
||||
background: #ffffff;
|
||||
margin: 10px 0;}
|
||||
.f2 .area_head{overflow: hidden; margin-bottom: 15px;}
|
||||
.f2 .f2_list{overflow: hidden; padding: 0 10px;}
|
||||
.f2 .f2_list li{overflow: hidden; width: 122px; margin: 6px 0; float: left; padding: 13px 26px;}
|
||||
.f2 .f2_list .on{box-shadow: 0px 4px 7px rgba(0,0,0,0.3); border-radius: 5px;}
|
||||
.f2 .f2_list li .book_cov{width: 120px; height: 150px;}
|
||||
.f2 .f2_list li .book_inf{text-align: center; margin-top: 8px;}
|
||||
.f2 .f2_list li h3 a{max-width: 120px;}
|
||||
.f2 .f2_list li .aut{max-width: 120px;}
|
||||
|
||||
/* 男女生频道 */
|
||||
/* 男生频道 */
|
||||
.content .f3{height: 604px; padding-bottom: 40px;}
|
||||
.content .f3 .area_head .men{background-position: -30px -27px; margin-top: 5px;}
|
||||
.f3_L{float: left; width: 230px; padding:5px 43px 0 25px;}
|
||||
.f3_L h3{font-size: 24px; height: 80px;}
|
||||
.f3_L h3 a{max-width: 230px;}
|
||||
.f3_L .book_cov{width: 200px; height: 254px; margin: 10px auto 70px; }
|
||||
.f3_L .book_inf{overflow: hidden;}
|
||||
.f3_L .book_inf .book_inf01{height: 66px; margin-bottom: 10px; overflow: hidden;}
|
||||
.f3_L .book_inf span{width: 115px; float: left; margin-bottom: 6px;}
|
||||
.f3_L .book_inf .fr{float: right; width: 84px;}
|
||||
.f3_C{width: 512px; overflow: hidden; border-left: 1px solid #f0f0f0; float: left;}
|
||||
.f3_C ul{overflow: hidden; height: 554px;}
|
||||
.f3_C ul li{width: 170px; height: 261px; padding: 16px 42px 0; border-right: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; float: left;}
|
||||
.f3_C ul .no_bor{border-bottom: none;}
|
||||
.f3_C ul li h3{width: 170px; height: 22px; border-bottom: 1px solid #f0f0f0; margin-bottom: 8px;}
|
||||
.f3_C ul li h3 a{max-width: 160px;}
|
||||
.f3_C ul li .aut{max-width: 108px;}
|
||||
.f3_C ul li .book_cov{width: 100px; height: 125px; margin: 16px auto 10px ;}
|
||||
|
||||
/* 女生频道 */
|
||||
.f3 .area_head .women{background-position: -58px -27px; margin-top: 5px;}
|
||||
|
||||
/*查看更多按钮 */
|
||||
.more{font-size: 12px; display: block; text-align: center;}
|
||||
.more a{color: #ccc;}
|
||||
.more a i{float: left; margin: 0 6px;}
|
||||
.more a s{width: 15px; height: 1px; background-position: -124px 0; float: left; margin-top: 8px;}
|
||||
.more:hover a{color: #f26552;}
|
||||
.more:hover a s{width: 15px; height: 1px; background-position: -124px -1px; float: left;}
|
||||
|
||||
/* 右侧榜单 */
|
||||
.com_R{width: 234px; padding-left: 18px; float: left;}
|
||||
|
||||
/*榜单标题 */
|
||||
.com_R h2{width: 234px; height: 28px; font-size: 16px; color: #333; border-bottom: 1px solid #f0f0f0; font-weight: bold;}
|
||||
.com_R h2 s{width: 22px; height: 17px; background-position: -101px -1px; margin: 2px 10px 0 0; float: left;}
|
||||
|
||||
/* 列表 */
|
||||
.com_R .list_wrap{overflow: hidden;}
|
||||
.com_R .list{padding: 20px 0 4px 0; overflow: hidden;}
|
||||
.com_R .list li{overflow: hidden; margin-bottom: 17px;}
|
||||
.com_R .list li em{float: left; width: 18px; height: 18px; line-height: 17px; text-align: center; border-radius: 50%; background: #d2d2d2; color: #fff; font-size: 12px; margin-right: 8px;}
|
||||
.com_R .list li .red_bg{background: #f26552;}
|
||||
.body-rank-class .com_R .list li .red_bg{background: #ffffff;}
|
||||
.com_R .list li h3{width: 206px;line-height: 16px;}
|
||||
.com_R .list li h3 a{max-width: 206px;}
|
||||
.nv_list .list li h3 a{max-width: 136px;}
|
||||
.com_R .list li .name{float: left;}
|
||||
.com_R .list li .open{ width: 234px; height: 100px; display: none; overflow: hidden; padding-top: 12px;}
|
||||
.com_R .list .lis_sh .open{display: block;}
|
||||
.com_R .list li .book_cov{width: 72px; height: 90px; margin-right: 12px; float: left;}
|
||||
.com_R .list li .book_inf{float: left; padding-bottom: 10px; width: 132px; }
|
||||
.com_R .list li .book_inf .aut{max-width: 132px;}
|
||||
.com_R .list li .book_inf .int{margin-top: 22px;}
|
||||
|
||||
/* 作品更新 */
|
||||
.f4 .area_head{margin-bottom: 24px;}
|
||||
.f4 .area_head .new{width: 30px; background-position: -90px -27px; margin-top: 5px;}
|
||||
|
||||
/* 左 */
|
||||
/* .content .f4{height: 2500px;} */
|
||||
.content .f4{height: auto;}
|
||||
.f4_L{width: 100%;}
|
||||
.f4_L .h_tab{width: 100%; height: 28px; border-bottom: 2px solid #f0f0f0; color: #ccc;}
|
||||
.f4_L .h_tab span{font-size: 16px; cursor: pointer;}
|
||||
.f4_L .h_tab .line{margin: 0 26px;}
|
||||
.f4_L .h_tab s{width: 9px; height: 4px; background-position: -124px -4px; margin: 3px auto 0; display: none;}
|
||||
.f4_L .h_tab .on{color: #333;}
|
||||
.f4_L .h_tab .on s{display: block;}
|
||||
.f4_L .new_list ol ul{height: 46px; line-height: 46px; padding: 0 10px; overflow: hidden;}
|
||||
.f4_L .new_list ol .list_h{ height: 38px; line-height: 38px; background: #fafafa; margin: 20px 0 14px 0; font-size: 12px;}
|
||||
.f4_L .new_list ol ul li{float: left;}
|
||||
.f4_L .new_list ol ul li a{color: #9e9e9e;}
|
||||
.f4_L .new_list ol ul .lb{width: 120px;}
|
||||
.f4_L .new_list ol ul .sm{width: 250px;}
|
||||
.f4_L .new_list ol ul .sm h3{height: 46px;}
|
||||
.f4_L .new_list ol ul .sm h3 a{max-width: 150px; color: #333;}
|
||||
.f4_L .new_list ol ul .gx{width: 385px;}
|
||||
.f4_L .new_list ol ul .gx a{max-width: 210px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: left; }
|
||||
.gx .vzj{margin: 17px 0 0 6px; float: left;}
|
||||
.f4_L .new_list ol ul .zz{width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
||||
.f4_L .new_list ol ul .sj{width: 130px; text-align: right; font-size: 12px;}
|
||||
.f4_L .new_list ol{display: none}
|
||||
.f4_L .new_list .cur{display: block;}
|
||||
.f4_L .new_list ol ul li a:hover{color: #f26552;}
|
||||
|
||||
/* 精品推荐 */
|
||||
.rec{width: 1100px; height: 230px; background: #fff; margin-top: 20px;}
|
||||
.rec .rec_L{width: 74px; height: 200px; border-right: 1px solid #f0f0f0; float: left; margin: 15px 8px 0 0;}
|
||||
.rec .rec_L h2{width: 22px; font-size: 22px; color: #333; word-wrap: break-word; letter-spacing: 20px; margin: 0 auto; padding-top: 40px}
|
||||
.rec .rec_R{float: left;}
|
||||
.rec .rec_R li{padding: 23px 12px 22px; float: left; height: 185px;}
|
||||
.rec .rec_R li .book_cov{width: 100px; height: 125px; margin-bottom: 16px;}
|
||||
.rec .rec_R li .book_inf{text-align: center;}
|
||||
.rec .rec_R h3 a{max-width: 102px;}
|
||||
.rec .rec_R .aut{max-width: 102px;}
|
||||
|
||||
/* 筛选 */
|
||||
.find{background: #fff; width: 1100px;overflow: hidden; margin-bottom: 20px;}
|
||||
.find h1{text-align: center;font-size: 1.2rem;margin-bottom: 1rem;}
|
||||
.find .fi_t{padding: 40px 0; border-bottom: 1px solid #f0f0f0; }
|
||||
.find .boFi{width: 468px; height: 38px; border: 1px solid #8a8a8a; border-radius: 20px; margin: 0 auto; overflow: hidden;}
|
||||
.find .boFi span{float: left; margin: 6px 20px 0 14px;}
|
||||
.find .boFi input{width: 330px; height: 38px; border-right: 1px solid #d8d8d8; color: #666; /* margin-top: 10px; */float: left;}
|
||||
.find .boFi span s{width: 24px; height: 24px; background-position: 0 0;}
|
||||
.find .boFi a{width: 60px; text-align: center; letter-spacing: 2px; font-size: 16px; margin: 7px; float: left; }
|
||||
.find .opt{background: #fff; padding: 18px 42px 14px; overflow: hidden;}
|
||||
.find .opt .optCl{overflow: hidden;}
|
||||
.find .opt .optTit{width: 85px; float: left; color: #333; padding-top: 18px;}
|
||||
.find .opt ul{width: 930px; border-bottom: 1px solid #f0f0f0; overflow: hidden; float: left; padding: 14px 0;}
|
||||
.find .opt ul li{float: left;}
|
||||
.find .opt ul li .optWo{padding-left: 56px;}
|
||||
.find .opt ul li a{padding: 4px 10px; margin: 0 4px 4px; border-radius: 5px; color: #9e9e9e;}
|
||||
.find .opt ul li a:hover{color: #f26552;}
|
||||
.find .opt ul li .on{ padding: 4px 10px; margin: 0 4px; border-radius: 5px; background: #7f6e6e; color: #fff;}
|
||||
.find .opt ul li .on:hover{color: #fff;}
|
||||
.find .opt .no_bor{border-bottom: none;}
|
||||
|
||||
|
||||
|
||||
/*列表*/
|
||||
.result{background: #fff; width: 1100px; overflow: hidden;}
|
||||
.search_tip{text-align: center;}
|
||||
.result ul{overflow: hidden;}
|
||||
.result ul li{padding: 30px 42px; border-bottom: 1px solid #f0f0f0; overflow: hidden;}
|
||||
.result ul li .book_cov{width: 120px; height: 150px; float: left;}
|
||||
.result ul li .book_inf{width: 670px; float: left; overflow: hidden; padding-left: 40px;}
|
||||
.result ul li .book_inf h3{margin-bottom: 10px; font-size: 16px;}
|
||||
.result ul li .book_inf p{line-height: 18px;}
|
||||
.result ul li .book_inf p span{margin-right: 28px;}
|
||||
.result ul li .book_inf p i{margin-right: 6px;}
|
||||
.result ul li .book_inf p b{color: #333;}
|
||||
.result ul li .book_inf .tags{margin: 4px 0 18px 0;}
|
||||
.result ul li .book_inf .int{margin: 6px 0 0 0;}
|
||||
.result ul li .right{float: right; overflow: hidden; width: 170px; text-align: right;}
|
||||
.result ul li .right span{font-size: 12px;}
|
||||
.result ul li .right .btn{width: 116px; height: 30px; text-align: center; line-height: 30px; background: #d2d2d2; border-radius: 2px; color: #fff; float: right; }
|
||||
.result ul li .right .read_btn{margin: 62px 0 10px 0; background: #f26552;}
|
||||
.result ul li .right .read_btn:hover{background: #e5533f;}
|
||||
.result ul li .right .store_btn:hover{background: #c4c4c4;}
|
||||
|
||||
/* 页码切换 */
|
||||
.changepage{padding: 60px 0; text-align: center;}
|
||||
.changepage ul{display: inline-block;}
|
||||
.changepage ul li{float: left; width: 40px; height: 28px; line-height: 28px; text-align: center; background: #f7f7f7; border-radius: 4px; margin: 0 5px; color: #a1a1a1;padding:0;border-bottom:0;}
|
||||
.changepage ul li a{width: 100%;height: 100%}
|
||||
.changepage .sl{line-height: 20px;}
|
||||
.changepage .active{background: #f26552; color: #fff;}
|
||||
.changepage .active:hover{background: #f26552; color: #fff;}
|
||||
|
||||
/* 书的信息 */
|
||||
.info s {background: url(../images/sj_icon.png) no-repeat;float: left;}
|
||||
.info{width: 1100px; height: 460px; background: #fff; margin-bottom: 20px;}
|
||||
.info_box{width: 894px; height: 460px; border-right: 1px solid #f0f0f0; float: left;}
|
||||
.info_L{width: 312px; height: 366px; border-right: 1px solid #f0f0f0; padding-top: 52px; position: relative; float: left;}
|
||||
.info_L .book_cov{width: 200px; height: 250px; margin: 0 auto 44px;position: relative;}
|
||||
.info_L .book_cov i {
|
||||
position: absolute;
|
||||
left: -1.5rem;
|
||||
top: -1.5rem;
|
||||
display: block;
|
||||
margin: 2.125rem 0;
|
||||
width: 5.5rem;
|
||||
height: 1.25rem;
|
||||
line-height: 1.25rem;
|
||||
font-size: 0.75rem;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
transform: rotate(-45deg);
|
||||
-ms-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-webkit-transform: rotate(-45deg);
|
||||
}
|
||||
.info_L .book_cov i.serial {
|
||||
color: #fff;
|
||||
background: #489738;
|
||||
}
|
||||
.info_L .book_cov i.finish {
|
||||
color: #fff;
|
||||
background: #c9142a;
|
||||
}
|
||||
.info_L .state{position: absolute; left: 55px; top: 52px;}
|
||||
.info_L .btn a{width: 100px; height: 28px; border: 1px solid #d2d2d2; border-radius: 4px; line-height: 28px; font-size: 12px; color: #6a6a6a;}
|
||||
.info_L .btn a:hover{background: #d2d2d2; color: #fff;}
|
||||
.info_L .btn .sc s{width: 16px; height: 15px; background-position: -23px 0; margin: 5px 10px 0 12px;}
|
||||
.info_L .btn .sc:hover s{background-position: -40px 0;}
|
||||
.info_L .btn .ysc{background: #d2d2d2; color: #fff;}
|
||||
.info_L .btn .ysc s{background-position: -62px -82px; margin: 6px 10px 0 12px;}
|
||||
.info_L .btn .ysc:hover s{background-position: -62px -82px;}
|
||||
.info_L .btn .xh s{width: 16px; height: 15px; background-position: -58px 0; margin: 6px 10px 0 12px;}
|
||||
.info_L .btn .xh:hover s{background-position: -43px -77px;}
|
||||
.info_L .btn .sc{margin: 0 14px 0 48px;}
|
||||
.info_C{width: 580px; float: left; padding-top: 30px;}
|
||||
.info_C h3{width: 445px; float: left; font-size: 20px;}
|
||||
.info_C h3 a{max-width: 445px;}
|
||||
.info_C .c01 span{font-size: 20px; color: #333; float: right;}
|
||||
.info_C .c01{overflow: hidden; padding: 0 24px 0 16px;}
|
||||
.info_C .c02{padding: 5px 24px 40px 16px;}
|
||||
.info_C .c02 span{float: left;}
|
||||
.info_C .c02 .pfBtn{float: right; color: #f26552;}
|
||||
.info_C .c02 .zz{margin: 0 20px 0 0;}
|
||||
.info_C .c03{height: 85px; padding: 10px 24px 38px 16px; position: relative;/* background: #fff; */ border-bottom: 1px solid #f0f0f0;}
|
||||
.info_C .c03 .c03_box{position: absolute; left: 0; top: 31px; padding: 10px 24px 38px 16px; overflow: hidden; z-index: 1999; background: #fff;}
|
||||
.info_C .c03-jjyd .c03_box{position: absolute; left: 0; top: 31px; padding: 10px 24px 38px 16px; overflow: hidden; z-index: 1998; background: #fff;}
|
||||
.info_C .c03 .jianjie{font-size: 16px; color: #333; margin-bottom: 10px;}
|
||||
.info_C .c03 .jj_con{width: 540px; max-height: 256px; overflow: hidden; line-height: 18px;}
|
||||
.info_C .c03 span{position: absolute; bottom: 6px; right: 24px; color: #ccc; cursor: pointer;}
|
||||
.info_C .c03 span:hover{color: #f26552;}
|
||||
.info_C .c03 span:hover s{background-position: -40px -18px;}
|
||||
.info_C .c03 span s{width: 13px; height: 7px; float: right; margin: 5px 0 0 5px; background-position: -26px -18px;}
|
||||
.info_C .c03 .zk_btn{display: block;}
|
||||
.info_C .c03 .sq_btn{display: none;}
|
||||
.info_C .c03 .sq_btn s{background-position: -54px -18px;}
|
||||
.info_C .c03 .sq_btn:hover s{background-position: -69px -18px;}
|
||||
.info_C .c04{padding: 10px 0 0 0;}
|
||||
.info_C .c04 a{width: 64px; height: 34px; line-height: 34px; text-align: center; background: #d2d2d2; border-radius: 5px; color: #fff; font-size: 14px;}
|
||||
.info_C .c04 .read{margin: 0 12px 0 22px; background: #f26552; width: 100px;}
|
||||
.info_C .c04 .read:hover{background: #e5533f;}
|
||||
.info_C .c04 .mulu:hover{background: #c4c4c4;}
|
||||
/* .info_C .c04 .read:hover{background: #e10808;}
|
||||
.info_C .c04 .mulu:hover{background: #8c8c8c;} */
|
||||
.info_C .c05{width: 508px; font-size: 12px; background: #fbfbfb; margin: 54px auto 0; padding: 15px 15px; color: #666;}
|
||||
.info_C .c05 a{color: #666; margin: 0 20px 0 0;}
|
||||
.info_C .c05 a:hover{color: #f26552;}
|
||||
.info_R{width: 180px; height: 460px; float: right; background: #fafafa; padding: 0 12px 0;}
|
||||
.info_R .inf02{padding: 29px 0;}
|
||||
.info_R .inf02 p{padding: 0 0 0 14px; line-height: 30px; font-size: 12px;}
|
||||
.info_R h4{ color: #333; margin: 0 0 8px 0;}
|
||||
.info_R h4 s{width: 7px; height: 13px; float: right; margin: 3px 0 0 15px; cursor: pointer;}
|
||||
.info_R h4 .qh_L{background-position: 0 -29px;}
|
||||
.info_R h4 .qh_L:hover{background-position: -18px -29px;}
|
||||
.info_R h4 .qh_R{background-position: -9px -29px;}
|
||||
.info_R h4 .qh_R:hover{background-position: -27px -29px;}
|
||||
.info_R .zpzs{width: 180px; height: 102px; overflow: hidden;}
|
||||
.info_R ul{width: 2000px; padding: 10px 0 0 0; overflow: hidden;}
|
||||
.info_R ul li{float: left;}
|
||||
.info_R ul li .book_cov{width: 72px; height: 90px; float: left; margin: 0 14px 0 0;}
|
||||
.info_R ul li .book_inf{float: left; width: 92px;}
|
||||
.info_R ul li .book_inf a{width: 90px; font-size: 14px; margin: 0 0 18px; height: 40px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
|
||||
.info_R .wzp{text-align: center;}
|
||||
.info_R .wzp img{margin: 19px 0 14px 0;}
|
||||
|
||||
/* 内容二 评论 */
|
||||
.info2{width: 1100px; overflow: hidden; background: #fff;}
|
||||
.info2_L{width: 808px; min-height: 1000px; float: left; border-right: 1px solid #f0f0f0; padding: 0 0 44px 0;}
|
||||
.info2_L .pl_tit{height: 34px; border-bottom: 1px solid #f0f0f0; padding: 32px 24px 0 26px;}
|
||||
.info2_L .pl_tit h2{float: left; font-size: 18px; color: #333;}
|
||||
.info2_L .pl_tit h2 i{max-width: 410px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: left;}
|
||||
.info2_L .pl_tit h2 b{float: left;}
|
||||
.sjxq .pl_tit h2{width: 90px;}
|
||||
.info2_L .pl_tit span{float: left; margin-top: 2px;}
|
||||
.info2_L .pl_tit .btn{float: right; width: 80px; height: 24px; line-height: 24px; text-align: center; color: #fff; background: #f26552; font-size: 12px; border-radius: 10px;}
|
||||
.info2_L .pl_tit .btn:hover{background: #e5533f;}
|
||||
.info2_L .pl_con{overflow: hidden;padding: 10px 24px 0 26px;}
|
||||
.info2_L .pl_con ul{overflow: hidden; display: block;}
|
||||
.info2_L .pl_con ul li{padding: 28px 30px 0 26px; position: relative; overflow: hidden; border-bottom: 1px solid #f0f0f0;}
|
||||
/* 更新章节 */
|
||||
.info2_L .zj_con{padding: 20px 48px 30px;}
|
||||
.info2_L .zj_con .zj{color: #f26552;}
|
||||
.info2_L .zj_con .time{float: right; font-size: 12px;}
|
||||
.info2_L .zj_con .zw{padding: 12px 10px 0; line-height: 20px; font-size: 12px; color: #666;}
|
||||
|
||||
/* 右边内容 */
|
||||
.info2_R{width: 250px; float: left; padding: 0 20px;}
|
||||
.info2_R h4{font-size: 16px; color: #333; margin: 26px 0 20px 0;}
|
||||
.info2_R s{background: url(../images/sj_icon.png) no-repeat;float: left;}
|
||||
.info2_R h4 s{width: 9px; height: 13px; background-position: -31px -77px; margin: 4px 8px 0 0;}
|
||||
|
||||
.info2_C{width:262px;overflow: hidden;}
|
||||
.info2_C li{overflow: hidden; margin-bottom: 23px;}
|
||||
.info2_C li h3{width: 262px; border-bottom: 1px solid #f0f0f0; height: 24px; margin-bottom: 4px;}
|
||||
.info2_C li h3 a{max-width: 260px;}
|
||||
.info2_C li .book_cov{float: left; width: 60px; height: 75px; margin: 0 14px 0 4px;}
|
||||
.info2_C li .book_inf{float: right; width: 176px; margin-right:4px;}
|
||||
.info2_C li .book_inf span{margin-top: 2px;}
|
||||
.info2_C li .book_inf .aut{max-width: 120px; }
|
||||
.info2_C li .book_inf .int{margin-top:22px;}
|
||||
|
||||
/*章节列表*/
|
||||
.con_box{padding: 0 50px; overflow: hidden;background: #fff;font-size: 12px;}
|
||||
.con_box .top{text-align: center; margin-bottom: 58px;}
|
||||
.con_box h1{font-size: 20px; font-weight: 600; margin: 45px 0 12px 0;}
|
||||
.con_box .fenlei{overflow: hidden; margin: 0 0 20px 0;}
|
||||
.con_box .fenlei .tit{width: 998px; height: 34px; border: 1px solid #f0f0f0; font-size: 14px; line-height: 34px; color: #333;}
|
||||
.con_box .fenlei .tit span{width: 4px; height: 14px; background: #f26552; margin: 10px 10px 0 10px; float: left;}
|
||||
.con_box .fenlei .tit s{float: right; background: url(../images/shuji/sj_icon.png) no-repeat; width: 10px; height: 10px; background-position: -49px -73px; margin: 16px 10px 0 0; cursor: pointer;}
|
||||
.con_box .show .tit s{margin: 10px 10px 0 0; background-position: -64px -70px;}
|
||||
.fL_con{width: 1000px; padding: 28px 0 50px 0; overflow: hidden;}
|
||||
.fL_con ul li{float: left; width: 23%; height: 48px; line-height: 48px; border-bottom: 1px dashed #f0f0f0; padding: 0 10px;}
|
||||
.fL_con ul li h2{font-size:0.8rem}
|
||||
.fL_con ul li a{ max-width: 190px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
||||
.fL_con ul li a,.ydts a{color: #9e9e9e;}
|
||||
.fL_con ul li a:hover,.ydts a:hover{color: #f26552;}
|
||||
.fL_con ul li .vzj{margin: 19px 10px 0 0;}
|
||||
.ydts{border-top: 1px solid #f0f0f0; padding: 0 50px 50px}
|
||||
.ydts p{line-height: 20px; color: #c0c0c0;}
|
||||
.ydts .ts{margin: 20px 0 10px 0;}
|
||||
|
||||
/*排行*/
|
||||
.content_back{overflow: hidden; background: #fff; }
|
||||
.rank_bt{width: 1030px; height: 45px; border-bottom: 2px solid #f0f0f0; overflow: hidden; padding: 35px 20px 0 50px; font-size: 20px; }
|
||||
.rank_bt .all_btn{width: 72px; height: 24px; text-align: center; line-height: 24px; border-radius: 4px; font-size: 12px; color: #fff; float: right; background: #7f6e6e;}
|
||||
|
||||
/* 各大榜单 */
|
||||
.ki_li{overflow: hidden;}
|
||||
.ki_li .com_R{width: 326px; overflow: hidden; padding: 20px 20px 0; font-size: 12px; border-bottom: 1px solid #f0f0f0;}
|
||||
.ki_li .com_R .list_tit{overflow: hidden;}
|
||||
.ki_li .com_R h2{width: 220px; font-size: 18px; font-weight: normal; border: none; float: left;}
|
||||
.ki_li .com_R h2 s{width: 9px; height: 17px; background-position: -141px -9px;}
|
||||
.ki_li .com_R h2 .or{background-position: -141px -26px;}
|
||||
.ki_li .com_R h2 .bl{background-position: -141px -43px;}
|
||||
.ki_li .com_R .list_tit span{width: 42px; height: 24px; line-height: 24px; text-align: center; color: #333; border-radius: 4px; float: left; margin-left: 10px; cursor: pointer;}
|
||||
.ki_li .com_R .list_tit .show{color: #fff; background: #c4c4c4;}
|
||||
.ki_li .com_R .list_wrap{width: 326px; overflow: hidden;}
|
||||
.ki_li .com_R .list_wrap .swi{width: 1000px; overflow: hidden;}
|
||||
.ki_li .com_R ol{width: 326px; overflow: hidden; border-bottom: 1px solid #f0f0f0; float: left;}
|
||||
.ki_li .com_R ol li em{background: none; color: #9e9e9e; margin-right: 10px;}
|
||||
.ki_li .com_R ol li h3{/*font-size: 12px; */width: 220px;}
|
||||
.ki_li .com_R ol li h3 a{max-width: 200px;}
|
||||
.ki_li .com_R ol li i{float: right;}
|
||||
.ki_li .com_R ol li .open{width: 302px; height: 102px; padding: 10px 12px; margin-top: 8px; background: #fdfcfc; overflow: hidden;}
|
||||
.ki_li .com_R ol li .open .book_cov{width: 80px; height: 100px;}
|
||||
.ki_li .com_R ol li .book_inf{margin-left: 16px; text-align: left; width: 190px;}
|
||||
.ki_li .com_R ol li .book_inf .aut{width: 192px;}
|
||||
.ki_li .com_R ol li .book_inf .int{height: 48px; overflow: hidden; text-overflow: ellipsis;
|
||||
display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 16px;}
|
||||
.ki_li .com_R .more{padding: 20px 0 30px 0;}
|
||||
.ki_li .com_bd{border-left: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; width: 324px;}
|
||||
|
||||
/* 二级排行榜 */
|
||||
.rank02_con{width: 1100px; margin: 0 auto; overflow: hidden;}
|
||||
.rank02_con h2{width: 186px; height: 38px; font-size: 28px; margin: 0 auto; color: #333; padding: 10px 0 30px 0;}
|
||||
.rank02_con h2 s{width: 28px; height: 25px; background-position: -160px 0; margin: 8px 18px 0 0; float: left;}
|
||||
.rank02_con .tab_tit{ height: 40px; background: #fff;}
|
||||
.rank02_con .tab_tit .tab_b{height: 40px; line-height: 40px; padding: 0 0 0 50px; font-size: 12px; overflow: hidden;}
|
||||
.rank02_con .tab_tit .tab_b a{color: #9e9e9e; margin-right: 30px;}
|
||||
.rank02_con .tab_tit .tab_b a:hover{color: #f26552;}
|
||||
.rank02_con .tab_tit .tab_b .select{color: #f26552;}
|
||||
.rank02_con .tab_tit .tab_b p{float: left;}
|
||||
.rank02_con .whole{overflow: hidden; background: #fff; margin-top: 24px;}
|
||||
.rank02_con .whole ol{overflow: hidden; padding-bottom: 20px;}
|
||||
.rank02_con .whole ol li{overflow: hidden;}
|
||||
.rank02_con .whole ol li a{color: #9e9e9e;}
|
||||
.rank02_con .whole ol li ul{padding: 0 40px; height: 40px;/* line-height: 40px; */}
|
||||
.rank02_con .whole ol li .list_h{height: 38px; line-height: 38px; padding-top: 18px; border-bottom: 1px solid #f0f0f0; font-size: 12px; margin-bottom: 30px;}
|
||||
.rank02_con .whole ul li{float: left;}
|
||||
.rank02_con .whole ol li .pm{width: 30px; text-align: center; margin-right: 40px;}
|
||||
.rank02_con .whole ol li .lb{width: 120px;}
|
||||
.rank02_con .whole ol li .sm{width: 310px;}
|
||||
.rank02_con .whole ol li .sm h3{height: 40px}
|
||||
.rank02_con .whole ol li .sm a{max-width: 300px; font-size: 14px; color: #333;/* overflow: hidden; white-space: nowrap; text-overflow: ellipsis; */}
|
||||
.rank02_con .whole ol li .gx{width: 310px;}
|
||||
.rank02_con .whole ol li .gx a{max-width: 250px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: left;}
|
||||
.rank02_con .whole ol li .gx s{float: left; margin: 5px 0 0 6px;}
|
||||
.rank02_con .whole ol li .zz{width: 140px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
||||
.rank02_con .whole ol li .rq{width: 70px; text-align: right;}
|
||||
.rank02_con .whole ol li a:hover{color: #f26552;}
|
||||
|
||||
.newslist {background: #fff;width: 1100px;overflow: hidden;}
|
||||
.newslist ul li {padding: 30px 42px;border-bottom: 1px solid #f0f0f0;overflow: hidden;}
|
||||
.zlIntro {width: 820px;float: left;}
|
||||
.zlIntro h2 {font-size: 16px;}
|
||||
.zlIntro p {font-size: 13px;line-height: 24px;height: 48px;margin: 10px 0 5px;color: #9e9e9e;overflow: hidden;text-overflow: ellipsis;}
|
||||
.f-pos-r {color: #333;font-size: 12px;position: relative;}
|
||||
.zlIntro div.u-newsList-browse {display: inline-block;}
|
||||
.zlIntro div.u-newsList-time {position: absolute;right: 40px;display: inline-block;}
|
||||
.zlIntro div.u-newsList-time i {width: 13px;height: 13px;background-image: url(../images/time.png);background-position: -2px -3px;display: inline-block;vertical-align: text-bottom;margin-right: 5px;}
|
||||
.zlIntro div.u-newsList-browse i {width: 13px;height: 13px;background-image: url(../images/look.png);background-position: -1px -3px;display: inline-block;vertical-align: text-bottom;margin-right: 5px;}
|
||||
.newslist img {width: 196px;height: 110px;float: right;display: block;}
|
||||
|
||||
.info2_L .news{padding: 35px 38px 0 42px;}
|
||||
.info2_L .news .ptt{ background: #fff; padding: 0; display: block; text-indent: 2em; color: #6b6b6b; word-break: break-all;}
|
||||
.info2_L .news .comC .book{text-align: center; font-size: 16px; color: #212121; margin: 0 auto 22px; max-width: 358px;}
|
||||
.info2_L .news .comC .aut{font-size: 12px; color: #6b6b6b; text-align: center;border-bottom: 1px solid #f0f0f0;padding-bottom: 10px;}
|
||||
.info2_L .news .comC .aut div.u-newsList-time {display: inline-block;margin-left: 50px;}
|
||||
.info2_L .news .comC .aut div.u-newsList-time i {width: 13px;height: 13px;background-image: url(../images/time.png);background-position: -2px -3px;display: inline-block;vertical-align: text-bottom;margin-right: 5px;}
|
||||
.info2_L .news .comC .aut div.u-newsList-browse {display: inline-block;}
|
||||
.info2_L .news .comC .aut div.u-newsList-browse i {width: 13px;height: 13px;background-image: url(../images/look.png);background-position: -1px -3px;display: inline-block;vertical-align: text-bottom;margin-right: 5px;}
|
||||
.info2_L .news .comC .int{padding-top: 18px;line-height: 24px; word-break: break-all;color: #6b6b6b;}
|
||||
.info2_L .news .comC .int img {max-width: 90%;margin: 20px auto;display: block;}
|
||||
|
||||
.info2_L .news .comB{position: relative; margin-top: 20px;}
|
||||
.info2_L .news .comB .rbtn{float: right; position: relative;}
|
||||
.info2_L .news .comB .rbtn a{float: left;}
|
||||
.info2_L .news .comB .rbtn img{width: 12px; height: 12px; margin: 4px 4px 0 0; float: left;}
|
||||
.info2_L .news .comB .rbtn a i{float: left;color: #9e9e9e;font-size: 12px;}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* 面包屑容器 -----------------------------start */
|
||||
|
||||
/* 面包屑容器 */
|
||||
.breadcrumb {
|
||||
font-family: Arial, sans-serif;
|
||||
padding: 10px 15px;
|
||||
background-color: #ffffff;
|
||||
border-radius: 5px;
|
||||
margin: 10px 0;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
/* 有序列表样式 */
|
||||
.breadcrumb ol {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* 面包屑项 */
|
||||
.breadcrumb-item {
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* 链接样式 */
|
||||
.breadcrumb-item a {
|
||||
text-decoration: none;
|
||||
color: #007bff;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.breadcrumb-item a:hover {
|
||||
color: #0056b3;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* 分隔符 */
|
||||
.breadcrumb-item + .breadcrumb-item::before {
|
||||
content: ">";
|
||||
margin: 0 8px;
|
||||
color: #999;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* 当前页面样式 */
|
||||
.breadcrumb-item.active {
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* 响应式调整 */
|
||||
@media (max-width: 768px) {
|
||||
.breadcrumb {
|
||||
padding: 8px 10px;
|
||||
}
|
||||
.breadcrumb-item {
|
||||
font-size: 12px;
|
||||
}
|
||||
.breadcrumb-item + .breadcrumb-item::before {
|
||||
margin: 0 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 面包屑容器 -----------------------------end */
|
||||
|
||||
|
||||
/* 分页----------------------------start */
|
||||
.page_num {
|
||||
/* 基本容器样式 */
|
||||
width: 100%;
|
||||
max-width: 1200px; /* 最大宽度限制 */
|
||||
margin: 20px auto; /* 居中并添加外边距 */
|
||||
padding: 0 15px; /* 左右内边距 */
|
||||
box-sizing: border-box;
|
||||
|
||||
/* flex布局实现自适应 */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 15px; /* 元素间距 */
|
||||
}
|
||||
|
||||
/* 上一页和下一页链接样式 */
|
||||
.z, .y {
|
||||
text-decoration: none;
|
||||
padding: 8px 15px;
|
||||
background-color: #f5f5f5;
|
||||
color: #333;
|
||||
border-radius: 4px;
|
||||
transition: all 0.3s ease;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* hover效果 */
|
||||
.z:hover, .y:hover {
|
||||
background-color: #e0e0e0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* select下拉框样式 */
|
||||
.page_num select {
|
||||
padding: 8px 12px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
background-color: white;
|
||||
font-size: 14px;
|
||||
min-width: 120px;
|
||||
cursor: pointer;
|
||||
appearance: none; /* 移除默认箭头 */
|
||||
background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 8px center;
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
/* 焦点状态 */
|
||||
.page_num select:focus {
|
||||
outline: none;
|
||||
border-color: #666;
|
||||
}
|
||||
|
||||
/* 响应式设计 */
|
||||
@media screen and (max-width: 768px) {
|
||||
.page_num {
|
||||
gap: 10px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.z, .y {
|
||||
padding: 6px 12px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.page_num select {
|
||||
font-size: 13px;
|
||||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.page_num {
|
||||
flex-wrap: wrap; /* 小屏幕时允许换行 */
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.z, .y {
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.page_num select {
|
||||
font-size: 12px;
|
||||
min-width: 120px;
|
||||
}
|
||||
}
|
||||
/* 分页----------------------------end-------------------------------------- */
|
||||
|
Before Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 43 B |
|
Before Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 6.0 KiB |
@@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<head><title>404 Not Found</title></head>
|
||||
<body>
|
||||
<center><h1>404 Not Found</h1></center>
|
||||
<hr><center>nginx</center>
|
||||
</body>
|
||||
</html>
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
@@ -1,209 +0,0 @@
|
||||
var zy = {};
|
||||
|
||||
//头部搜索
|
||||
zy.top_search_init = function () {
|
||||
var mod = $('#mod_top_search');
|
||||
var input = mod.find('input:eq(0)');
|
||||
mod.find('a.search_btn:eq(0)').on('click', function () {
|
||||
if (mod.hasClass('long')) {
|
||||
var keyword = input.val();
|
||||
var url = input.attr('url');
|
||||
if (keyword != '') {
|
||||
if (url.indexOf('?') != -1){
|
||||
url=url +'&keyword='+ keyword;
|
||||
}else{
|
||||
url=url +'?keyword='+ keyword;
|
||||
}
|
||||
$(this).attr('href', url);
|
||||
window.location.href = url;
|
||||
return true;
|
||||
}
|
||||
mod.removeClass('long');
|
||||
}
|
||||
else {
|
||||
mod.addClass('long');
|
||||
}
|
||||
return false;
|
||||
});
|
||||
input.on('keyup', function (e) {
|
||||
if (e.keyCode == 13) { mod.find('a.search_btn:eq(0)').click(); }
|
||||
})
|
||||
};
|
||||
|
||||
zy.back_top = function () {
|
||||
var btn_back_up = $('#btn_back_top');
|
||||
var $left = ($(window).width() + 1100)/2 + 20;
|
||||
$(window).bind({
|
||||
'resize': function () {
|
||||
btn_back_up.css('left', $left);
|
||||
},
|
||||
'scroll': function () {
|
||||
if ($(window).scrollTop() > 0) {
|
||||
btn_back_up.css('left', $left).fadeIn(300);
|
||||
} else {
|
||||
btn_back_up.stop(false, true).fadeOut(300);
|
||||
}
|
||||
}
|
||||
});
|
||||
btn_back_up.find('img').on({
|
||||
'click': function () {
|
||||
$('body, html').animate({scrollTop: 0}, 200);
|
||||
},
|
||||
'mouseover': function () {
|
||||
$(this).attr('ysrc', function () {
|
||||
return $(this).attr('src');
|
||||
}).attr('src', function () {
|
||||
return $(this).data('src');
|
||||
});
|
||||
},
|
||||
'mouseout': function () {
|
||||
$(this).attr('src', function () {
|
||||
return $(this).attr('ysrc');
|
||||
});
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
zy.lazyload_init = function (selector, options) {
|
||||
if (!selector) {
|
||||
selector = 'img.lazyload, img.lazyload_book_cover, img.lazyload_avatar';
|
||||
}
|
||||
options = $.extend({data_attribute: 'src', failure_limit: 10, effect: 'fadeIn'}, options ? options : {});
|
||||
$(selector).lazyload(options);
|
||||
};
|
||||
|
||||
$(function () {
|
||||
|
||||
// zy.lazyload_init();
|
||||
|
||||
zy.back_top();
|
||||
|
||||
zy.top_search_init();
|
||||
|
||||
|
||||
if($('#btn_index_lb_nv').length > 0){
|
||||
//轮播
|
||||
$('#btn_index_lb_nv li').on('mouseover', function () {
|
||||
var index = $(this).index();
|
||||
$(this).addClass('on').siblings('li').removeClass('on');
|
||||
var pic = $('#mod_index_lb_nv_pic li:eq(' + index + ')');
|
||||
var url = pic.find('a').attr('href');
|
||||
var title = pic.find('a').attr('title');
|
||||
var desc = $(this).data('desc');
|
||||
pic.show().find('img').trigger('lb').end().siblings('li').hide();
|
||||
$('#mod_index_lb_nv_txt').find('a').text(title).attr('title', title).attr('href', url)
|
||||
.end().find('p').text(desc);
|
||||
}).eq(0).mouseover();
|
||||
|
||||
setInterval(function () {
|
||||
var cur_index = $('#btn_index_lb_nv').find('li.on').index();
|
||||
var next_index = cur_index == $('#btn_index_lb_nv').find('li').length - 1 ? 0 : cur_index + 1;
|
||||
$('#btn_index_lb_nv').find('li:eq(' + next_index + ')').mouseover();
|
||||
}, 3000);
|
||||
}
|
||||
|
||||
|
||||
$('#mod_login_after').on({
|
||||
'mouseover': function () {
|
||||
$(this).children('ul').show();
|
||||
},
|
||||
'mouseout': function () {
|
||||
$(this).children('ul').hide();
|
||||
}
|
||||
});
|
||||
|
||||
//热门推荐
|
||||
$('[mod="hot_tj"] li').on({
|
||||
'mouseover': function () {
|
||||
$(this).addClass('on')
|
||||
},
|
||||
'mouseout': function () {
|
||||
$(this).removeClass('on');
|
||||
}
|
||||
});
|
||||
|
||||
//作品更新
|
||||
$('div[mod="btn_book_class"] span').on('click', function () {
|
||||
$(this).addClass('on').siblings('span').removeClass('on');
|
||||
$(this).parent().next().children('ol:eq(' + ($(this).index() == 2 ? 1 : 0) + ')').addClass('cur').siblings().removeClass('cur');
|
||||
}).eq(0).click();
|
||||
|
||||
//榜单
|
||||
$('[mod=rank_data_list] li').on('mouseover', function () {
|
||||
$(this).addClass('lis_sh').siblings('li').removeClass('lis_sh');
|
||||
});
|
||||
|
||||
$('.btn_toggle_mod_bang').on('mouseover', function () {
|
||||
$(this).css({background: '#c4c4c4', color: '#fff'}).siblings('span').css({background: '#fff', color: '#333'});
|
||||
$(this).parent().parent().children('div:eq(' + ($(this).index()-1) + ')').show().siblings('div').hide();
|
||||
});
|
||||
|
||||
//搜索
|
||||
$('[btn=search_keyword]').on('click', function () {
|
||||
var keyword = $('input[name=search_keyword]').val();
|
||||
var url = $('input[name=search_keyword]').attr('url');
|
||||
if (keyword != '') {
|
||||
if (url.indexOf('?') != -1){
|
||||
url=url +'&keyword='+ keyword;
|
||||
}else{
|
||||
url=url +'?keyword='+ keyword;
|
||||
}
|
||||
$(this).attr('href', url);
|
||||
window.location.href = url;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
});
|
||||
//回车搜索
|
||||
$('input[name=search_keyword]').on('keyup', function (e) {
|
||||
if (e.keyCode == 13) {
|
||||
$('[btn=search_keyword]').click();
|
||||
}
|
||||
});
|
||||
|
||||
//详情页作品介绍展开/收起
|
||||
var mod_desc = $('#book_desc');
|
||||
var height = mod_desc.height();
|
||||
var min_height = 54, max_height = 180;
|
||||
if (height > min_height) {
|
||||
mod_desc.css({height: min_height + 'px'}).next().show().on('click', function () {
|
||||
$(this).hide().next().show().end().prev().animate({height: (height < max_height ? max_height : height) + 'px'}, 200);
|
||||
}).next().on('click', function () {
|
||||
$(this).hide().prev().show().prev().animate({height: min_height + 'px'}, 200);//.css({height: '90px'});
|
||||
});
|
||||
}
|
||||
|
||||
//详情页作品介绍展开/收起
|
||||
var mod_desc2 = $('#book_desc2');
|
||||
var height2 = mod_desc2.height();
|
||||
var min_height2 = 54, max_height2 = 180;
|
||||
if (height2 > min_height2) {
|
||||
mod_desc2.css({height: min_height2 + 'px'}).next().show().on('click', function () {
|
||||
$(this).hide().next().show().end().prev().animate({height: (height2 < max_height2 ? max_height2 : height2) + 'px'}, 200);
|
||||
}).next().on('click', function () {
|
||||
$(this).hide().prev().show().prev().animate({height: min_height2 + 'px'}, 200);//.css({height: '90px'});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
//详情页作者其他作品
|
||||
$('#mod_other_book_list s').on({'click': function () {
|
||||
var is_left = $(this).hasClass('qh_L');
|
||||
var is_right = $(this).hasClass('qh_R');
|
||||
if (is_left || is_right) {
|
||||
var ul = $('#mod_other_book_list ul');
|
||||
var width = ul.find('li:eq(0)').outerWidth(true);
|
||||
var len = ul.find('li').length;
|
||||
var page = ul.data('page') ? Number(ul.data('page')) : 1;
|
||||
if (is_left) {
|
||||
page = page <= 1 ? 1 : page - 1;
|
||||
} else {
|
||||
page = page >= len ? len : page + 1;
|
||||
}
|
||||
var _left = -width*(page-1);
|
||||
ul.data('page', page).css({'position': 'relative'}).animate({left: _left}, 300);
|
||||
}
|
||||
},
|
||||
'selectstart': function () { return false; }});
|
||||
|
||||
});
|
||||
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
@@ -1,71 +0,0 @@
|
||||
$(function(){
|
||||
//首页
|
||||
$(".icon-home").bind("click",function(){
|
||||
window.location.href="/";
|
||||
});
|
||||
//回到顶部
|
||||
$(".totop").bind("click",function(){
|
||||
$('body,html').animate({
|
||||
scrollTop: 0
|
||||
}, 1000);
|
||||
return false;
|
||||
});
|
||||
//搜索
|
||||
$(".icon-search").bind("click",function(event){
|
||||
$(".menu").removeClass("show");
|
||||
$(".search").toggleClass("show")
|
||||
event.stopPropagation();
|
||||
$(document).bind("click",function(event){
|
||||
if (!$('.search-panel').is(event.target) && $('.search-panel').has(event.target).length === 0) {
|
||||
$(".search").removeClass("show");
|
||||
}
|
||||
});
|
||||
});
|
||||
//菜单
|
||||
$(".icon-menu").bind("click",function(){
|
||||
$(".search").removeClass("show");
|
||||
$(".menu").toggleClass("show")
|
||||
event.stopPropagation();
|
||||
$(document).bind("click",function(event){
|
||||
if (!$('.menu-panel').is(event.target) && $('.menu-panel').has(event.target).length === 0) {
|
||||
$(".menu").removeClass("show");
|
||||
}
|
||||
});
|
||||
});
|
||||
//目录
|
||||
|
||||
$(".btn-bookshelf").bind("click",function(){
|
||||
if (($(".bookshelf-mask").hasClass("show")) && $(".bookshelf-panel").hasClass("show")) {
|
||||
$(".bookshelf-panel").removeClass("show");
|
||||
$(".bookshelf-mask").removeClass("show");
|
||||
}
|
||||
else {
|
||||
$(".bookshelf-panel").addClass("show");
|
||||
$(".bookshelf-mask").addClass("show");
|
||||
}
|
||||
});
|
||||
$(".bookshelf-mask").bind("click",function(){
|
||||
$(".bookshelf-panel").removeClass("show");
|
||||
$(".bookshelf-mask").removeClass("show");
|
||||
});
|
||||
$(".bookshelf-set").on("click", function() {
|
||||
$(".bookshelf-panel").removeClass("show");
|
||||
$(".bookshelf-mask").removeClass("show");
|
||||
});
|
||||
|
||||
//选项卡切换
|
||||
$(".mod-tabs ol li").bind("click",function(){
|
||||
var index = $(this).index();
|
||||
$(this).addClass("on").siblings("li").removeClass("on");
|
||||
$(".mod-body").eq(index).show().siblings(".mod-body").hide();
|
||||
});
|
||||
|
||||
var $review = $(".review-list ul");
|
||||
if ($review.children("li").length > 5) {
|
||||
$review.children("li").slice(5).css("display","none");
|
||||
$(".review-more").bind("click",function(){
|
||||
$(this).css("display","none");
|
||||
$review.children("li").slice(5).css("display","block");
|
||||
});
|
||||
}
|
||||
});
|
||||
@@ -1,76 +0,0 @@
|
||||
// $(function(){
|
||||
// add_bookshelf=function(){
|
||||
// if(user_id>0){
|
||||
// $.get("/user/bookshelf/add",{novel_id:book_id},function(data){
|
||||
// if(view.mold=="web"){
|
||||
// layer.msg(data.msg);
|
||||
// }else{
|
||||
// layer.open({content: data.msg, skin: 'msg',time: 2});
|
||||
// }
|
||||
// });
|
||||
// }else{
|
||||
// if(view.mold=="web"){
|
||||
// layer.msg("请先登录后在加入书架!");
|
||||
// }else{
|
||||
// layer.open({content: "请先登录后在加入书架!",skin: 'msg',time: 2});
|
||||
// }
|
||||
// }
|
||||
// };
|
||||
// digg=function(id,digg,type){
|
||||
// $.get("/home/"+type+"/digg",{id:id,digg:digg},function(data){
|
||||
// if(data.code==0){
|
||||
// if(view.mold=="web"){
|
||||
// layer.msg(data.msg,{icon: 0});
|
||||
// }else{
|
||||
// layer.open({content: data.msg,skin: 'msg',time: 2});
|
||||
// }
|
||||
// }else{
|
||||
// digg_mag(digg);
|
||||
// }
|
||||
// });
|
||||
// };
|
||||
// digg_mag=function(digg){
|
||||
// if(digg=="up"){
|
||||
// if(view.mold=="web"){
|
||||
// layer.msg("+1",{icon: 6});
|
||||
// }else{
|
||||
// layer.open({content: "+1",skin: 'msg',time: 2});
|
||||
// }
|
||||
// }else{
|
||||
// if(view.mold=="web"){
|
||||
// layer.msg("+1",{icon: 5});
|
||||
// }else{
|
||||
// layer.open({content: "+1",skin: 'msg',time: 2});
|
||||
// }
|
||||
// }
|
||||
// };
|
||||
|
||||
// source=function(){
|
||||
// if(typeof book_id!=="undefined"){
|
||||
// if(serialize==0){
|
||||
// $.get("/api/source/index",{id:book_id},function(data){
|
||||
// if(view.controller=='novel' && view.action=='index' && data){
|
||||
// if(view.mold=="web"){
|
||||
// layer.msg('章节已经更新,将自动刷新!',function(){
|
||||
// window.location.reload();
|
||||
// });
|
||||
// }else{
|
||||
// layer.open({content: '章节已经更新,将自动刷新!',skin: 'msg',time: 2,end: function(){
|
||||
// window.location.reload();
|
||||
// }});
|
||||
// }
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
// if(view.controller=='chapter' && view.action=='index'){
|
||||
// $.get("/api/save_chapter/index",{id:book.chapter.source_id,key:book.chapter.id});
|
||||
// }
|
||||
// }
|
||||
// };
|
||||
// source();
|
||||
|
||||
// crontab=function(){
|
||||
// //$.get("/api/crontab/index");
|
||||
// };
|
||||
// crontab();
|
||||
// })
|
||||