HTML期末大网页作业-腾讯官网(1),【干货

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

outline: none;

}

a,a:hover,a:active,a:visited,a:link,a:focus{

-webkit-tap-highlight-color:rgba(0,0,0,0);

-webkit-tap-highlight-color: transparent;

outline:none;

background: none;

text-decoration: none;

}

ul,

li {

list-style: none;

}

h1,

h2,

h3,

h4,

h5,

h6 {

font-size: 100%;

font-variant: normal;

}

.clearfix:before,

.clearfix:after {

content: “”;

display: table;

}

.clearfix:after {

clear: both;

overflow: hidden;

}

.clear-p-t{

padding-top: 0 !important;

}

.clear-margin{

margin: 0 !important;

}

.clear-b-margin{

margin-bottom: 0 !important;

}

.light{

color: #0052D9;

}

.p-light{

padding-left: 5px;

}

.w3{

color: #000;

font-family: ‘TencentSansw3’;

}

.w7{

color: #000;

font-family: ‘TencentSansw7’;

}

.pc-box{

display: block;

}

.mobile-box{

display: none;

}

.mobile-box-2{

display: none;

}

/* 页面最小高 */

.null_content{

min-height: 600px;

}

/页头/

.wrap{ display: block; width: 100%;position: relative;overflow-x: hidden;}

.wrap_head{ display:block; width:100%; height: 72px;

z-index: 2;

position: absolute;

left: 0;

top: 0;

transition: all 0.2s linear;

-webkit-transition: all 0.2s linear;

-moz-transition: all 0.2s linear;

-ms-transition: all 0.2s linear;

-o-transition: all 0.2s linear;

}

.head_con{ display:block; width:1200px; height: 72px; margin: 0px auto; position: relative; z-index: 2; }

.head_con .logo{ display:block; height: 22px; width: 168px; position: absolute; left: 0px; top: 25px;}

