• html在线阅读小说网页制作模板 小说书籍网页设计 大学生静态HTML网页源码 dreamweaver网页作业 简单网页课程成品


    🎉精彩专栏推荐 💭文末获取联系
    ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
    💂 作者主页: 【主页——🚀获取更多优质源码】
    🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
    🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
    🌎超炫酷的Echarts大屏可视化源码【🔰 Echarts大屏展示大数据平台可视化(150套) 】
    🔖 HTML+CSS+JS实例代码: 【🗂️HTML+CSS+JS实例代码 (炫酷特效网页代码) 继续更新中…】
    🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
    🥇 关于作者: 💬历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!



    一、👨‍🎓网站题目

    🏫 校园网页设计 、学校班级网页制作、学校官网、小说书籍、等网站的设计与制作。


    二、✍️网站描述

    🏷️HTML静态网页设计作业使用dreamweaver制作,采用DIV+CSS布局,共有多个页面,首页使用CSS排版比较丰富,色彩鲜明有活力。顶部导航及底部区域背景色为100%宽度,主体内容区域宽度

    🏅 一套优质的💯网页设计应该包含 (具体可根据个人要求而定)

    1. 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。
    2. 所有页面相互超链接,可到三级页面,有5-10个页面组成。
    3. 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。
    4. 菜单美观、醒目,二级菜单可正常弹出与跳转。
    5. 要有JS特效,如定时切换和手动切换图片轮播。
    6. 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。
    7. 页面清爽、美观、大方,不雷同。 。
    8. 不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。

    三、📚网站介绍

    📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。

    📓网站程序方面:计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。

    📘网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用PS做出适合网页尺寸的图片。

    📒网站文件方面:网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;

    📙网页编辑方面:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++ 等任意html编辑软件进行运行及修改编辑等操作)。
    其中:
    (1)📜html文件包含:其中index.html是首页、其他html为二级页面;
    (2)📑 css文件包含:css全部页面样式,文字滚动, 图片放大等;
    (3)📄 js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。


    四、🌐网站演示

    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述


    五、⚙️ 网站代码

    🧱HTML结构代码

    
    DOCTYPE html>
    <html>
    	<head>
    		<meta charset="UTF-8">
    		<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0" />
    		<meta name="format-detection" content="telephone=no, email=no, date=no, address=no">
    		<meta name="apple-mobile-web-app-capable" content="yes">
    		<meta http-equiv="Pragma" content="no-cache">
    		<meta name="apple-mobile-web-app-status-bar-style" content="black">
    		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    		<meta name="format-detection" content="telephone=no" />
    		<meta name="apple-mobile-web-app-capable" content="yes" />
    		<meta content="black" name="apple-mobile-web-app-status-bar-style">
    		<link rel="stylesheet" href="css/bootstrap.min.css" />
    		<link rel="stylesheet" href="css/bootstrap-theme.min.css" />
    		<link rel="stylesheet" href="css/style.css" />
    		<script type="text/javascript" src="js/ydui.flexible.js" >script>
    		<script type="text/javascript" src="js/style.js" >script>
    		<script type="text/javascript" src="js/jquery-1.10.1.min.js" >script>
    		<script type="text/javascript" src="js/bootstrap.min.js" >script>
    		<title>首页title>
    	head>
    	<body>
    		<header class="navbar navbar-static-top bs-docs-nav header-top-nav" id="header-top">
    			<div class="integral-bgheader" id="integral-bgheader">div>
      <div class="container">
        <div class="navbar-header">
          
          <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false">
            <span class="icon-bar">span>
            <span class="icon-bar">span>
            <span class="icon-bar">span>
          button>  
          <button class="navbar-toggle collapsed search-btn" type="button" data-toggle="collapse" data-target="#bs-search" aria-controls="bs-search" aria-expanded="false">
            	<i class="glyphicon glyphicon-search">i>
        button>
          <a href="../" class="navbar-brand">代码背包a>
        div>
        <nav id="bs-navbar" class="collapse navbar-collapse navbar-left">
          <ul class="nav navbar-nav">
            <li>
              <a href="index.html" onclick="" target="_blank">首页a>
            li>
            <li>
              <a href="list.html" onclick="" target="_blank">javaa>
            li>
            <li>
              <a href="javascript:;" onclick="" target="_blank">html+cssa>
            li>
            <li>
              <a href="bookshelf.html" onclick="" target="_blank">phpa>
            li> 
             <li>
              <a href="bookshelf.html" onclick="" target="_blank">javascripta>
            li>
             <li>
              <a href="bookshelf.html" onclick="" target="_blank">iosa>
            li>
            <li class="dropdown">
              <a href="javascript:;" onclick="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">其他<span class="caret">span>a>
              <ul class="dropdown-menu">
                <li><a href="#">JAVAa>li>
              ul>
            li>
          ul>
        nav> 
        <ul class="nav navbar-nav collapse  navbar-collapse navbar-right search-style" id="bs-search">      
           <form class="navbar-form navbar-left">
            <div class="form-group">
              <input type="text" class="form-control" placeholder="输入关键字" id="search-content">
            div>
            <button type='button' onclick="submit_search()" class="btn btn-default glyphicon glyphicon-search">搜索button>
          form>
          ul>
      div>
    header>
      
      <div class="container bs-docs-container">
      	
      	<div class="clearfix">
      	<div class="bs-example recommend-style col-sm-12 col-md-9 col-xs-12">
      		<div class="Fiction-title"><i class="icon-tushu Fiction-icon">i>推荐小说div>
      		<div class="clearfix">
      		<div class="col-sm-6 col-md-3 col-xs-6">
            <div class="thumbnail">
            	<a href="list.html" class="clearfix">
              <div class="thumbnail-img"> 
              <img data-src="holder.js/100%x200" alt="100%x200" src="images/126836s.jpg" data-holder-rendered="true" style="height: 220px; width: 100%; display: block;">
              <h5 class=" author-name">作者:风青阳h5>
              div>
              <div class="caption">
               <div class="book-title clearfix"><h4 class="navbar-left">万古第一神 h4>div> 
                <p class="recommend-summary">【百万读者收藏,热销榜、人气榜第一作品!】 李天命做梦都要笑醒了。 他家的宠物,竟然都是传说中的太古混沌巨兽! 他的家鸡,是以太阳为食...p>
              div>
              <span class="recommend-sheets">第1053章 恐怖的曦皇span>
            div>
            a>
          div>
          <div class="col-sm-6 col-md-3 col-xs-6">
            <div class="thumbnail">
              <div class="thumbnail-img"> 
              <img data-src="holder.js/100%x200" alt="100%x200" src="images/126836s.jpg" data-holder-rendered="true" style="height: 220px; width: 100%; display: block;">
              <h5 class=" author-name">作者:风青阳h5>
              div>
              <div class="caption">
               <div class="book-title clearfix"><h4 class="navbar-left">万古第一神 h4>div> 
                <p class="recommend-summary">【百万读者收藏,热销榜、人气榜第一作品!】 李天命做梦都要笑醒了。 他家的宠物,竟然都是传说中的太古混沌巨兽! 他的家鸡,是以太阳为食...p>
              div>
              <span class="recommend-sheets">第1053章 恐怖的曦皇span>
            div>
          div>
          <div class="col-sm-6 col-md-3 col-xs-6">
            <div class="thumbnail">
              <div class="thumbnail-img"> 
              <img data-src="holder.js/100%x200" alt="100%x200" src="images/126836s.jpg" data-holder-rendered="true" style="height: 220px; width: 100%; display: block;">
              <h5 class=" author-name">作者:风青阳h5>
              div>
              <div class="caption">
               <div class="book-title clearfix"><h4 class="navbar-left">万古第一神 h4>div> 
                <p class="recommend-summary">【百万读者收藏,热销榜、人气榜第一作品!】 李天命做梦都要笑醒了。 他家的宠物,竟然都是传说中的太古混沌巨兽! 他的家鸡,是以太阳为食...p>
              div>
              <span class="recommend-sheets">第1053章 恐怖的曦皇span>
            div>
          div>
          <div class="col-sm-6 col-md-3 col-xs-6">
            <div class="thumbnail">
              <div class="thumbnail-img"> 
              <img data-src="holder.js/100%x200" alt="100%x200" src="images/126836s.jpg" data-holder-rendered="true" style="height: 220px; width: 100%; display: block;">
              <h5 class=" author-name">作者:风青阳h5>
              div>
              <div class="caption">
               <div class="book-title clearfix"><h4 class="navbar-left">万古第一神 h4>div> 
                <p class="recommend-summary">【百万读者收藏,热销榜、人气榜第一作品!】 李天命做梦都要笑醒了。 他家的宠物,竟然都是传说中的太古混沌巨兽! 他的家鸡,是以太阳为食...p>
              div>
              <span class="recommend-sheets">第1053章 恐怖的曦皇span>
            div>
          div>
      		div>
      		
      		<div class="Fiction-kind">
      			<div class="kind-title">小说种类div>
      			<div class="clearfix pad10">
    	  			<a href="#" class="btn btn-primary dropdown-toggle" >玄幻 <span class="badge">142span>a>
    	  			<a href="#" class="btn btn-danger dropdown-toggle" >科幻 <span class="badge">1142span>a>
    	  			<a href="#" class="btn btn-info dropdown-toggle" >都市言情 <span class="badge">2342span>a>
    	  			<a href="#" class="btn btn-primary dropdown-toggle" >穿越 <span class="badge">1242span>a>
    	  			<a href="#" class="btn btn-danger dropdown-toggle" >爱情 <span class="badge">742span>a>
    	  			<a href="#" class="btn btn-warning  dropdown-toggle" >修仙 <span class="badge">542span>a>
    	  			<a href="#" class="btn btn-success dropdown-toggle" >魔幻 <span class="badge">442span>a>
    	  			<a href="#" class="btn btn-success dropdown-toggle" >恐怖 <span class="badge">442span>a>
    	  			<a href="#" class="btn btn-danger dropdown-toggle" >完结 <span class="badge">442span>a>
      			div>
      		div>
      	div>
      	
      	<div class="col-sm-12 col-md-3 col-xs-12">
      		<div class="Fiction-title"><i class="icon-host Fiction-icon">i>热门小说div>
      		<ul class="clearfix hostlist">
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      		ul>
      	div>
      	div>
      	
      	<div class="clearfix species-module">
      		<div class="species-title"><span class="title-name">小说种类span>div>
      		<div class="species-list clearfix">
      			<div class="col-sm-12 col-md-4 col-xs-12">
      				<div class="species-info">
      					<div class="Fiction-type-title btn-default">科幻小说div>
      					<div class="Fiction-filter">
      						<div class="Fiction-irst clearfix">
      							<a href="#" class="clearfix">
      							<div class="Fiction-left-img">
      								<img src="images/126948s.jpg">
      							div>
      							<div class="Fiction-right-content">
      								<h4 >重生之都市仙尊h4>
      								<p class="Fiction-Introduction">
      									伴随着魂导科技的进步,斗罗大陆上的人类征服了海洋,又发现了两块大陆。 魂兽也随着人类魂师的猎杀无度走向灭亡,
      								p>
      							div>
      							a>
      						div>
      						<ul class="Fiction-list clearfix">
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">医武兵王a>/血徒li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">惊世医妃,腹黑九皇叔a>/绿依li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">元尊a>/天蚕土豆li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">伏天氏a>/净无痕li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">斗罗大陆IV终极斗罗a>/唐家三li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">少沧元图a>/我吃li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">西红柿a>/血徒li>
      						ul>
      					div>
      				div>
      			div>
      			<div class="col-sm-12 col-md-4 col-xs-12">
      				<div class="species-info">
      					<div class="Fiction-type-title btn-default">科幻小说div>
      					<div class="Fiction-filter">
      						<div class="Fiction-irst clearfix">
      							<a href="#" class="clearfix">
      							<div class="Fiction-left-img">
      								<img src="images/126948s.jpg">
      							div>
      							<div class="Fiction-right-content">
      								<h4 >重生之都市仙尊h4>
      								<p class="Fiction-Introduction">
      									伴随着魂导科技的进步,斗罗大陆上的人类征服了海洋,又发现了两块大陆。 魂兽也随着人类魂师的猎杀无度走向灭亡,
      								p>
      							div>
      							a>
      						div>
      						<ul class="Fiction-list clearfix">
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">医武兵王a>/血徒li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">惊世医妃,腹黑九皇叔a>/绿依li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">元尊a>/天蚕土豆li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">伏天氏a>/净无痕li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">斗罗大陆IV终极斗罗a>/唐家三li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">少沧元图a>/我吃li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">西红柿a>/血徒li>
      						ul>
      					div>
      				div>
      			div>
      			<div class="col-sm-12 col-md-4 col-xs-12">
      				<div class="species-info">
      					<div class="Fiction-type-title btn-default">科幻小说div>
      					<div class="Fiction-filter">
      						<div class="Fiction-irst clearfix">
      							<a href="#" class="clearfix">
      							<div class="Fiction-left-img">
      								<img src="images/126948s.jpg">
      							div>
      							<div class="Fiction-right-content">
      								<h4 >重生之都市仙尊h4>
      								<p class="Fiction-Introduction">
      									伴随着魂导科技的进步,斗罗大陆上的人类征服了海洋,又发现了两块大陆。 魂兽也随着人类魂师的猎杀无度走向灭亡,
      								p>
      							div>
      							a>
      						div>
      						<ul class="Fiction-list clearfix">
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">医武兵王a>/血徒li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">惊世医妃,腹黑九皇叔a>/绿依li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">元尊a>/天蚕土豆li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">伏天氏a>/净无痕li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">斗罗大陆IV终极斗罗a>/唐家三li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">少沧元图a>/我吃li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">西红柿a>/血徒li>
      						ul>
      					div>
      				div>
      			div>
      			<div class="col-sm-12 col-md-4 col-xs-12">
      				<div class="species-info">
      					<div class="Fiction-type-title btn-default">科幻小说div>
      					<div class="Fiction-filter">
      						<div class="Fiction-irst clearfix">
      							<a href="#" class="clearfix">
      							<div class="Fiction-left-img">
      								<img src="images/126948s.jpg">
      							div>
      							<div class="Fiction-right-content">
      								<h4 >重生之都市仙尊h4>
      								<p class="Fiction-Introduction">
      									伴随着魂导科技的进步,斗罗大陆上的人类征服了海洋,又发现了两块大陆。 魂兽也随着人类魂师的猎杀无度走向灭亡,
      								p>
      							div>
      							a>
      						div>
      						<ul class="Fiction-list clearfix">
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">医武兵王a>/血徒li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">惊世医妃,腹黑九皇叔a>/绿依li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">元尊a>/天蚕土豆li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">伏天氏a>/净无痕li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">斗罗大陆IV终极斗罗a>/唐家三li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">少沧元图a>/我吃li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">西红柿a>/血徒li>
      						ul>
      					div>
      				div>
      			div>
      			<div class="col-sm-12 col-md-4 col-xs-12">
      				<div class="species-info">
      					<div class="Fiction-type-title btn-default">科幻小说div>
      					<div class="Fiction-filter">
      						<div class="Fiction-irst clearfix">
      							<a href="#" class="clearfix">
      							<div class="Fiction-left-img">
      								<img src="images/126948s.jpg">
      							div>
      							<div class="Fiction-right-content">
      								<h4 >重生之都市仙尊h4>
      								<p class="Fiction-Introduction">
      									伴随着魂导科技的进步,斗罗大陆上的人类征服了海洋,又发现了两块大陆。 魂兽也随着人类魂师的猎杀无度走向灭亡,
      								p>
      							div>
      							a>
      						div>
      						<ul class="Fiction-list clearfix">
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">医武兵王a>/血徒li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">惊世医妃,腹黑九皇叔a>/绿依li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">元尊a>/天蚕土豆li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">伏天氏a>/净无痕li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">斗罗大陆IV终极斗罗a>/唐家三li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">少沧元图a>/我吃li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">西红柿a>/血徒li>
      						ul>
      					div>
      				div>
      			div>
      			<div class="col-sm-12 col-md-4 col-xs-12">
      				<div class="species-info">
      					<div class="Fiction-type-title btn-default">科幻小说div>
      					<div class="Fiction-filter">
      						<div class="Fiction-irst clearfix">
      							<a href="#" class="clearfix">
      							<div class="Fiction-left-img">
      								<img src="images/126948s.jpg">
      							div>
      							<div class="Fiction-right-content">
      								<h4 >重生之都市仙尊h4>
      								<p class="Fiction-Introduction">
      									伴随着魂导科技的进步,斗罗大陆上的人类征服了海洋,又发现了两块大陆。 魂兽也随着人类魂师的猎杀无度走向灭亡,
      								p>
      							div>
      							a>
      						div>
      						<ul class="Fiction-list clearfix">
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">医武兵王a>/血徒li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">惊世医妃,腹黑九皇叔a>/绿依li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">元尊a>/天蚕土豆li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">伏天氏a>/净无痕li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">斗罗大陆IV终极斗罗a>/唐家三li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">少沧元图a>/我吃li>
      							<li class="Fiction-name col-sm-12 col-md-6 col-xs-12"><a href="#">西红柿a>/血徒li>
      						ul>
      					div>
      				div>
      			div>
      		div>
      	div>
      	
      	<div class="clearfix newlist">
      		
      		<div class="new-record col-sm-12 col-md-9 col-xs-12">
      			<div class="Fiction-title"><i class="icon-news Fiction-icon">i>最新更新小说div>
      			<ul class="renew-Fiction-list">
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-info ">都市言情a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">我的绝美冷艳总裁a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第一千二百一十五章 暴跳如雷的黑血上人a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-default ">玄幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">至尊不朽系统a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第八百九十章:五极影身,夜探古家(中)a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      				<li class="renew-Fiction-info clearfix">
      					<span class=" col-sm-12 col-md-1 col-xs-12"><a href="#" class="label label-danger ">科幻a>span>
      					<span class="book-name  col-sm-12 col-md-3 col-xs-12"><a href="#">逍遥高手混花都a>span>
      					<span class="Fiction-chapter  col-sm-12 col-md-4 col-xs-12"><a href="#">第4140章 相见仙子a>span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">暗夜行走span>
      					<span class=" col-sm-12 col-md-2 col-xs-12">20120-04-28span>
      				li>
      			ul>
      		div>
      		
      		<div class="new-wareroom col-sm-12 col-md-3 col-xs-12">
      			<div class="Fiction-title"><i class="icon-news Fiction-icon">i>最新入库小说div>
      			<ul class="clearfix hostlist">
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      			<li><span class="Fiction-type label label-danger navbar-left">言情span><a href="#" class="host-title navbar-left">重生之都市仙尊a><span class="navbar-right host-name">家三少span>li>
      		ul>
      		div>
      	div>
      	<div class="Links">
      			<div class="Fiction-title"><i class="icon-link Fiction-icon">i>友情链接div>
      			<div class="Links-list">
      				<a href="#" class="Links-name">小说网a><a href="#" class="Links-name">书旗网a><a href="#" class="Links-name">小说网a>
      			div>
      		div>
      div>
      <footer class="footer">
      	<div class="container">
      		
      		<div class="copyright">
      		<p>本站所有小说为转载作品,所有章节均由网友上传,转载至本站只是为了宣传本书让更多读者欣赏。p>
         
               Copyright © 2020 笔趣阁(www.52bqg.com) All Rights Reserved.
      		div>
      	div>
      footer>
    	body>
    html>
    <script>
    	/*********************************/
    	var topnode = document.querySelector('#header-top');
    
    	function change() {
    		var bgheader = document.getElementById('integral-bgheader');
    		var y = document.scrollingElement.scrollTop;
    		bgheader.style.opacity = (((y / 50) > 0.9) ? 0.9 : (y / 50));
    		if(y > 50) {
    			topnode.classList.add("headerstyle");
    		} else {
    			topnode.classList.remove("headerstyle");
    		}
    	}
    	document.addEventListener('touchmove', change);
    	document.addEventListener('scroll', change);
    	/**************搜索********************/
    	function submit_search(){
    		var name= $("#search-content").val();
    		if(name!=''){
    			window.location.href='list.html';
    		}else{
    			PromptBox('请输入查询信息!',2,false);
    		}
    		
    	}
    script>
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219
    • 220
    • 221
    • 222
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • 233
    • 234
    • 235
    • 236
    • 237
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • 245
    • 246
    • 247
    • 248
    • 249
    • 250
    • 251
    • 252
    • 253
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • 261
    • 262
    • 263
    • 264
    • 265
    • 266
    • 267
    • 268
    • 269
    • 270
    • 271
    • 272
    • 273
    • 274
    • 275
    • 276
    • 277
    • 278
    • 279
    • 280
    • 281
    • 282
    • 283
    • 284
    • 285
    • 286
    • 287
    • 288
    • 289
    • 290
    • 291
    • 292
    • 293
    • 294
    • 295
    • 296
    • 297
    • 298
    • 299
    • 300
    • 301
    • 302
    • 303
    • 304
    • 305
    • 306
    • 307
    • 308
    • 309
    • 310
    • 311
    • 312
    • 313
    • 314
    • 315
    • 316
    • 317
    • 318
    • 319
    • 320
    • 321
    • 322
    • 323
    • 324
    • 325
    • 326
    • 327
    • 328
    • 329
    • 330
    • 331
    • 332
    • 333
    • 334
    • 335
    • 336
    • 337
    • 338
    • 339
    • 340
    • 341
    • 342
    • 343
    • 344
    • 345
    • 346
    • 347
    • 348
    • 349
    • 350
    • 351
    • 352
    • 353
    • 354
    • 355
    • 356
    • 357
    • 358
    • 359
    • 360
    • 361
    • 362
    • 363
    • 364
    • 365
    • 366
    • 367
    • 368
    • 369
    • 370
    • 371
    • 372
    • 373
    • 374
    • 375
    • 376
    • 377
    • 378
    • 379
    • 380
    • 381
    • 382
    • 383
    • 384
    • 385
    • 386
    • 387
    • 388
    • 389
    • 390
    • 391
    • 392
    • 393
    • 394
    • 395
    • 396
    • 397
    • 398
    • 399
    • 400
    • 401
    • 402
    • 403
    • 404
    • 405
    • 406
    • 407
    • 408
    • 409
    • 410
    • 411
    • 412
    • 413
    • 414
    • 415
    • 416
    • 417
    • 418
    • 419
    • 420
    • 421
    • 422
    • 423
    • 424
    • 425
    • 426
    • 427
    • 428
    • 429
    • 430
    • 431
    • 432
    • 433
    • 434
    • 435
    • 436
    • 437
    • 438
    • 439
    • 440
    • 441
    • 442
    • 443
    • 444
    • 445
    • 446
    • 447
    • 448
    • 449
    • 450
    • 451
    • 452
    • 453
    • 454
    • 455
    • 456
    • 457
    • 458
    • 459
    • 460
    • 461
    • 462
    • 463
    • 464
    • 465
    • 466
    • 467
    • 468
    • 469
    • 470
    • 471
    • 472
    • 473
    • 474
    • 475
    • 476
    • 477
    • 478
    • 479
    • 480
    • 481
    • 482
    • 483
    • 484
    • 485
    • 486
    • 487
    • 488
    • 489
    • 490
    • 491
    • 492
    • 493
    • 494
    • 495
    • 496
    • 497
    • 498
    • 499
    • 500
    • 501
    • 502
    • 503
    • 504
    • 505
    • 506
    • 507
    • 508
    • 509
    • 510
    • 511
    • 512
    • 513
    • 514
    • 515
    • 516
    • 517
    • 518
    • 519
    • 520
    • 521
    • 522
    • 523
    • 524
    • 525
    • 526
    • 527
    • 528
    • 529
    • 530
    • 531
    • 532
    • 533
    • 534
    • 535
    • 536
    • 537
    • 538
    • 539
    • 540
    • 541
    • 542
    • 543
    • 544
    • 545
    • 546
    • 547
    • 548
    • 549
    • 550
    • 551
    • 552
    • 553
    • 554
    • 555
    • 556
    • 557
    • 558
    • 559
    • 560
    • 561
    • 562
    • 563
    • 564
    • 565

    💒CSS样式代码

    
    
    li {display: list-item;text-align: -webkit-match-parent;}
    ol, ul { list-style: none outside none; }
    .pad10{padding: 10px;}
    .header-top-nav{ box-shadow: 0px 4px 8px rgba(0,0,0,0.3);}
    .header-top-nav a{color: #122B40;}
    .hairline  .navbar-header{ border-bottom: 1px solid #DDDDDD;}
    .header-top-nav .navbar-toggle{border: 1px solid #DDDDDD;}
    .header-top-nav .navbar-toggle .icon-bar{;background:#8C8C8C;}
    .header-top-nav .navbar-toggle.search-btn{ border: 0px;}
    .hairline .header-top-nav .search-style .form-group{}
    .hairline .header-top-nav .search-style .navbar-form{position: relative;z-index: 1; margin: 0px;}
    .hairline .header-top-nav .search-style .glyphicon-search{position: absolute; right: 15px; top:10px}
    .headerstyle{ position: fixed;z-index: 111; top:0px; width: 100%; left: 0px; background: #FFFFFF;}
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .hostlist,
    .Fiction-list,
    .renew-Fiction-list,
    .Fiction-chapter-list,
    .wareh-list{border: 0px;margin: 0px;outline: 0px;padding: 0px;}
    .hostlist li{ height: 30px; line-height: 30px; border-bottom: 1px dashed #F2F2F2; position: relative;z-index: 1;}
    .hostlist li .host-name{color: #999999;float:right; margin: 0px!important;}
    .hostlist li .host-title{
    	height: 30px;
    	box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        width:60%;
        line-height: 30px;
        float: left;
    }
    .hostlist li .Fiction-type{ margin-top: 5px; margin-right: 5px;float: left;}
    .Fiction-kind{background: #ffefef; box-shadow: 0px 1px 3px rgba(0,0,0,0.2); border-radius: 5px;}
    .Fiction-kind .kind-title{ text-align: center;font-weight: bold; font-size: 16px; border-bottom: 2px solid #31B0D5; height: 40px;}
    .Fiction-kind a{ margin: 5px ;}
    /****************************************/
    .species-module .species-title{ height: 60px; font-size: 24px; color: #31B0D5; font-weight: bold;text-align: center; line-height: 60px;position: relative;z-index: 1;}
    .species-module .species-title .title-name{background: #FFFFFF; padding: 10px 20px;position: relative;z-index: 2;}
    .species-module .species-title:before{content: '';position: absolute; width: 50%; height: 1px; background:#31B0D5;z-index:0; left: 25%; top:50%}
    .species-module .species-info{border: 1px solid #DDDDDD; border-radius:5px; margin-bottom:20px;}
    .species-module .species-info .Fiction-type-title{ 
    	height: 40px;
    	line-height: 40px; 
    	padding: 0px 10px; 
    	border-bottom: 1px solid #DDDDDD;
    	}
    .species-module .species-info .Fiction-filter{ padding: 10px;}
    .species-module .Fiction-filter .Fiction-irst{ position: relative;z-index: 1;}
    .species-module .Fiction-filter .Fiction-irst .Fiction-left-img{ width: 80px;  margin-right: 10px; position: absolute;z-index: 11; left: 0px; top:0px;overflow: hidden;}
    .species-module .Fiction-filter .Fiction-irst .Fiction-left-img img{width: 100%; height: 100%;}
    .species-module .Fiction-filter .Fiction-irst .Fiction-right-content{padding-left: 90px; color: #000000;}
    .species-module .Fiction-filter .Fiction-irst .Fiction-Introduction{
    	height:66px;
    	box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-break: break-all;
        width:100%;
        line-height: 24px;
        float: left;
        color: #999999;
        
    }
    .species-module .Fiction-list .Fiction-name{
    	height:30px;
    	box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        line-height: 30px;
        float: left;
        color: #999999;
    }
    .newlist .renew-Fiction-list .renew-Fiction-info{color: #999999; min-height: 30px; line-height: 30px; border-bottom: 1px dashed #DDDDDD; margin: 5px 0px;}
    .newlist .renew-Fiction-list .renew-Fiction-info span{
    	height:30px;
    	box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        line-height: 30px;	
    }
    .Links{ margin-top: 20px;}
    .Links .Links-name{ margin: 5px 10px; color:#101010;}
    /**************************************/
    .footer {
        padding: 30px 0;
        border-top: 1px solid #e5e5e5;
        margin-top: 70px;
    }
    
    .footer .copyright{ text-align: center; color: #999999;}
    .breadcrumb .glyphicon {color: #EB9316;}
    /************翻页******************/
    .book-article{ width: 100%; height: 800px;}
    .recommend-fiction{ }
    .recommend-fiction .recommend-list{border-bottom: 1px solid #DDDDDD;}
    /********************小说介绍***********************/
    .Fiction-content{}
    .Fiction-content .Fiction-introduce-img{position: relative;z-index: 1;}
    .Fiction-content .Fiction-status{position: absolute;z-index: 11; left: 0px; top:0px; background: #D9534F; padding: 5px 10px; color: #FFFFFF;}
    .Fiction-content .Fiction-introduce{border:1px solid #DDDDDD; padding: 10px; position: relative;z-index: 1;}
    .Fiction-content  .Fiction-introduce-rules { line-height: 30px; border-bottom: 1px dashed #DDDDDD;}
    .Fiction-content  .Fiction-info-con{color: #999999; line-height:24px; padding: 10px 0px;}
    .Fiction-content  .Fiction-collect{position: absolute; right: 0px; top:0px}
    .hairline .Fiction-collect{display: block;position: initial;}
    .Fiction-chapter-list li{ height: 30px; line-height: 30px; padding: 0px 5px; border-bottom: 1px solid #f2f2f2; }
    .Fiction-chapter-list li a{display: block;}
    .Fiction-chapter-list li a:hover{ display: block;background: #F2F2F2;}
    .hairline .Fiction-chapter-list li:nth-child(2n){background:#f2f2f2;}
    .hairline .Fiction-chapter-list li:nth-child(odd){background: #FFFFFF;}
    /****************************************/
    .read-Fiction{ border: 1px solid #DDDDDD; margin: 15px 0px;}
    .read-Fiction .article-title{font-size: 24px; font-weight: bold; text-align:center; padding: 15px ;}
    .read-Fiction .read-operating{ padding: 10px; height:50px; border-bottom: 1px solid #DDDDDD;}
    .read-Fiction .read-operating a{ margin: 0px 10px;}
    .hairline .read-Fiction .read-operating{ padding: 0px; height:.75rem;overflow: hidden;}
    .hairline .read-operating a{ margin: 0px; border-radius: 0px; height:.73rem; padding: 6px 10px; font-size: .35rem;border-top: 0px;border-bottom: 0px;border-left:0px; }
    .hairline .read-operating a.closelamp, 
    .hairline .read-operating a.openlamp{display:none}
    .hairline .box{
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -moz-box-align: justify;
        -ms-flex-align: center;
        justify-content: space-between;
        align-content: center
    }
    .hairline .box-flex{
    	-webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; 
    	position: relative;
    }
    .hairline  .recommend-fiction{display: none;}
    .read-Fiction .article-content{ padding: 15px; line-height: 30px;}
    .read-Fiction  .seesaw-article{ border-top: 1px solid #DDDDDD;}
    .read-Fiction  .seesaw-article .seesaw-link{ width: 50%; display: block; float: left; text-align: center; height: 40px; line-height: 40px;border-right: 1px solid #dddddd; overflow: hidden;}
    .read-Fiction  .seesaw-article .seesaw-link:last-child{border: 0px;}
    /****************搜索***********************/
    .search-content .search-result{ border: 1px solid #DDDDDD;border-radius: 5px; padding: 10px; margin: 15px 0px;position: relative;z-index: 1; height: 210px;}
    .search-content .search-result .search-result-img{ width: 140px; overflow: hidden;position: absolute; left: 10px;z-index: 11;top:10px; height: 190px;}
    .search-content .search-result .search-result-img img{ width: 100%;}
    .search-content .search-result .search-result-info{ padding-left: 160px;}
    .search-content .search-result .search-summary{
    	color: #999999;
    	height:48px;
    	box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        line-height: 24px;	
        margin-bottom: 5px;
    }
    .hairline .search-content .search-result .search-result-img{width:2.5rem;}
    .hairline .search-content .search-result .search-result-info{ padding-left: 2.6rem;}
    .hairline .search-content h4{font-size: .35rem; padding: 0px 5px;overflow: hidden; margin-top: 0px;}
    .hairline .search-content p{font-size: .25rem; margin-bottom: .1rem;}
    .hairline .search-content .search-result .search-summary{padding: 0px 5px; font-size: .25rem; line-height: .4rem; height: .8rem;}
    .hairline .search-content .read-operate{ position: absolute; width: 100%; left: 0px; bottom: 0px;}
    .hairline .search-content .search-result{ height: 4.5rem;overflow: hidden;}
    .hairline .search-content .read-operate .btn{ width: 50%; float: left;border-radius: 0px;}
    /*********************************/
    .bookshelf-style  .col-sm-6,
    .bookshelf-style  .col-md-3,
    .bookshelf-style  .col-xs-6{ padding-left: 10px; padding-right: 10px; width: 20%;}
    .hairline .bookshelf-style  .col-sm-6,
    .hairline .bookshelf-style  .col-md-3,
    .hairline .bookshelf-style  .col-xs-6{width: 50%;}
    .bookshelf-operate a{ width: 50%;float: left; border-radius:0px ;}
    .hairline  .bookshelf-operate a{font-size: .3rem; padding: 6px 10px;}
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205

    六、🥇 如何让学习不再盲目

    第一、带着目标去学习,无论看书报课还是各种线下活动。
    首先要明确自己的学习目标是什么,是想解决什么问题,实现怎样的目标。

    第二、学习要建立个人知识体系
    知识是学不完的,书籍是浩如烟海的。我们尽情徜徉其中的时候,千万不要被海水淹死,没有自我了。在学习过程中,我们会发现每一个知识点都是有她的边界和背景的,我们要善于归纳整理知识

    第三、学到了就要用到

    有时,我们一天下来感觉学到了很多干货,那么我们一定要将这些知识点和实际工作和生活联系起来。知识和实践相互联系靠拢。爱学习是一件好事,但只有会学习的人,才有价值。


    七、🎁更多干货

    1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏” 一键三连哦!

    2.💗【👇🏻👇🏻👇🏻关注我| 💬获取更多源码 | 优质文章】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

    3.

    以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻💬

    在这里插入图片描述

  • 相关阅读:
    自制操作系统日志——第二十天
    autohotkey 辅助工具
    力扣-463.岛屿的周长
    运行Django项目报错解决,OSError: [WinError 123] 文件名、目录名或卷标语法不正确。
    git仓删除当前仓且保留嵌套子仓--类似保留特定文件目录
    什么是MQ和认识RabbitMQ
    初始化我的arcolinux
    Linux内存管理(三):内存与内存分布
    Go语言中开启和退出协程(二)
    2022前端面试题上岸手册-性能优化部分
  • 原文地址:https://blog.csdn.net/weixin__BJ050106/article/details/128073525