• html实训大作业《基于HTML+CSS+JavaScript红色文化传媒网站(20页)》


    🎉精彩专栏推荐 💭文末获取联系
    ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
    💂 作者主页: 【主页——🚀获取更多优质源码】
    🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
    🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
    🌎超炫酷的Echarts大屏可视化源码:【🔰 Echarts大屏展示大数据平台可视化(150套) 】
    🔖 HTML+CSS+JS实例代码: 【🗂️HTML+CSS+JS实例代码 (炫酷代码) 继续更新中…】
    🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】

    🥇 关于作者: 💬历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!



    一、👨‍🎓网站题目

    🍵茶文化网站、🏳️‍🌈中华传统文化题材、京剧文化🔏水墨风书画、中国民间年画文化艺术网站 、等网站的设计与制作。


    二、✍️网站描述

    🏷️ 这个首页代码运用了DIV盒子的使用方法,如盒子的嵌套、浮动、margin、border、background等属性的使用,外部大盒子设定居中,内部左中右布局,下方横向浮动排列,大学学习的前端知识点和布局方式都有运用,CSS的代码量也很足、很细致,使用hover来完成过渡效果、鼠标滑过效果等,使用表格、表单补充模块,为方便新手学习, 个别源码页面中没有使用js有需要的可以自行添加。

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

    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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>品质生活栏目组title>
    <link href="css/css.css" rel="stylesheet" type="text/css" />
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="js/jquery-1.7.1.min.js">script>
    <script type="text/javascript" src="js/jquery.event.drag-1.5.min.js">script>
    <script type="text/javascript" src="js/jquery.touchSlider.js">script>
    <script type="text/javascript" src="js/js.js">script>
    head>
    
    <body>
    <div class="top">
       <div class="logo"><img src="images/logo.jpg" />div>
       <div class="tel"><img src="images/tel.jpg" />div>
    div>
    
    <div class="dh">
           <ul>
              <a href="index.html"><li class="current">网站首页li>a>
              <a href="company.html"><li>公司简介li>a>
              <a href="road.html"><li>企业之路li>a>
              <a href="video.html"><li>营销型视频li>a>
              <a href="brand.html"><li>品牌提升片li>a>
              <a href="picture.html"><li>产品销售片li>a>
              <a href="join.html"><li>招商加盟li>a>
              <a href="center.html"><li>案例中心li>a>
              <a href="team.html"><li>栏目团队li>a>
              <a href="news.html"><li>新闻动态li>a>
           ul>
    div>
    
    <div class="main_visual">
    	<div class="flicking_con">
    		<a href="#">a>
    		<a href="#">a>
    		<a href="#">a>
    		<a href="#">a>
    		
    	div>
    	<div class="main_image">
    		<ul>
    			<li><span class="img_1">span>li>
    			<li><span class="img_2">span>li>
    			<li><span class="img_3">span>li>
    			<li><span class="img_4">span>li>
    			
    		ul>
    		<a href="javascript;" id="btn_prev">a>
    		<a href="javascript;" id="btn_next">a>
    	div>
    div>
    
    
    
    <div class="prodect">
    	<div class="prodect_blank">	div>
        <div class="prodect_search">
        	<div class="search_kuang">
            	<form action="#">
                	<input type="text" style="width:228px; height:24px; border:none; background:url(images/search.jpg) no-repeat; padding-left:5px" />
                form>
            div>
            <a href="#"><div class="search_button">div>a>
            <div class="search_link"><a href="#">营销视频a>    <a href="#">视频推广a>    <a href="#">案例中心a>    <a href="#">资深团队a>div>
        div>
        <div class="prodect_blank1">div>
    	<div class="prodect_top" style="font-family:'微软雅黑'">营销型电视栏目视频 <strong>产品体系strong>div>
        <div class="prodect_blank1">div>
        <div class="prodect_pic">
        	<div class="prodect_xx">
            	<ul>
                	<a href="#"><li><div class="prodect_wz">div><div class="prodect_wz2">记录全球华商的成长历程,<br />点亮智慧人生,分享品质生活div>li>a>
                ul>
            div>
            <div class="prodect_cp">
            	<ul>
                	<a href="#"><li><div class="prodect_wz">div><div class="prodect_wz2">提升企业品牌的价值<br />让您的客户信任您div>li>a>
                ul>
            div>
            <div class="prodect_zs">
            	<ul>
                	<a href="#"><li><div class="prodect_wz">div><div class="prodect_wz2">让每一个产品都与众不同,<br />从此塑造价值不再是难题div>li>a>
                ul>
            div>
            <div class="prodect_sp">
            	<ul>
                	<a href="#"><li><div class="prodect_wz">div><div class="prodect_wz2">帮您铺开市场渠道,<br />让您快速抢占市场份额div>li>a>
                ul>
            div>
            <div class="prodect_tg">
            	<ul>
                	<a href="#"><li><div class="prodect_wz">div><div class="prodect_wz2">让您的客户找到您,<br />让销售变得更简单div>li>a>
                ul>
            div>
        div>
        <div class="prodect_wz3" style="font-family:'微软雅黑'; letter-spacing:3px; color:#393939; font-weight:600">电视栏目营销型视频您值得拥有<br /><span style="font-size:15px; letter-spacing:1px;">全国咨询额、热线:<span style="color:#e10100">010-57296057span>span>div>
    div>
    
    
    
    <div class="reason">
    	<div class="reason_wz">div>
        <div class="reason_wz" style="font-family:'微软雅黑'; letter-spacing:8px;">选择品质生活  <span style="color:#ba0005; font-weight:bold">四大理由span>div>
    div>
    
    
    
    <div class="reason1">
    	<div class="reason1_blank">div>
    	<div class="reason1_wz" style="font-family:'微软雅黑'; font-weight:bold;">节目与宣传片结合 主持人专访!div>
        <div class="reason1_wz1">
        	☆ 15年影视营销经验,营销型视频始创者<br />
    		☆ 全国最大网络营销培训集团-单仁资讯唯一官方指定的营销型视频服务机构<br />
    		☆ 国内首家建立营销型视频理论体系的专业影视制作机构<br />
    		☆ 国内唯一一家集制作与推广服务为一体的视频营销机构<br />
    		☆ 服务过世界500强企业 ,帮助过上千家客户实现销售提升div>
    div>
    
    
    
    <div class="reason2">
    	<div class="reason2_nr">
    		<div class="reason2_blank">div>
    		<div class="reason2_wz" style="font-family:'微软雅黑'; font-weight:bold;">宣传片播出带有电视台台标div>
        	<div class="reason2_wz1">
            	☆ 联合创作团队——覆盖中国八大经济区、20个城市<br />
    			☆ 拥有专业编剧、创意总监、资深策划人等独立合伙人30余名<br />
    			☆ 一线制作团队——50个签约导演和独立制片人<br />
    			☆ 100余家专业联动制作机构;30余个分布式后期制作机房
            div>
        div>
    div>
    
    
    
    <div class="reason3_blank">div>
    <div class="reason3">
    	<div class="reason1_blank">div>
    	<div class="reason1_wz" style="font-family:'微软雅黑'; font-weight:bold;">拥有专业的团队人员div>
        <div class="reason1_wz1">
        	☆ 30个官方合作视频发布平台<br />
    		☆ 400家中央及地方新闻营销网站<br />
    		☆ 150个最具人气的社区媒体<br />
    		☆ 微博微信六亿粉丝发布平台<br />
    		☆ 10个网络碎片化流量广告联盟平台
            div>
    div>
    
    
    
    <div class="reason4">
    	<div class="reason2_nr">
    		<div class="reason4_blank">div>
    		<div class="reason4_wz" style="font-family:'微软雅黑'; font-weight:bold;">强大的增值服务系统div>
        	<div class="reason4_wz1">
            	☆ 视频全网推广系统<br />
    			☆ 每月定期视频推广培训课程<br />
    			☆ 为客户视频建档,免费提供升级修改服务<br />
    			☆ 官网上优酷视频去广告代码
            div>
        div>
    div>
    
    
    
    <div class="process" style="font-family:'微软雅黑'">品质生活六大服务流程div>
    <div class="process_pic">
    	<a class="process_pic1" href="#"><img src="images/8-1.png" width="132px" height="178px" /><span><div class="process_newnr">营销策划<p>帮您做定位分析,提炼产品差异化卖点,明确消费客群;帮您梳理营销模型,并制定营销策划方案。p>div>span>a>
        <a class="process_pic2" href="#"><img src="images/8-1.png" width="132px" height="178px" /><span><div class="process_newnr">创意思路<p>根据营销策划方案制定创意脚本,让产品的卖点和品牌观念更易传播和更易被消费者记忆。p>div>span>a>
        <a class="process_pic2" href="#"><img src="images/8-1.png" width="132px" height="178px" /><span><div class="process_newnr">拍 摄<p>专业摄制组团队根据创意脚本进行拍摄。p>div>span>a>
        <a class="process_pic2" href="#"><img src="images/8-1.png" width="132px" height="178px" /><span><div class="process_newnr">后期制作<p>根据创意脚本完成成片制作。p>div>span>a>
        <a class="process_pic2" href="#"><img src="images/8-1.png" width="132px" height="178px" /><span><div class="process_newnr">网络推广和电视展播<p>帮助您在优酷、酷6、土豆等视频网站推广视频并优化到百度首页。p>div>span>a>
        <a class="process_pic2" href="#"><img src="images/8-1.png" width="132px" height="178px" /><span><div class="process_newnr">推广培训<p>把全网推广的方法通过半天的时间培训交付给客户团队。p>div>span>a>
    div>
    <div class="process_blank">div>
    
    
    
    <div class="dotton_line">div>
    
    
    
    <div class="problem_top">div>
    <div class="problem_pic">div>
    
    
    
    <div class="dotton_line2">div>
    
    
    
    <div class="links_blank">div>
    <div class="links_title">div>
    <div class="links_blank">div>
    <div class="links">
    	<ul>
        	<a href="#"><li><img src="images/cctv.jpg" /><br />品质生活合作伙伴_中央电视台li>a>
            <a href="#"><li><img src="images/cctv2.jpg" /><br />品质生活合作伙伴_央视网li>a>
            <a href="#"><li><img src="images/BTV.jpg" /><br />品质生活合作伙伴_BTV官网li>a>
            <a href="#"><li><img src="images/hd_news.jpg" /><br />品质生活合作伙伴_海淀新闻li>a>
            <a href="#"><li><img src="images/sina.jpg" /><br />品质生活合作伙伴_新浪li>a>
            <a href="#"><li><img src="images/qq_pic.jpg" /><br />品质生活合作伙伴_腾讯li>a>
            <a href="#"><li><img src="images/youku.jpg" /><br />品质生活合作伙伴_优酷li>a>
            <a href="#"><li><img src="images/tudou.jpg" /><br />品质生活合作伙伴_土豆li>a>
            <a href="#"><li><img src="images/ku6.jpg" /><br />品质生活合作伙伴_酷六li>a>
            <a href="#"><li><img src="images/56.jpg" /><br />品质生活合作伙伴_56视频li>a>
        ul>
    div>
    <div class="links_blank">div>
    
    
    
    
    <div class="news">
    	<div class="news_blank">div>
        <div class="newsa">
        	<div class="news_into">
            	<div class="news_into_title">公司动态 / <span style="font-family:Arial, Helvetica, sans-serif; font-size:12px;">INTO ZHONGSHIspan>div>
                <div class="news_into_pic"><img src="images/into.jpg" />div>
                <div class="news_into_nr">
                	<ul>
                    	<a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                    ul>
                div>
                <div class="more"><a href="#"><img src="images/more.jpg"  />a>div>
            div>
            
            <div class="news_new">
            	<div class="news_into_title">视频营销 / <span style="font-family:Arial, Helvetica, sans-serif; font-size:12px;">NEWS CENTER span>div>
                <div class="news_into_pic"><img src="images/news_pic.jpg" />div>
                <div class="news_into_nr">
                	<ul>
                    	<a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                        <a href="#"><li>>> 企业做企业及产品的宣传并在北京电视栏...<span>2014/5/26span>li>a>
                    ul>
                div>
                <div class="more"><a href="#"><img src="images/more.jpg"  />a>div>
            div>
            
            <div class="news_wb">
            	
             <ul class="la">
    			<li onmouseover="xianshi1()"><a href="#"><img src="images/weibo.jpg" />a>li>
    			<li onmouseover="xianshi2()"><a href="#"><img src="images/weixin.jpg" />a>li>
    		ul>
    		<ul class="lb">
    			<li id="xw">
    				<ul>
    					<img src="images/ny/weibo1.jpg" />
    				ul>
    			li>
    			<li id="tp">
    				<ul>
    					<img src="images/ny/weibo2.jpg" />
    
    				ul>
    			li>
    		ul>
                
            div>
        div>
        
        
        <div class="elevator_item">
            <a class="elevator" onclick="return false;" ><img src="images/top.png"  />a>  
    	div>
        
    div>
    
    
    
    <div class="bottom">
    	<div class="bottom_blank">div>
        <div class="bottom_nr">
        	<div class="bottom_pic"><a href="#"><img src="images/bottom_pic.jpg" />a>div>
            <div class="bottom_jj">北京品质生活1栏目   版权所有©京ICP备12027718号-3 备09123656<br />
    地址:北京市朝阳区壹线国际蜂巢CBD传媒艺术区惠润园7-12 400电话:400-6628-009<br />
    联系:赵经理 座机:010-5622 8244 邮箱:shichang@hmunion.com 技术支持:牛商网<br />
    诚征媒体合作>> 征求友情链接>> 合作网站列表>>div>
        div>
    div>
    
       
    
    body>
    html>
    
    
    
    
    • 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

    💒CSS样式代码

    
    *{ text-decoration:none; margin:0; padding:0; list-style-type:none;}
    body{ font-size:12px; color:#666; background:url(../images/pp.jpg) repeat-x; }
    img{border:none;}
    a{color:#666}
    .top{width:1000px; height:150px; margin:auto;}
    
    
    .logo{width:649px; height:89px; float:left; margin-top:35px}
    .tel{width:296px; height:64px; float:right; margin-top:45px;}
    
    
    
    .process{width:1000px; height:129px; line-height:155px; background:url(../images/process.jpg) no-repeat; margin:auto; font-size:40px; text-align:center; letter-spacing:9px; color:#ba0005}
    .process_pic{width:1000px; height:185px; background:url(../images/process_pic.jpg); margin:auto}
    .process_pic1 span{position:absolute; visibility:hidden; margin-left:-230px; margin-top:-250px}
    .process_pic1:hover span{ visibility:visible; }
    
    .process_pic1{width:132px; height:175px; float:left; margin-left:17px; margin-top:7px;}
    .process_newnr{width:240px; height:100px; border:3px solid #a9a9a9; position:absolute; margin-left:100px; margin-top:100px; background:#fff; padding:15px; font-size:14px; color:#c80f21; line-height:24px; font-family:"微软雅黑"}
    .process_newnr p{color:#000; font-size:12px;}
    .process_pic1a{width:132px; height:175px; float:left; position:absolute; background:#eee;}
    .process_pic2{width:132px; height:178px; float:left; margin-left:34px; margin-top:7px;}
    .process_pic2 span{position:absolute; visibility:hidden; margin-left:-230px; margin-top:-250px}
    .process_pic2:hover span{ visibility:visible; }
    .process_blank{width:1000px; height:91px; margin:auto}
    
    .dotton_line{width:100%; height:63px; background:url(../images/dotton.jpg) center;}
    
    .problem_top{width:100%; height:128px; background:url(../images/problem.jpg) center no-repeat #e2e2e4}
    .problem_pic{width:100%; height:534px; background:url(../images/problem_pic.jpg) center no-repeat}
    
    .dotton_line2{width:100%; height:55px; background:url(../images/dotton2.jpg) center;}
    
    .links_blank{width:100%; height:43px; background:#fff;}
    .links_title{width:100%; height:34px; background:url(../images/links_title.jpg) center no-repeat}
    .links{width:1000px; height:220px; margin:0 auto;}
    .links ul li{width:164px; height:90px; float:left; margin-left:30px; line-height:32px; margin-top:20px; text-align:center}
    .links ul li:hover{color:#b90006}
    
    .news{width:100%; height:586px; background:url(../images/news_pp.jpg)}
    .news_blank{width:100%; height:75px;}
    .newsa{width:1000px; height:460px; margin:0 auto;}
    .news_into{width:330px; height:440px; float:left;}
    .news_into_title{width:330px; height:34px; background:url(../images/into.png) center no-repeat; color:#ba0005; font-size:14px; line-height:36px;}
    .news_into_pic{width:330px; height:71px; margin-top:10px;}
    .news_into_nr{width:330px; height:275px; font-family:"宋体"; margin-top:20px;}
    .news_into_nr span{float:right;}
    .news_into_nr ul li{width:330px; height:32px; line-height:32px; border-bottom:1px dotted #adadad;}
    .more{width:41px; height:17px; float:right}
    .news_new{width:330px; height:440px; float:left; margin-left:35px;}
    .news_wb{width:268px; height:440px; float:left; margin-left:35px; background:#fff; border:1px solid #cccccc;}
    
    .weibo{width:268px; height:82px; background:url(../images/wb_pp.jpg)}
    .weibo img{ margin-top:24px; margin-left:20px;}
    
    
    
    
    /* main_image */
    .main_visual{height:460px; overflow:hidden;position:relative;}
    .main_image{height:460px;overflow:hidden;position:relative;}
    .main_image ul{width:9999px;height:460px;overflow:hidden;position:absolute;top:0;left:0}
    .main_image li{float:left;width:100%;height:460px;}
    .main_image li span{display:block;width:100%;height:460px}
    .main_image li a{display:block;width:100%;height:460px}
    .main_image li .img_1{background:url(../images/img_main_2.jpg) center top no-repeat}
    .main_image li .img_2{background:url(../images/img_main_1.jpg) center top no-repeat}
    .main_image li .img_3{background:url(../images/img_main_2.jpg) center top no-repeat}
    .main_image li .img_4{background:url(../images/img_main_1.jpg) center top no-repeat}
    
    
    div.flicking_con{position:absolute;top:400px;left:77%;z-index:999;width:300px;height:21px;margin:0 0 0 -50px;}
    div.flicking_con a{float:left;width:21px;height:21px;margin-left:10px;padding:0;background:url('../images/btn_main_img.png') 0 0 no-repeat;display:block;text-indent:-1000px}
    div.flicking_con a.on{background-position:0 -21px}
    #btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
    #btn_prev{background:url(../images/hover_left.png) no-repeat left top;left:100px;}
    #btn_next{background:url(../images/hover_right.png) no-repeat right top;right:100px;}
    
    
    
    
    .fh_top{width:135px; height:37px; margin:5px auto;}
    
    .bottom{width:100%; height:180px; background:url(../images/bottom_bg.jpg); float:left}
    .bottom_blank{width:1000px; height:30px; margin:0 auto}
    .bottom_nr{width:760px; height:110px; margin:0 auto;}
    .bottom_pic{width:236px; height:103px; float:left;}
    .bottom_jj{width:460px; height:100px; margin-left:25px; font-size:12px; font-family:"宋体"; color:#808080; float:left; line-height:27px;}
    
    .elevatora{width:100%; height:68px; background:url(../images/news_pp.jpg); float:left}
    .elevatora_blank{width:1000px; height:20px; margin:0 auto;}
    .elevator_item {width:135px; height:68px; margin:0 auto;}
    .elevator{width:135px; height:37px; cursor: pointer; margin:0 auto;}
    
    
    
    .picture_reason3{width:1000px; height:450px; margin:auto; background:url(../images/ny/picture_reason3.jpg) no-repeat}
    .picture_reason4{width:100%; height:480px; background:url(../images/ny/picture_reason4.jpg) center}
    /*   */
    .join_banner{height:460px; overflow:hidden; background:url(../images/ny/join_banner.jpg) center no-repeat}
    .join_trouble{width:1000px; height:385px; margin:0 auto; background:url(../images/ny/join_1.jpg)}
    .join_reason1{width:1000px; height:450px; margin:auto; background:url(../images/ny/join_reason1.jpg) no-repeat}
    .join_reason2{width:100%; height:480px; background:url(../images/ny/join_reason2.jpg) center no-repeat}
    .join_reason3{width:1000px; height:450px; margin:auto; background:url(../images/ny/join_reason3.jpg) no-repeat}
    .join_reason4{width:100%; height:480px; background:url(../images/ny/join_reason4.jpg) center}
    /*   */
    .center_banner{height:460px; overflow:hidden; background:url(../images/ny/center_banner.jpg) center no-repeat}
    
    /*   */
    .team_banner{height:460px; overflow:hidden; background:url(../images/ny/team_banner.jpg) center no-repeat}
    
    /*   */
    .news_banner{height:460px; overflow:hidden; background:url(../images/ny/news_banner.jpg) center no-repeat}
    .news_title{width:660px; height:40px; line-height:30px; text-align:center; font-size:21px; font-weight:bold; color:#444; margin-left:26px; line-height:24px; border-bottom:1px dotted #cbcbcb;}
    .news_time{width:640px; height:40px; line-height:40px; font-size:12px; color:#cbcbcb; margin-left:56px; line-height:40px; }
    .news_time span{width:110px; height:40px; float:left}
    .news_end{width:660px; height:auto; margin-left:26px; line-height:24px;}
    .news_end p{ text-indent:2em;}
    
    /*   */
    .zhuce_banner{height:514px;background:url(../images/ny/emali_pic.jpg) center no-repeat}
    
    
    /*   */
    .la{width: 268px; height: 82px; background:url(../images/wb_pp.jpg)}
    .la li{width:100px; height: 32px;  float: left; margin-left: 20px; margin-top:24px;}
    .lb{width:268px; height:358px; background:red; overflow:hidden}
    
    
    .new_blanka{width:230px; height:15px;}
    
    .end_left{width:715px; height:auto; float:left}
    .end_right{width:228px; height:auto; float:left; margin-left:10px;}
    .end_up{width:230px; height:36px; line-height:36px; font-size:14px; font-weight:bold; background:url(../images/ny/up.jpg); color:#000; margin-top:8px; float:left}
    .end_lm{width:228px; height:auto; border-left:1px solid #d5d5d5; border-right:1px solid #d5d5d5; float:left}
    .end_lm ul li{width:200px; height:26px; line-height:26px; float:left; border-bottom:1px dotted #dfdfdf; margin-left:14px; margin-top:3px; font-family:"宋体"}
    .end_lm ul li:hover{color:#ba0003; line-height:30px; font-weight:700}
    .end_lm span{color:#ba0003}
    .end_bottom{width:230px; height:6px; background:url(../images/ny/lm_bottom.jpg); float:left;}
    
    
    .blank_team{width:200px; height:10px; float:left}
    
    
    .right_centerf{width:713px; height:auto; border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf; float:left;}
    .right_centerf ul li{width:660px; height:128px; margin-top:23px; margin-left:26px;}
    .right_centerf img, .right_centerf span, .right_centerf p{float:left;}
    .right_centerf img{border:1px solid #cfe9ff}
    .right_centerf span{width:458px; height:25px; line-height:25px; margin-left:19px; font-size:14px; font-weight:bold;}
    .right_centerf span a{color:#000;}
    .right_centerf span a:hover{ text-decoration:underline}
    .right_centerf p{width:458px; height:103px; margin-left:19px; font-size:12px; line-height:24px;}
    
    
    
    
    
    
    • 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

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

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

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

    第三、学到了就要用到

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


    七、🎁更多干货

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

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

    3.

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

    在这里插入图片描述

  • 相关阅读:
    论文投稿前需要检查下参考文献
    LeetCode --- 1413. Minimum Value to Get Positive Step by Step Sum 解题报告
    redis进阶:redis主从架构原理及搭建
    JAVA Stream流
    中国移动集采120万部,助推国产5G赶超iPhone15
    基于分发与计算的GRTN全球实时传输网络
    collections 集合操作的工具类及其方法的概述
    避免按钮重复点击的小工具bimianchongfu.queren()
    【MySQL】记一次 SQL 优化
    DNA 11. 识别肿瘤蛋白质三维结构上突变热点(HotSpot3D)
  • 原文地址:https://blog.csdn.net/weixin__BJ050106/article/details/128091923