.head_con .logo h1{ display:block; height: 22px; width: 168px; background: url(./style/img/menu_logo.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden;background-size: 100% 100%;}

/菜单/

.menu_list{ display: block; height:72px; position: absolute; right: 220px; top: 0px; cursor: pointer; opacity: 1; transition:opacity 0.3s linear;transform: translate(0px,0);}

.menu_list .menu_item{ display: inline-block; height:72px; float: left; margin-left:72px; position: relative;}

.en-us .menu_list .menu_item{

margin-left: 36px;

}

.menu_list .menu_item .txt{ display: block; height:72px; line-height: 72px; font-size: 16px; color: #fff; font-weight: bold; opacity: 0.95; -webkit-transition:color 0.3s linear; position: relative; z-index: 2;}

.menu_list .menu_item .txt:hover{ opacity: 1;}

.menu_list .menu_item .txt:after{ display:block; content:“”; height: 4px; width: 100%; position: absolute; bottom: 19px; left: 0px; background: #194ac3; opacity: 0; -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out; transform-origin: 50% 0%; transform:scale(0.01,1);}

.menu_list .menu_item .txt:before{ display:none; content:“”; height: 400px; width: 100%; position: absolute; top: 19px; left: -10px; background: #194ac3; opacity: 1;}

.menu_list .menu_item:hover .txt:after{ transform:scale(1,1); opacity: 1;}

.menu_list .menu_item.menu_item_lan{ display:none;}

.menu_list .menu_item .menu_hook{ display:none; width: 100%; height: 445px; position: absolute; left: -36px; top: 0px; z-index: 1;}

.en-us .menu_list .menu_item{ margin-left: 60px;}

.en-us .sub_list li a{ padding:10px 0;}

.sub_list{display: none; position: absolute; width:160px; left: 50%; margin-left: -80px; text-align: center; z-index: 2; }

.sub_list li a{ display: block; font-size: 16px; color: #2b2e2e; opacity: 0.7; padding: 13px 0;}

.sub_list li a:hover{ opacity: 1;}

/搜索框/

.search_area{display: none; height: 42px; width: 42px; background:rgba(255,255,255,0); position:absolute; right: 128px; top: 16px; border: 1px solid rgba(255,255,255,0); border-radius: 3px; transition: width 0.25s ease-out,background 0.25s ease-out,border 0.25s ease-out;}

.search_area .search_icon{display: block; height: 16px; width: 16px; background:url(./style/img/icon_search.png) no-repeat 0 0; position:absolute; left: 13px; top: 13px; opacity: 0.9; transition: opacity 0.25s linear;background-size: 100% 100%;}

.search_area .search_icon:hover{ opacity:1;}

.search_area .ipt_search{display: block; height: 42px; line-height: 42px; width: 16px; position:absolute; left: 42px; top: 0px; font-size: 16px; display: none;}

.search_area_show .menu_list{ opacity: 0; pointer-events: none;}

.search_area_show .search_area{ width: 676px; background: #000; border: 1px solid rgba(255,255,255,0.95);}

.search_area_show .search_icon{opacity:1;}

.search_area .ipt_search{ width:615px;}

/语言框/

.lang_area{ display: block; position: absolute; right: 0px; top: -74px}

.lang_area a{ display: inline-block; font-size: 16px; color: #fff; font-family:“PingFangSC-Regular”; opacity: 0.7;cursor: pointer;}

.lang_area a:hover{ opacity:0.95;}

.lang_area a.current{ opacity:1;}

.lang_area .s_line{ display: inline-block; font-size: 12px; margin: 0px 3px; position: relative; top: -2px; opacity: 0.7;}

.head_white{

background: #fff;

}

/* .head_white.fixed{

position: fixed;

top: -72px;

} */

.submenu_show .logo h1,.head_white .logo h1{ background-image: url(./style/img/menu_logo_hover.png);background-size: 100% 100%;}

.submenu_show .menu_list .menu_item .txt,.head_white .menu_list .menu_item .txt{ color: #2b2e2e;}

.submenu_show.search_area_show .search_area,.head_white.search_area_show .search_area{ width: 676px; background: #f6f6f6; }

.submenu_show.search_area_show .search_area .search_icon,.head_white.search_area_show .search_area .search_icon{ opacity: 0.3; }

.submenu_show.search_area_show .search_area .ipt_search,.head_white.search_area_show .search_area .ipt_search{ color: #2b2e2e;}

.submenu_show .search_area .search_icon,.head_white .search_area .search_icon{ background-image:url(./style/img/icon_search_hover.png);}

.submenu_show .lang_area a,.head_white .lang_area a{ color: #2b2e2e;}

.submenu_show .lang_area .s_line,.head_white .lang_area .s_line{ color: #2b2e2e;}

.submenu_show .bg_hover{ display:block !important; width: 100%; height: 445px; background:rgba(255,255,255,1); z-index: 1; position: absolute; top: 0px; left: 0px; -webkit-animation:a_bg_hover_show 0.2s ease-out both; -webkit-transform-origin:50% 0%;}

.submenu_show .menu_list .menu_item.sublist_show .sub_list,.head_white .menu_list .menu_item.sublist_show .sub_list{ -webkit-animation:a_menu_item_show 0.2s ease-out both;}

.submenu_show .menu_list .menu_item.sublist_hide .sub_list,.head_white .menu_list .menu_item.sublist_hide .sub_list{ -webkit-animation:a_menu_item_hide 0.15s ease-out both;}

.submenu_show .menu_list .menu_item .menu_hook{ display:block;}

.submenu_hide,.sublist_hide{ pointer-events:none;} /避免鼠标快速移动触发鼠标对菜单收回动画延迟 一进多出显示bug/

.submenu_hide .bg_hover{ -webkit-animation:a_bg_hover_hide 0.15s ease-out both; -webkit-transform-origin:50% 0%;}

/页脚/

.wrap_footer{ width:100%; height: 480px; background: #fbfbfb; position: relative; z-index: 1;}

.footer_con{ width:1200px; margin: 0px auto; height: 480px; position: relative;}

.footer_con .tit{ display:block; font-size: 20px; color: #5f6464; font-weight: normal; margin-bottom: 30px; }

.footer_con ul li a{ display:block; font-size: 16px; color: #5f6464; font-weight: normal; margin-bottom: 18px;}

.focus_us{ display: block; height: 55px; width: 100%; border-bottom: 1px solid #f2f3f5; padding-top: 33px; margin-bottom: 40px;}

.focus_us .tit{ float: left; margin-right: 33px; }

.focus_us .focus_list li{ display:inline-block; float: left; margin-right: 28px;}

.focus_us .focus_list li a{ display:block; height: 28px; width: 28px;}

.focus_us .focus_list li a .icon{ display:block; height: 28px; width: 28px; background:url(./style/img/icon_wechat.png) no-repeat center; background-size: 100% 100%;position: relative; transition: background 0.2s ease-in-out;}

.focus_us .focus_list li a .i_weibo{background:url(./style/img/icon_weibo.png) no-repeat center; background-size: 100% 100%;}

.focus_us .focus_list li a .i_twitter{background:url(./style/img/icon_twitter.png) no-repeat center; background-size: 100% 100%;}

.focus_us .focus_list li a .i_in{background:url(./style/img/icon_in.png) no-repeat center; background-size: 100% 100%;}

.focus_us .focus_list li a:hover .icon{

background:url(./style/img/icon_wechat_hover.png) no-repeat center; background-size: 100% 100%;

}

.focus_us .focus_list li a:hover .i_weibo{

background:url(./style/img/icon_weibo_hover.png) no-repeat center; background-size: 100% 100%;

}

.focus_us .focus_list li a:hover .i_twitter{

background:url(./style/img/icon_twitter_hover.png) no-repeat center; background-size: 100% 100%;

}

.focus_us .focus_list li a:hover .i_in{

background:url(./style/img/icon_in_hover.png) no-repeat center; background-size: 100% 100%;

}

.wechat-code {

width: 176px;

position: absolute;

left: 0;

top: -186px;

z-index: 2;

display: block;

display:none;

opacity: 0;

transition: opacity 0.2s linear;

pointer-events:none;

}

.focus_us .focus_list li a:hover .wechat-code{

display: block;

opacity: 1;

}

.join_us,.contact_us,.legal_info{ float: left; width: 216px;}

.logo_tencent{ display: block; height: 28px; width: 212px; position: absolute; right: 75px; top: 50%; margin-top: -21px;}

.logo_tencent img{

width: 100%;

}

.footer_area{ display:block; width: 100%; position: absolute; bottom: 51px; left: 0px;}

.footer_area .links li{ display:inline-block; float: left; margin-right: 20px;}

.footer_area .links li a{ font-size: 14px; color: #5f6464; margin-bottom: 0px;}

.footer_area .copyright{ font-size: 14px; color: #5f6464; float: right;}

.footer_area .copyright .flag_num{ display:none;}

/banner/

.banner_area{ display:block; height: 780px; width: 100%; position: relative; margin-top: -72px;overflow: hidden;}

.banner_bg{ display:block; height: 780px; width: 100%; background:#000; background-size: cover; position: absolute; left:0px; top: 0px;}

.slide_tips{ display:block; width: 30px; height: 57px; position: absolute; left: 50%; margin-left: -15px; bottom: 62px; z-index: 2;}

.slide_tips .s_line{ display:block; width: 2px; height: 32px; border-radius: 2px; position: absolute; left: 50%; margin-left: -1px; top: 0px; background: #fff;}

.slide_tips .txt{ display:block; width: 100%; position: absolute; left:0; text-align: center; bottom: 0px; font-size: 12px; letter-spacing: 2px;}

.en-us .slide_tips .txt{ left:-6px;}

.slide_tips .s_line{ animation: a_banner_s_line 3s 0.3s linear both infinite;-webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;-ms-animation: a_banner_s_line 3s 0.3s linear both infinite;-moz-animation: a_banner_s_line 3s 0.3s linear both infinite;-o-animation: a_banner_s_line 3s 0.3s linear both infinite;}

/首页内容/

.descript_area{ display:block; width: 100%;}

.descript_area .txt{ text-align: center; font-size: 24px; color: #5f6464; line-height: 54px; padding: 105px 0 74px;font-family: ‘TencentSansw3’; }

.descript_area .txt span.m{ display:none;}

.descript_area .txt span.pc{ display:block;}

.details_area{display:block; width: 100%; margin-bottom: 84px;}

.details_con{ display:block; width: 1240px; margin: 0px auto; height: 250px;}

.detail_list{ display:block; height: 250px;}

.detail_list li{ display:inline-block; float: left; height: 100%; width: 400px; text-align: center; margin-right:20px; position: relative; overflow: hidden;}

.detail_list li a{ display:block; height: 100%; width: 100%;}

.detail_list li a:after{ display:block; content: “”; height: 100%; width: 100%; background:rgba(0,82,217,0.7); position: absolute; left: 0px; top: 0px; z-index: 2; opacity: 0; transition: opacity 0.3s ease-out;}

.detail_list li p{ display:block; float: left; font-size: 30px; height: 40px; text-align: center; position: absolute; left: 50%; top: 50%; margin-top: -20px; z-index: 3; color: #fff; border-bottom: 1px solid rgba(255,255,255,0); transform: translate(-50%,0); padding-bottom: 3px; transition: border-bottom 0.3s ease-out;font-family: ‘TencentSansw7’;padding-bottom: 5px;-webkit-transition: width 1s linear;}

.detail_list li p:after{

content: ’ ';

width: 0;

height: 2px;

background: #fff;

bottom: -2px;

left: 0;

position: absolute;

opacity: 0;

-webkit-transition: all 0.2s linear;

}

.detail_list li img{ display:block; height:100%;; width: 100%; position: absolute; left: 0px; top: 0px; z-index: 1; transform:scale(1); transition: transform 0.3s ease-out;}

.detail_list li.last{ margin-right:0px;}

.detail_list li a:hover:after{opacity:1;}

.detail_list li a:hover p:after{

opacity: 1;

left: 0;

width: 100%;

}

.detail_list li a:hover img{ transform:scale(1.024);}

/连接模块/

.link_area{ display:block; width: 100%; height: 780px; background: #1b1f25; margin-bottom: 84px; }

.link_area .link_hook{ display:block; width:1440px; height: 780px; margin:0px auto;

/background:#1b1f25 url(./style/img/bg_3.png) no-repeat 0 0; background-size: contain;/}

.link_area .link_tab{ display:block; width: 36%; height: 100%; float: left;}

.link_area .tab_list{ display:block; height: 100%;}

.link_area .tab_list li{ display:block; height: 33.3%; opacity: 0.4; position: relative;}

.link_area .tab_list .tit{ display:block; font-size: 30px; color: #fff; position: absolute; left: 50%; margin-left: -32%; top: 50%; margin-top: -4.9%; transition: margin-left 0.3s ease-out;font-family: ‘TencentSansw7’;right: 32px;}

.link_area .tab_list .txt{ display:block; font-size: 16px; color: #fff; position: absolute; left: 50%; margin-left: -32%; top: 50%; margin-top: 5.8%; transition: margin-left 0.3s ease-out;font-family: ‘TencentSansw3’;right: 30px;}

.link_area .tab_list .icon{ display:block; height: 16px; width: 54px; background: url(./style/img/icon_arrow_r.png) no-repeat 0 0; position: absolute; left: 50%; /margin-left: -21.5%;/ margin-left: -32%; top: 50%; margin-top: 14.8%; opacity: 0; transition: margin-left 0.3s ease-out,opacity 0.3s ease-out;background-size: 100% 100%;}

.link_area .tab_list li.list_item_2 .icon{ margin-top: 9.0%; }

.link_area .tab_list li.list_item_3 .icon{ margin-top: 3.8%; }

.link_area .tab_list .tit:after{ display:block; content:“”; height: 70px; width: 6px; background: #1e52d8; position: absolute; left: 50%; margin-left: -62%; top: 18%; opacity:0; transform: translate(-20px,0px); transition: opacity 0.3s ease-out,transform 0.3s ease-out;}

.link_area .tab_list li.list_item_2 .tit{ margin-top: -10.9%; }

.link_area .tab_list li.list_item_2 .txt{margin-top: -0.2%; }

.link_area .tab_list li.list_item_3 .tit{ margin-top: -16.3%; }

.link_area .tab_list li.list_item_3 .txt{margin-top: -6.2%; }

.link_area .tab_list li.current{opacity: 1;}

.link_area .tab_list li.current .tit{ margin-left: -28%; }

.link_area .tab_list li.current .txt{ margin-left: -28%; }

.link_area .tab_list li.current .tit:after{ opacity:1; transform: translate(0px,0px);}

.link_area .tab_list li.current .icon{ opacity:1; margin-left: -27.5%; }

.link_area .link_content{ display:block; width: 64%; height: 780px; margin-left: 36%; overflow: hidden;}

.link_area .link_content .con{ display:none; width: 100%; height: 100%;}

.link_area .link_content .con_1{ display:block;}

.link_area .link_con_list{ display:block; width: 100%; height: 100%;}

.link_area .link_con_list li{ display:block; width: 50%; float: left; height: 50%; background: url(./style/img/index_link_1_1.jpg) no-repeat center center; background-size: cover; overflow: hidden;}

.link_area .link_con_list li a{ display:block; width: 100%; height: 100%; position: relative;}

.link_area .con_1 .link_con_list li.item_1{ background-image: url(./style/img/index_link_1_1.jpg);}

.link_area .con_1 .link_con_list li.item_2{ background-image: url(./style/img/index_link_1_2.jpg); }

.link_area .con_1 .link_con_list li.item_3{ background-image: url(./style/img/index_link_1_3.jpg); }

.link_area .con_1 .link_con_list li.item_4{ background-image: url(./style/img/index_link_1_4.jpg); }

.link_area .con_2 .link_con_list li.item_1{ background-image: url(./style/img/index_link_2_1.jpg); }

.link_area .con_2 .link_con_list li.item_2{ background-image: url(./style/img/index_link_2_2.jpg); }

.link_area .con_2 .link_con_list li.item_3{ background-image: url(./style/img/index_link_2_3.jpg); width: 100%;}

.link_area .con_3 .link_con_list li.item_1{ background-image: url(./style/img/index_link_3_1.jpg); }

.link_area .con_3 .link_con_list li.item_2{ background-image: url(./style/img/index_link_3_2.jpg); }

.link_area .con_3 .link_con_list li.item_3{ background-image: url(./style/img/index_link_3_3.jpg); }

.link_area .con_3 .link_con_list li.item_4{ background-image: url(./style/img/index_link_3_4.jpg); }

.link_area .link_con_list .script{ display:block; width: 100%; height: 50%; position: absolute; left: 0px; bottom: 0px; background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.4),rgba(0,0,0,0)); }

.link_area .link_con_list .script .tit{ display:block; margin-left:43px; margin-top: 119px; font-size: 24px; color: #fff; transition: margin-top 0.3s ease-out;font-family: ‘TencentSansw7’;}

.link_area .link_con_list .script .txt{ display:block; margin-left:43px; margin-top: 9px; line-height: 1.8; font-size: 16px; color: #fff; opacity: 0; transform: translate(0px,15px); transition: opacity 0.3s ease-out;font-family: ‘TencentSansw3’;margin-right: 43px;}

.link_area .link_con_list .script .icon{ display:block; height: 14px; width: 31px; background: url(./style/img/icon_arrow_r_s.png) no-repeat 0 0; position: absolute; right: 71px; top: 71px; opacity: 0; transition: all 0.3s ease-out;background-size: 100% 100%;}

.link_area .link_con_list li a:hover .script .tit{ margin-top: 59px; }

.link_area .link_con_list li a:hover .script .txt{ opacity: 1; transform: translate(0px,0);}

.link_area .link_con_list li a:hover .script .icon{animation: a_arrow_r 0.2s linear forwards; }

@keyframes a_arrow_r {

0%{ opacity: 0; right: 71px;}

100%{opacity: 1; right: 51px;}

}

/责任模块/

.resp_area{ display:block; width:1280px; height:620px; margin: 0px auto 84px; /background:url(./style/img/bg_4.png) no-repeat 0 0; background-size: contain;/ position: relative;}

.resp_area .public_welfare{ display:block; width:627px; height:620px; position: absolute; left: 0px; top: 0px;}

.resp_area .slide_area{ display:block; width:627px; height:620px; position: absolute; left: 0px; top: 0px; overflow: hidden;}

.resp_area .slide_list{

display:block; width:100%; height:620px; position: relative;

}

.resp_area .slide_list li{ width:627px; height:620px;position: absolute;opacity: 0;transition: opacity 0.3s linear;

-moz-transition: opacity 0.3s linear;

-ms-transition: opacity 0.3s linear;

-o-transition: opacity 0.3s linear;

-webkit-transition: opacity 0.3s linear;left: 0;top:1;}

.resp_area .slide_list li a{

display: block;

color: #fff;

position: absolute;

width: 100%;

height: 100%;

}

.resp_area .slide_list li.active{

opacity: 1;

}

.resp_area .slide_list li .shadow_bg{ display:block; width:100%; height:30%; position: absolute; left: 0px; bottom: 0px; background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.15),rgba(0,0,0,0)); pointer-events: none;}

.resp_area .slide_list li .img{ display:block; width:627px; height:620px; position: absolute; left: 0px; top: 0px;}

.resp_area .slide_list li .img0{

background: url(./style/img/index_resp_bg0.png) no-repeat center center;background-size: cover;

}

.resp_area .slide_list li .img1{

background: url(./style/img/index_resp_bg1.jpg) no-repeat center center;background-size: cover;

}

.resp_area .slide_list li .img2{

background: url(./style/img/index_resp_bg2.jpg) no-repeat center center;background-size: cover;

}

.resp_area .slide_list li .img3{

background: url(./style/img/index_resp_bg3.jpg) no-repeat center center;background-size: cover;

}

.resp_area .slide_list li .tit{ display:block; width: 500px;font-size: 24px; position: absolute; left: 53px; bottom: 107px;z-index: 1;font-family: ‘TencentSansw7’;}

.resp_area .slide_list li .txt{ display:block; width: 500px; font-size: 16px; position: absolute; left: 52px; bottom: 41px; line-height: 29px;z-index: 1;font-family: ‘TencentSansw3’;}

.resp_area .public_welfare .hook_tri{ display:block; width:43px; height:620px; background: url(./style/img/i_tri.png) no-repeat 0 0; background-size: contain; position: absolute; right: 0px; bottom: 0px;}

.resp_area .slide_area .icon_arrow{ display:block; width:10px; height:16px; background: url(./style/img/sli-left-icon.png) no-repeat center; position: absolute; right: 144px; bottom: 116px; margin-top:-30px;z-index:5;background-size: 10px 16px;padding: 5px;cursor: pointer; display: none\9; opacity: 0; transition: opacity 0.2s linear;}

.resp_area .slide_area .icon_arrow_r{ left: auto; right: 98px; background: url(./style/img/sli-right-icon.png) no-repeat center;background-size: 10px 16px;}

.resp_area .slide_area:hover .icon_arrow{

display: block;

opacity: 1;

}

.en-us .resp_area .slide_area .icon_arrow{ right:84px; bottom: 15px;}

.en-us .resp_area .slide_area .icon_arrow_r{ right:48px;}

.resp_area .resp_details{ display:block; width: 450px; position: absolute; left: 50%; margin-left: 68px; top: 50%; margin-top: -8.3%;}

.resp_area .resp_details .tit{ display:block; color: #2a2e2e; width: 450px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size:36px; margin-bottom: 20px;font-family: ‘TencentSansw7’;}

.resp_area .resp_details .txt{ display:block; color: #5f6464; width: 450px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size:20px; margin-bottom: 40px;font-family: ‘TencentSansw3’;}

.resp_area .resp_details .icon_arrow_r{ display:block; width: 38px; height: 16px; background: url(./style/img/icon_arrow_r_dark.png) no-repeat 0 0; margin-left: 3px;background-size: 100% 100%;}

.en-us .resp_area .resp_details .txt{ white-space:normal; }

/人才发展模块/

.develop_area{ display:block; width: 100%;margin: 0px auto; position: relative;}

.develop_con{

width: 1240px;

margin: 0 auto;

}

.develop_area .develop_details{ display:block; width: 450px; position: absolute; left: 6.6%; top: 16%;z-index: 1;}

.develop_area .develop_details .tit{ display:block; color: #2a2e2e; width: 450px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size:36px; margin-bottom: 20px;font-family: ‘TencentSansw7’;}

.develop_area .develop_details .txt{ display:block; color: #5f6464; width: 450px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size:20px; margin-bottom: 40px;font-family: ‘TencentSansw3’;}

.develop_area .develop_details .icon_arrow_r{ display:block; width: 38px; height: 16px; background: url(./style/img/icon_arrow_r_dark.png) no-repeat 0 0; margin-left: 3px;background-size: 100% 100%;}

.develop_area .slide_area{ display:block; width: 100%; height: 100%; overflow: hidden;position: relative;}

.develop_area .slide_list{ display:block; width: 100%; height: 100%;position: relative;height: 1040px;}

.develop_area .slide_list li{ display:inline-block; width: 100%;height: 1040px; float: left;overflow: hidden;position: relative;opacity: 0;transition: 0.3s linear;

-moz-transition: opacity 0.3s linear;

-ms-transition: opacity 0.3s linear;

-o-transition: opacity 0.3s linear;

-webkit-transition: opacity 0.3s linear;position: absolute;left: 0;top: 0;}

.develop_area .slide_list li.active{

opacity: 1;

}

.develop_area .slide_list .li1{

background: url(./style/img/index_develop_bg1.jpg) no-repeat top;background-size: cover;

}

.video1 {

width: 2560px;

height: 780px;

position: absolute;

top: 0;

left: 50%;

margin-left: -1280px;

z-index: 1;

}

.slide-tab{

position: absolute;

right: 32px;

bottom: 24px;

}

.slide-tab .li{

float: left;

margin-left: 8px;

width: 8px;

height: 8px;

background: #fff;

transition: width 0.3s linear;

-moz-transition: width 0.3s linear;

-ms-transition: width 0.3s linear;

-o-transition: width 0.3s linear;

-webkit-transition: width 0.3s linear;

cursor: pointer;

}

.slide-tab .li.active{

width: 24px;

background: #0052d9;

}

.block-link {

display: block;

height: 100%;

width: 100%;

}

.banner_txt{

position: absolute;

top: 50%;

left: 50%;

z-index: 99999;

transform: translate(-50%,-50%);

}

.banner_txt .txtbox span{

display: inline-block;

font-size: 58px;

}

Tencent腾讯

  • 简介

  • 业务

  • 员工

  • 企业责任

  • 投资者

  • 媒体

    |

    |

    EN

    <video width=“100%” id=“video” autoplay loop preload muted preload=“auto” x-webkit-airplay=“true”

    airplay=“allow” webkit-playsinline=“true” playsinline=“true” src=“./style/video/index-video.mp4”

    class=“video1 video”>

    连接你我

    共生未来

    滑动

    自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、OPPO等大厂,18年进入阿里一直到现在。

    深知大多数前端工程师,想要提升技能,往往是自己摸索成长或者是报班学习,但对于培训机构动则几千的学费,着实压力不小。自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!

    因此收集整理了一份《2024年Web前端开发全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。
    img
    img
    img
    img
    img
    img

    既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上前端开发知识点,真正体系化!

    由于文件比较大,这里只是将部分目录大纲截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且后续会持续更新

    如果你觉得这些内容对你有帮助,可以添加V获取:vip1024c (备注前端)
    img

    Vue 面试题

    1.Vue 双向绑定原理
    2.描述下 vue 从初始化页面–修改数据–刷新页面 UI 的过程?
    3.你是如何理解 Vue 的响应式系统的?
    4.虚拟 DOM 实现原理
    5.既然 Vue 通过数据劫持可以精准探测数据变化,为什么还需要虚拟 DOM 进行 diff 检测差异?
    6.Vue 中 key 值的作用?
    7.Vue 的生命周期
    8.Vue 组件间通信有哪些方式?
    9.watch、methods 和 computed 的区别?
    10.vue 中怎么重置 data?
    11.组件中写 name 选项有什么作用?
    12.vue-router 有哪些钩子函数?
    13.route 和 router 的区别是什么?
    14.说一下 Vue 和 React 的认识,做一个简单的对比
    15.Vue 的 nextTick 的原理是什么?
    16.Vuex 有哪几种属性?
    17.vue 首屏加载优化
    18.Vue 3.0 有没有过了解?
    19.vue-cli 替我们做了哪些工作?

    算法

    1. 冒泡排序
    2. 选择排序
    3. 快速排序
    4. 二叉树查找: 最大值、最小值、固定值
    5. 二叉树遍历
    6. 二叉树的最大深度
    7. 给予链表中的任一节点,把它删除掉
    8. 链表倒叙
    9. 如何判断一个单链表有环
    10. 给定一个有序数组,找出两个数相加为一个目标数

    由于篇幅限制小编,pdf文档的详解资料太全面,细节内容实在太多啦,所以只把部分知识点截图出来粗略的介绍,每个小节点里面都有更细化的内容!有需要的程序猿(媛)可以帮忙点赞+评论666

    一个人可以走的很快,但一群人才能走的更远。如果你从事以下工作或对以下感兴趣,欢迎戳这里加入程序员的圈子,让我们一起学习成长!

    AI人工智能、Android移动开发、AIGC大模型、C C#、Go语言、Java、Linux运维、云计算、MySQL、PMP、网络安全、Python爬虫、UE5、UI设计、Unity3D、Web前端开发、产品经理、车载开发、大数据、鸿蒙、计算机网络、嵌入式物联网、软件测试、数据结构与算法、音视频开发、Flutter、IOS开发、PHP开发、.NET、安卓逆向、云计算

    2.描述下 vue 从初始化页面–修改数据–刷新页面 UI 的过程?
    3.你是如何理解 Vue 的响应式系统的?
    4.虚拟 DOM 实现原理
    5.既然 Vue 通过数据劫持可以精准探测数据变化,为什么还需要虚拟 DOM 进行 diff 检测差异?
    6.Vue 中 key 值的作用?
    7.Vue 的生命周期
    8.Vue 组件间通信有哪些方式?
    9.watch、methods 和 computed 的区别?
    10.vue 中怎么重置 data?
    11.组件中写 name 选项有什么作用?
    12.vue-router 有哪些钩子函数?
    13.route 和 router 的区别是什么?
    14.说一下 Vue 和 React 的认识,做一个简单的对比
    15.Vue 的 nextTick 的原理是什么?
    16.Vuex 有哪几种属性?
    17.vue 首屏加载优化
    18.Vue 3.0 有没有过了解?
    19.vue-cli 替我们做了哪些工作?

    [外链图片转存中…(img-hDHdu6wj-1712180822645)]

    算法

    1. 冒泡排序
    2. 选择排序
    3. 快速排序
    4. 二叉树查找: 最大值、最小值、固定值
    5. 二叉树遍历
    6. 二叉树的最大深度
    7. 给予链表中的任一节点,把它删除掉
    8. 链表倒叙
    9. 如何判断一个单链表有环
    10. 给定一个有序数组,找出两个数相加为一个目标数

      [外链图片转存中…(img-DgKZuMWt-1712180822645)]

    由于篇幅限制小编,pdf文档的详解资料太全面,细节内容实在太多啦,所以只把部分知识点截图出来粗略的介绍,每个小节点里面都有更细化的内容!有需要的程序猿(媛)可以帮忙点赞+评论666

    一个人可以走的很快,但一群人才能走的更远。如果你从事以下工作或对以下感兴趣,欢迎戳这里加入程序员的圈子,让我们一起学习成长!

    AI人工智能、Android移动开发、AIGC大模型、C C#、Go语言、Java、Linux运维、云计算、MySQL、PMP、网络安全、Python爬虫、UE5、UI设计、Unity3D、Web前端开发、产品经理、车载开发、大数据、鸿蒙、计算机网络、嵌入式物联网、软件测试、数据结构与算法、音视频开发、Flutter、IOS开发、PHP开发、.NET、安卓逆向、云计算

  • 21
    点赞
  • 16
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值