CINXE.COM

TikTok广告_鸟哥笔记专栏|最新精选干货好文

<!doctype html> <html lang="zh-cmn-Hans"> <head> <meta charset="UTF-8"> <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> --> <meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=0.3, maxmum-scale=1.0, minimum-scale=0.3"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>TikTok广告_鸟哥笔记专栏|最新精选干货好文</title> <meta name="keywords" content="广告,新媒体运营,营销,市场营销,广告投放,营销策略,广告创意,运营,APP推广,直播带货,微信运营,短视频,市场推广,移动互联网,广告文案,抖音运营" /> <meta name="description" content="TikTok广告作为新兴的数字营销工具,以其独特的短视频格式在全球范围内迅速获得了广泛的受众关注" /> <meta name="baidu-site-verification" content="code-QLOAN2TGrJ" /> <!-- <meta name="Baiduspider" content="noarchive"> --> <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/head.css"> <link rel="stylesheet" href="/css/wap/base.css"> <link rel="stylesheet" href="/css/dropload.css"> <link rel="stylesheet" href="/css/swiper.min.css"> <link rel="stylesheet" href="/css/sweet-alert.css?v1"> <link rel="stylesheet" href="/css/initialize.css"> <script src="/js/jquery-2.1.1.min.js"></script> <script src="/js/sweet-alert.min.js"></script> <script src="/js/dropload.min.js" ></script> <script src="/js/jquery.lazyload.min.js"></script> <script src="/js/js.cookie.js" ></script> <script src="/js/main.js"></script> <link type="text/css" rel="stylesheet" href="/css/indexEffect.css"> <!-- qrcode cdn --> <script src="/js/jquery.qrcode.min.js"></script> <link href="/css/animate.min.css" rel="stylesheet"> <script> function IsPC() { var userAgentInfo = navigator.userAgent; var Agents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"]; var flag = true; for (var v = 0; v < Agents.length; v++) { if (userAgentInfo.indexOf(Agents[v]) > 0) { flag = false; break; } } return flag; } if(!IsPC()) !function(N,M){function L(){var a=I.getBoundingClientRect().width;a/F>540&&(a=540*F);var d=a/10;I.style.fontSize=d+"px",D.rem=N.rem=d}var K,J=N.document,I=J.documentElement,H=J.querySelector('meta[name="viewport"]'),G=J.querySelector('meta[name="flexible"]'),F=0,E=0,D=M.flexible||(M.flexible={});if(H){console.warn("将根据已有的meta标签来设置缩放比例");var C=H.getAttribute("content").match(/initial\-scale=([\d\.]+)/);C&&(E=parseFloat(C[1]),F=parseInt(1/E))}else{if(G){var B=G.getAttribute("content");if(B){var A=B.match(/initial\-dpr=([\d\.]+)/),z=B.match(/maximum\-dpr=([\d\.]+)/);A&&(F=parseFloat(A[1]),E=parseFloat((1/F).toFixed(2))),z&&(F=parseFloat(z[1]),E=parseFloat((1/F).toFixed(2)))}}}if(!F&&!E){var y=N.navigator.userAgent,x=(!!y.match(/android/gi),!!y.match(/iphone/gi)),w=x&&!!y.match(/OS 9_3/),v=N.devicePixelRatio;F=x&&!w?v>=3&&(!F||F>=3)?3:v>=2&&(!F||F>=2)?2:1:1,E=1/F}if(I.setAttribute("data-dpr",F),!H){if(H=J.createElement("meta"),H.setAttribute("name","viewport"),H.setAttribute("content","initial-scale="+E+", maximum-scale="+E+", minimum-scale="+E+", user-scalable=no"),I.firstElementChild){I.firstElementChild.appendChild(H)}else{var u=J.createElement("div");u.appendChild(H),J.write(u.innerHTML)}}N.addEventListener("resize",function(){clearTimeout(K),K=setTimeout(L,300)},!1),N.addEventListener("pageshow",function(b){b.persisted&&(clearTimeout(K),K=setTimeout(L,300))},!1),"complete"===J.readyState?J.body.style.fontSize=12*F+"px":J.addEventListener("DOMContentLoaded",function(){J.body.style.fontSize=12*F+"px"},!1),L(),D.dpr=N.dpr=F,D.refreshRem=L,D.rem2px=function(d){var c=parseFloat(d)*this.rem;return"string"==typeof d&&d.match(/rem$/)&&(c+="px"),c},D.px2rem=function(d){var c=parseFloat(d)/this.rem;return"string"==typeof d&&d.match(/px$/)&&(c+="rem"),c}}(window,window.lib||(window.lib={})); </script> <script> var _uid = 0; // 用户id 0 代表未登录 var is_author = 0; //0 不是作者 1 作者 var UID = _uid; </script> </head> <body style="position: relative"> <style> /*顶部导航*/ #newBridge { display: none !important; } html,body{ min-width:1280px; } @media screen and (min-width: 767px){ .top-bar { height: 30px; background: #27282D; } .top-bar .inside { width: 1175px; margin: 0 auto; } .inside .left { float: left; position: relative; } .inside .left .app-btn { width: 72px; } .inside .left .app-btn:hover + .app-download-icon { display: block; } .inside .left .app-download-icon { width: 140px; height: 167px; background: no-repeat center/100% url("/img/index/app_download_code2_1.png"); position: absolute; top: 35px; right: 30px; display: none; z-index: 2000; } .inside .right { float: right; } .inside .right a { margin-right: 0px; } .inside .right .btn-item { margin-right: 28px; } .inside .btn-item.btn-item-login { margin: 0; width: 30px; } .inside .btn-item { width: 60px; height: 30px; line-height: 30px; font-size: 12px; color: #fff; float: left; margin: 0 60px 0 0; cursor: pointer; position: relative; } .inside .btn-item .up-text { position: absolute; top: -15px; opacity: 0; transition: all .2s; } .inside .btn-item .down-text { position: absolute; top: 0; opacity: 1; transition: all .2s; } .inside .btn-item:hover > .up-text{ top: 0; opacity: 1; transition: all .2s; } .inside .btn-item:hover > .down-text{ top: 15px; opacity: 0; transition: all .2s; } .headerTopNav{ background:rgba(243,243,243,1); height:30px; } #udesk_btn>a{ right:-2px !important; bottom:2px !important; } #udesk_btn>a>.buttonImg{ width:39px !important; height:39px !important; } .headerTopNavInner{ width:1150px; height:30px; margin:auto; } .headerTopNavItem { display: block; float:left; line-height:32px; height: 30px; color:rgba(112,112,112,1); padding-left:38px; background-position: 15px center; background-repeat: no-repeat; background-size: 15px 15px; font-size:12px; } .headerTopNavItem:hover { color:rgba(2,137,255,1); } /*other*/ .otherNav{ width:489px; height:235px; background:rgba(255,255,255,1); box-shadow:0px 2px 7px 0px rgba(78,75,75,0.5); opacity:0.95; } .otherNavCol{ display: block; float:left; width: 33%; height: 100%; padding: 16px 0 0 31px; } .otherNavTitle{ height:24px; font-size:16px; font-family:SourceHanSansSC-Regular; font-weight:400; color:rgba(33,33,33,1); line-height:24px; margin-bottom: 24px; } .otherNavItem{ padding-left: 32px; height: 24px; display: block; background-repeat: no-repeat; background-position: 0 center; background-size: 24px 24px; font-size:14px; font-family:SourceHanSansSC-Regular; font-weight:400; color:rgba(112,112,112,1); line-height:24px; margin-bottom: 16px; } .otherNavItem:hover{ color:#0289FF; } .redicon{ width:6px; height:6px; border-radius:3px; background:red; position:absolute; top: 84px; right: 16px; } .topheader{ height:30px; background:rgba(47,50,53,1); } .topheader a{ line-height:18px; } .topheader_content{ width:1200px; margin:0 auto; } .topheader_content .qm_logo{ float:left; margin:5px 0 0 28px; } .topheader_content .qm_logo img{ width:66px; } .topheader_content ul{ float:left; margin-left:65px; } .topheader_content ul li{ float:left; margin-right:30px; position: relative; } .topheader_content ul li span{ display: block; height: 30px; line-height: 30px; font-size:12px; color:rgba(255,255,255,1); } .topheader_content ul li:hover span{ font-family:PingFangSC-Medium; font-weight:500; color:rgba(50,135,255,1); } .topheader_content ul li .common{ position: absolute; top:30px; left:-68px; width:184px; z-index: 9999; } .topheader_content ul li .common .jiantou{ height:9px; width:18px; margin:0 auto; } .topheader_content ul li .common .jiantou img{ display: block; height:9px; width:18px; } .topheader_content ul li .common .article2{ width:184px; background:rgba(47,50,53,1); border-radius:4px; padding-left:24px; padding-top:24px; } .topheader_content ul li .common .article2 div{ padding-bottom:24px; } .topheader_content ul li .common .article2 div h1{ display: inline-block; font-size:16px; color:rgba(255,255,255,1); } .topheader_content ul li .common .article2 div .tuiguang_a{ display: inline-block; width:40px; height:20px; line-height: 20px; background:rgba(50,135,255,1); border-radius:2px; font-size:14px; font-family:PingFangSC-Medium; font-weight:500; color:rgba(255,255,255,1); text-align: center; } .topheader_content ul li .common .article2 div .bainxian_a{ display: inline-block; width:40px; height:20px; line-height: 20px; background:rgba(255,228,172,1); border-radius:2px; font-size:14px; font-family:PingFangSC-Medium; font-weight:500; color:rgba(118,62,13,1); text-align: center; } .topheader_content ul li .common .article2 div p{ font-size:12px; color:rgba(255,255,255,0.7); margin-top:4px; } .topheader_content ul li .common .article2 div:hover{ cursor: pointer; } .topheader_content ul li .common .article2 div:hover h1,.topheader_content ul li .common .article div:hover p{ color:#3287FF; } .topheaderwhite{ background:rgba(245,245,245,1); } .topheaderwhite .topheader_content ul li span{ color:rgba(51,51,51,1); } .topheaderwhite .topheader_content ul li:hover span{ color:rgba(50,135,255,1); } .topheaderwhite .topheader_content ul li .common .article2{ background:rgba(255,255,255,1); box-shadow:0px 2px 20px 0px rgba(125,125,125,0.2); } .topheaderwhite .topheader_content ul li .common .article2 div:hover{ cursor: pointer; } .topheaderwhite .topheader_content ul li .common .article2 div:hover h1,.topheaderwhite .topheader_content ul li .common .article div:hover p{ color:#3287FF; } .topheaderwhite .topheader_content ul li .common .article2 div h1{ color:rgba(51,51,51,1); } .topheaderwhite .topheader_content ul li .common .article2 div p{ color:rgba(51,51,51,0.7); } .kfxt{ position: fixed; bottom: 236px; right: 16px; z-index: 9999; display:none; } .kftc{ width:215px; height:104px; background:rgba(255,255,255,1); box-shadow:0px 1px 5px 0px rgba(75,151,255,0.26); border-radius:4px; } .kftc_title{ font-size:14px; color:rgba(74,74,74,1); padding-top: 17px; margin-left: 23px; } .kftc_zx{ font-size:12px; color:rgba(95,158,243,1); margin-left: 28px; margin-top: 10px; cursor: pointer; } .kftc_fg{ width:203px; height:1px; background:rgba(170,170,170,0.24); margin-top: 10px; margin-left: 7px; } .kflogo{ position: fixed; cursor: pointer; right: 15px; bottom: 62px; } .modal_bg { width: 100vw; height: 100vh; background: rgba(0,0,0,.6); position: fixed; top: 0; left: 0; z-index: 100000; display: none; } .modal_bg .modal_box { width: 438px; height: 304px; background: #fff; border-radius: 20px; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-size: 14px; color: #212629; padding: 0 30px; line-height: 20px; } .modal_box .iknow_btn { width:193px; height:42px; line-height:44px; background:rgba(250,135,53,1); border-radius:21px; color: #fff; margin: 20px auto; cursor: pointer; } .modal_bg .activity_box { width: 443px; height: 504px; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); background: no-repeat center/100% url('/img/pop_up_ad/tenth_join_modal1.png'); } .activity_icon { width: 120px; position: fixed; left: 0; top: 200px; z-index: 105; } .activity_box .link_btn { display: block; width: 320px; height: 50px; position: absolute; bottom: 74px; left: 65px; } .activity_box .close_btn { width: 50px; height: 50px; position: absolute; bottom: -5px; left: 198px; } .userBox,.message_tab_box,.knowledgeList { display: block; /* top: 100px; */ opacity: 0; visibility:hidden; height: 0; transition-property: transform; transform-origin:top; transform:scaleY(0.17); transition-duration:0.2s; z-index: -1; } .userTitle:hover .userBox,.message_center:hover .message_tab_box, .navItem:hover .knowledgeList{ display: block; opacity: 1; visibility: visible; transform: scaleY(1)!important; top: 28px; z-index: 2000; height: auto; } } @media screen and (max-width: 766px){ .headerTopNav{ display: none; } } /* .menudetail-tab-a:nth-child(6) { margin-left: 123px; } */ .tab-link a { /* width: 60px; */ display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* 字数限制 */ .text_fix_3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical } .text_fix_2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical } .text_fix_1 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .tab-link_items { display: flex; flex-direction: row; flex-wrap: wrap; } .tab-link { writing-mode: horizontal-tb; } /* .containerBox { padding-top:120px !important; } */ .advTop { width:100%; height:100px; /* background:rgba(216, 216, 216, 1); */ position:relative; } .advTop .advImg { width: 100%; height: 100px; margin: 0 auto; } .advTop .closeBtn { width:32px; height:32px; position:absolute; right:16px; top:20px; } .advLink { } .header { height:100% } .headerli { height:55px; } .advicon:hover { transform: scale(1.12); } .newHot::before{ content:''; width:13px; height:13px; background:url('/img/resource/icon-head-hot.png')no-repeat; background-size:100% 100%; display: inline-block; position: absolute; top: 16px; margin-left: 2px; } .headerL .navItemL { position:relative; } </style> <div class="page_top mobileHide"> <div class="top-bar"> <div class="inside"> <div class="left"> <a class="btn-item index-btn"> <p class="up-text">鸟哥笔记-讲述营销的故事</p> <p class="down-text">鸟哥笔记-讲述营销的故事</p> </a> </div> <div class="right"> <ul class="left clearfix"> <div class="user_top"> <div class="app-btn btn-item btn-item-login"> <p class="up-text"><a class=" loginBtn" href="javascript:;">登录</a></p> <p class="down-text"><a class=" loginBtn" href="javascript:;">登录</a></p> </div> <!-- <li>|</li> <div class="app-btn btn-item btn-item-login"> <p class="up-text"><a class="signBtn" href="javascript:;">注册</a></p> <p class="down-text"><a class="signBtn" href="javascript:;">注册</a></p> </div> --> </div> </ul> <a class="btn-item" href="https://mp.niaogebiji.com/" target="_blank"> <span class="up-text">创作者中心</span> <span class="down-text">创作者中心</span> </a> <span class="contribute">投稿</span> </div> <div class="clear"></div> </div> </div> <header class="header mobileHide" style="box-shadow: 5px 5px 5px -5px rgba(215,215,215,.7);"> <div class="clearfix headerli"> <div class="headerL"> <ul style="margin-bottom: 0" class="clearfix"> <li class="navItem logoBox"> <a href="/"> <img class="logoImg" src="/img/logo_011_small_2.png" alt="鸟哥笔记"> </a> </li> <!-- <li class="navItem navItemW "><a class="navItemA" href="/">首页</a></li> <li class="dropdown-menu-control-a navItem navItemW knowledge morelog"><a class="navItemA" href="javascript:void(0);">干货</a></li> <li class="navItem navItemW "><a class="navItemA" href="/bulletin" >今日事</a></li> <li class="navItem navItemW "><a class="navItemA" href="/special" >专题</a></li> --> <!-- <li class="dropdown-menu-control-b navItem navItemW knowledge morelog line-item"> <img style="width: 22px; position: absolute; right: -22px; top: 11px;" src="/img/index/new_icon.png" alt=""> <a class="navItemA" href="/bdhome">资源对接</a> </li> --> <!-- <li class="navItem navItemW"> <a class="navItemA" href="/wiki">百科</a> </li> --> <li style="margin-left:40px;" class="navItem navItemW navItemL hzItem "><a class="navItemA" href="/cooplist">找合作</a></li> <!--<li class="navItem navItemW navItemL qdItem checked"><a class="navItemA" href="/zchnlist">找渠道</a></li>--> <!-- <li class="navItem navItemW navItemL qfItem newHot --><!--checked--><!--"><a class="navItemA" href="/eslist">优选企服</a></li>--> <li class="navItem navItemW navItemL qfItem "><a class="navItemA" href="https://www.niaogebiji.com/html/bdbk/" target="_blank">百科创建</a></li> <li class="navItem navItemW navItemL pxItem newHot "><a class="navItemA" href="https://www.niaogebiji.com/article-621936-1.html">企业线下培训</a></li> <!-- <li class="navItem navItemW"> <a class="navItemA" href="/website">网址导航</a> </li> --> </ul> </div> <div class="headerR"> <ul class="clearfix"> <li class="findMoreBox cursor"> <input type="text" class="find" autofocus style="width: 0; position: relative; left: -5px;"> <div class="findmore findmore_btn"> <div class="icon navItemW2"></div> </div> <div class="hotfindBox shadow"> <div class="hotfindLi"> <div class="hotfindTitle">热门搜索</div> <div class="clearfix"> <a style="color: #ef254e; border: 1px solid #ef254e" href="/pc/article/search?keyword=ASO" target="_blank" class="hotContent">ASO</a> <a style="color: #ef254e; border: 1px solid #ef254e" href="/pc/article/search?keyword=新媒体运营" target="_blank" class="hotContent">新媒体运营</a> <a style="color: #ef254e; border: 1px solid #ef254e" href="/pc/article/search?keyword=运营" target="_blank" class="hotContent">运营</a> <a href="/pc/article/search?keyword=小红书" target="_blank" class="hotContent">小红书</a> <a href="/pc/article/search?keyword=文案" target="_blank" class="hotContent">文案</a> <a href="/pc/article/search?keyword=活动运营" target="_blank" class="hotContent">活动运营</a> <a href="/pc/article/search?keyword=涨粉" target="_blank" class="hotContent">涨粉</a> <a href="/pc/article/search?keyword=短视频" target="_blank" class="hotContent">短视频</a> <a href="/pc/article/search?keyword=抖音" target="_blank" class="hotContent">抖音</a> </div> <div class="hotfindTitle">搜索历史 <div class="clearfind cursor">清空历史</div> </div> <div class="historyWordBox clearfix"></div> </div> </div> </li> </ul> </div> </div> </header> <link rel="stylesheet" href="/css/sweet-alert.css"> <link rel="stylesheet" href="/css/wap/login.css"> <div class="login_modal" style="display:none"> <div class="overlay"></div> <div class="login_content"> <div class="loginbox-top"> <img src="/img/waplogin/bg-logo.png" alt=""> </div> <!-- 短信登录 --> <div class="login_item" style="width:100%;display: none;"> <div class="login_item_phone"> <div class="login_phone_icon">+86</div> <input class="login_phone" id="login_phone" type="text" value="" autocomplete="new-password" placeholder="请输入手机号" maxlength="11"> </div> <div class="forget_item_sms"> <input id="login_pic_code" class="forget_sms" autocomplete="new-password" type="text" value="" placeholder="请输入图形验证码"> <div class="piccode_btn" onclick="getPicCode('login_sms_btn')" data-enable="true" style="top:0;width: 115px; height: 46px;"> <img class="getImgCode" src="" style="width:115px;height:46px; display:none" > </div> </div> <div class="login_item_password"> <input id="login_sms" class="login_sms " type="text" value="" autocomplete="new-password" placeholder="请输入验证码"> <div class="login_sms_btn" onclick="sendSmspc('login_sms_btn')" data-enable="true">发送验证码</div> </div> <div class="login_type"> <div class="login_toAcc">账号</div> <div class="login_toWx"> <a href="https://open.weixin.qq.com/connect/qrconnect?appid=wxa00dfa37e5e38da3&redirect_uri=https%3A%2F%2Fwww.niaogebiji.com%2Findex%2Fwechatlogin%2F%3Fwechat_callback%3D1%26redirect%3Dhttps%3A%2F%2Fwww.niaogebiji.com%2Ftag%2FTikTok%E5%B9%BF%E5%91%8A&response_type=code&scope=snsapi_login&state=abe6a9e794d616d3d4d263fe85dd73f41733156384#wechat_redirect">微信</a> </div> </div> <div class="login_btn" data-enable="true">登录</div> </div> <!-- 账户登录 --> <div class="acc_item" style="width:100%;display: block;"> <div class="acc_item_phone"> <div class="acc_phone_icon">+86</div> <input class="acc_phone" type="text" value="" autocomplete="new-password" placeholder="请输入登录账号" > </div> <div class="acc_item_password"> <input id="acc_password" class="acc_password " autocomplete="new-password" type="password" value="" placeholder="请输入密码"> <div class="acc_password_icon hidepw"></div> </div> <div class="forgetPwd">忘记密码</div> <div class="login_type"> <div class="login_toSms">验证码</div> <!-- <div class="login_toEmail">邮箱</div> --> <div class="login_toWx"> <a href="https://open.weixin.qq.com/connect/qrconnect?appid=wxa00dfa37e5e38da3&redirect_uri=https%3A%2F%2Fwww.niaogebiji.com%2Findex%2Fwechatlogin%2F%3Fwechat_callback%3D1%26redirect%3Dhttps%3A%2F%2Fwww.niaogebiji.com%2Ftag%2FTikTok%E5%B9%BF%E5%91%8A&response_type=code&scope=snsapi_login&state=abe6a9e794d616d3d4d263fe85dd73f41733156384#wechat_redirect">微信</a> </div> </div> <div class="acc_btn" data-enable="true">登录</div> </div> <!-- 邮箱 --> <div class="email_item" > <div class="email_item_phone"> <input class="email_phone" type="text" value="" autocomplete="new-password" placeholder="请输入邮箱号" maxlength="11"> </div> <div class="acc_item_password"> <input id="email_password" class="acc_password " autocomplete="new-password" type="password" value="" placeholder="请输入密码"> <div class="acc_password_icon hidepw"></div> </div> <div class="forgetPwd">忘记密码</div> <div class="sign_btn" data-enable="true">登录</div> </div> <!-- 忘记密码 --> <div class="forget_item" > <div class="forget_item_phone"> <div class="forget_phone_icon">+86</div> <input class="forget_phone" id="forget_phone" type="text" value="" autocomplete="new-password" placeholder="请输入手机号" maxlength="11"> </div> <div class="forget_item_sms"> <input id="forget_pic_code" class="forget_sms" autocomplete="new-password" type="text" value="" placeholder="请输入图形验证码"> <div class="piccode_btn" onclick="getPicCode('forget_sms_btn')" data-enable="true" style="top:0;width: 115px; height: 46px;"> <img class="getImgCode" src="" style="width:115px;height:46px; display:none" > </div> </div> <div class="forget_item_sms"> <input id="forget_sms" class="forget_sms" autocomplete="new-password" type="text" value="" placeholder="请输入验证码"> <div class="forget_sms_btn" onclick="sendSmspc('forget_sms_btn')" data-enable="true">发送验证码</div> </div> <div class="forget_item_password"> <input id="forget_password" class="forget_password " autocomplete="new-password" type="password" value="" placeholder="设置新密码(6-16)位"> </div> <div class="forget_btn" data-enable="true">重置密码</div> </div> <!-- 绑定 --> <!-- 绑定手机号码的弹窗--> <input type="hidden" name="unid" id="unid" value=""> <input type="hidden" name="oid" id="oid" value=""> <div class="bind_item" > <div class="bind_item_phone"> <div class="bind_phone_icon">+86</div> <input class="bind_phone" id="bind_phone" type="text" value="" autocomplete="new-password" placeholder="请输入手机号" maxlength="11"> </div> <div class="forget_item_sms"> <input id="bind_pic_code" class="forget_sms" autocomplete="new-password" type="text" value="" placeholder="请输入图形验证码"> <div class="piccode_btn" onclick="getPicCode('bind_sms_btn')" data-enable="true" style="top:0;width: 115px; height: 46px;"> <img class="getImgCode" src="" style="width:115px;height:46px; display:none" > </div> </div> <div class="bind_item_sms"> <input id="bind_sms" class="bind_sms" autocomplete="new-password" type="text" value="" placeholder="请输入验证码"> <div class="bind_sms_btn" onclick="sendSmspc('bind_sms_btn')" data-enable="true">发送验证码</div> </div> <div class="bind_btn" data-enable="true">提交并绑定</div> </div> <div class="loginbox_bottom"> <div class="login_bottom_tips">未注册手机验证后自动登录</div> <div class="login_bottom_xy"> <input type="checkbox" id="xyCheck" /> 我已阅读并同意 <a href="/html/useragreement.html" target="_blank" style="color:rgba(0, 0, 0, 0.6)">《用户服务协议》</a> <a href="/html/privacyagreement.html" target="_blank" style="color:rgba(0, 0, 0, 0.6)">《隐私政策》</a> </div> </div> <img class="close_btn" src="/img/waplogin/close-img.png" alt=""> </div> </div> <script src="/js/jquery-2.1.1.min.js"></script> <script src="/js/waplogin.js"></script> <div class="titlebar-dropdown"> <div class="dropdown-meun-container dropdown-meun-container-a"> <div class="dropdown-menu-center dropdown-menu-center-a"> <div class="menudetail-tab-a"> <div class="tab-name-a">运营相关</div> <div class="tab-link_items" > <div class="tab-link"> <a href="/cat/135" >用户运营</a></div> <div class="tab-link"> <a href="/cat/118" >产品运营</a></div> <div class="tab-link"> <a href="/cat/101" >私域社群</a></div> <div class="tab-link"> <a href="/cat/104" >数据运营</a></div> <div class="tab-link"> <a href="/cat/102" >活动策划</a></div> <div class="tab-link"> <a href="/cat/136" >内容运营</a></div> <div class="tab-link"> <a href="/cat/103" >新媒体运营</a></div> <div class="tab-link"> <a href="/cat/116" >直播短视频</a></div> </div> </div> <div class="menudetail-tab-a"> <div class="tab-name-a">市场推广</div> <div class="tab-link_items" > <div class="tab-link"> <a href="/cat/134" >推广策略</a></div> <div class="tab-link"> <a href="/cat/131" >应用商店推广</a></div> <div class="tab-link"> <a href="/cat/132" >裂变引流</a></div> <div class="tab-link"> <a href="/cat/107" >信息流广告</a></div> <div class="tab-link"> <a href="/cat/106" >SEO/SEM</a></div> <div class="tab-link"> <a href="/cat/105" >ASO/ASA</a></div> <div class="tab-link"> <a href="/cat/130" >SNS/KOL</a></div> <div class="tab-link"> <a href="/cat/133" >线下推广</a></div> </div> </div> <div class="menudetail-tab-a"> <div class="tab-name-a">品牌营销</div> <div class="tab-link_items" > <div class="tab-link"> <a href="/cat/114" >品牌营销案例</a></div> <div class="tab-link"> <a href="/cat/108" >广告文案创意</a></div> <div class="tab-link"> <a href="/cat/115" >热点事件营销</a></div> </div> </div> <div class="menudetail-tab-a"> <div class="tab-name-a">行业综合</div> <div class="tab-link_items" > <div class="tab-link"> <a href="/cat/109" >行业动态</a></div> <div class="tab-link"> <a href="/cat/110" >职场认知</a></div> <div class="tab-link"> <a href="/cat/119" >效率工具</a></div> <div class="tab-link"> <a href="/cat/121" >活动信息</a></div> <div class="tab-link"> <a href="/cat/111" >数据报告</a></div> </div> </div> </div> </div> <div class="dropdown-meun-container dropdown-meun-container-b"> <div class="dropdown-menu-center dropdown-menu-center-b"> <div class="menudetail-tab-b"> <a href="/cooplist"> <img class="menudetail-icon" src="/img/resource/cooperation.png" alt=""> <p class="tab-name-b">找合作</p> <p class="tab-desc">1W+流量主品牌主资源,一键联系</p> </a> </div> <div class="menudetail-tab-b"> <a href="/eslist"> <img class="menudetail-icon" src="/img/resource/company.png" alt=""> <p class="tab-name-b">优选企服</p> <p class="tab-desc">严选服务商,为企业赋能</p> </a> </div> <!--<div class="menudetail-tab-b"> <a href="/zchnlist"> <img class="menudetail-icon" src="/img/resource/way.png" alt=""> <p class="tab-name-b">找渠道</p> <p class="tab-desc">顶级流量,免费对接</p> </a> </div>--> <div class="menudetail-tab-b"> <a href="/website"> <img class="menudetail-icon" src="/img/resource/website.png" alt=""> <p class="tab-name-b">网址导航</p> <p class="tab-desc">营销增长人的专属网址导航</p> </a> </div> </div> </div> </div> </div> <div class="page_top_height_box mobileHide" id="heightBox " style="height: 85px"></div> <div class="kefu fixedItem mobileHide"> <div class="app_download_code"> <img src="/img/index/app_download_code1_1.png" alt=""> </div> <div class="ngbj_wx_code"> <img src="/img/index/ngbj_wx_code.jpg" alt=""> </div> <div class="fixedtxt_wx hide_code fixedtxtCommon"> <div class="wx_code_real wx_codeCommon"> <img class="app_wx" src="/img/aboutus/xms3.png" alt=""> <div class="fixedItemRight"> <div class="fixedItemTitle">APP推广合作</div> <div class="fixedItemTips">联系“鸟哥笔记小乔”</div> </div> </div> </div> <div class="fixed-icon-fk fixed-icon-common"></div> <div class="fixed-icon-hotline fixed-icon-common"></div> <div class="fixed-icon-we-chat fixed-icon-common"></div> <div class="fixed-icon-top fixed-icon-common"></div> </div> <div class="modal_bg no_author_tip mobileHide"> <div class="modal_box"> <div style="height: 48px"></div> <p style="font-weight: 500; margin-bottom: 24px">很可惜 T 。T 您现在还不是作者身份,不能自主发稿哦~</p> <p>如有投稿需求,请把文章发送到邮箱tougao@appcpx.com,一经录用会有专人和您联系</p> <p style="margin: 22px auto;">咨询如何成为春羽作者请联系:鸟哥笔记小羽毛(ngbjxym)</p> <div> <span>点击</span> <a style="color: #FA8735; display: inline-block" href="/article-26742-1.html" target="_blank">《春羽计划》</a> <span>可查看春羽作者权益!</span> </div> <div class="iknow_btn">我知道了</div> </div> </div> <div class="modal_bg activity_modal mobileHide"> <div class="activity_box"> <a href="https://share.niaogebiji.com/tenth" onclick="activityCount()" target="_blank" class="link_btn"></a> <div onclick="hideActivityModal()" class="close_btn"></div> </div> </div> <script src="/js/js.cookie.js"></script> <script src="/js/jquery.liMarquee.js"></script> <script> var list = ''; console.log(list) if(!$('.advImg').attr('src')){ $('.advTop').hide(); $('.page_top_height_box').height('85px'); }else{ if(Cookies.get('advClose')){ $('.advTop').hide(); $('.page_top_height_box').height('85px'); }else{ $('.advTop').show(); $('.page_top_height_box').height('185px'); } } // 下拉菜单 start $('.dropdown-menu-control-a').hover( function() { $('.dropdown-meun-container-a').addClass('activate'); $('.titlebar-dropdown').addClass('expandColumn')}, function() { $('.dropdown-meun-container-a').removeClass('activate'); $('.titlebar-dropdown').removeClass('expandColumn') } ); $('.dropdown-menu-control-b').hover( function() { $('.dropdown-meun-container-b').addClass('activate'); $('.titlebar-dropdown').addClass('expandMerchant')}, function() { $('.dropdown-meun-container-b').removeClass('activate'); $('.titlebar-dropdown').removeClass('expandMerchant')} ); $('.dropdown-meun-container-a').hover( function() { $('.titlebar-dropdown').addClass('expandColumn')}, function() { $('.titlebar-dropdown').removeClass('expandColumn')} ); $('.dropdown-meun-container-b').hover( function() { $('.titlebar-dropdown').addClass('expandMerchant')}, function() { $('.titlebar-dropdown').removeClass('expandMerchant')} ); // 下拉菜单 end $(function() { if(new Date().getTime() > new Date('2020/08/15 00:00:00').getTime()) { ////活动截止 return } let mark = localStorage.getItem('join') if(!mark || mark !== new Date().toLocaleDateString()) { localStorage.setItem('join', new Date().toLocaleDateString()) $('.activity_modal').show() } }); $(function() { var top = 0, bot = 0; $(window).on('scroll', function() { top = $(this).scrollTop() if (top <= bot) { //下滚 $('.activity_icon').removeClass('animate__hinge') $('.activity_icon').addClass('animate__rollIn') } else { //上滚 $('.activity_icon').addClass('animate__hinge') $('.activity_icon').removeClass('animate__rollIn') } setTimeout(() => { bot = top; }, 0); }); $('.dropdown-menu-center-a .menudetail-tab-a').each((index,item)=>{ // console.log(item) let length = $('.menudetail-tab-a').eq(index).find('.tab-link').length; length = length/3; if(length < 1){ length = 1 } // console.log($('.tab-link').width()) var width = $('.tab-link').width(); if(length%1 === 0){ // console.log(item,width * length +15) $('.menudetail-tab-a').eq(index).css('width',width * length +15 +'px'); }else{ $('.menudetail-tab-a').eq(index).css('width',width * (length+1) +'px'); } }) }) $('.jm_top_banner_close_btn').click(function() { $('.jm_top_banner').hide() $('.page_top_height_box').height('85px') }) function activityCount() { } function hideActivityModal() { $('.activity_modal').hide() } function showActivityModal() { $('.activity_modal').show() } </script> <script> $(function(){ $('.dowebokzz').on("click",'.dowebokzz_close',function () { $('.dowebokzz').hide() }) $('.iknow_btn').on('click', function() { $('.modal_bg').hide() }) }); function openWin() { let url = 'https://p.qiao.baidu.com/cps/chat?siteId=13189166&userId=10076563&cp=www.niaogebiji.com&cr=web1&cw=web1' window.open(url, 'newwindow', 'height=600, width=800, top=30%,left=30%, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no'); } $('.contribute').click(function() { location.href = 'https://mp.niaogebiji.com/' // if(_uid === 0) { ///未登录 // // location.href = ACCOUNT_DOMAIN+'/account/login?redirect='+location.href // loginInit(); // }else { // //if(is_author === 1) { ///作者 // location.href = '/pc/center/newarticle' // //}else { // // $('.no_author_tip').show() // //} // } }) </script> <script> $(".topheader ul li").mouseenter(function(){ $(this).find(".common").show(); }) $(".topheader ul li").mouseleave(function(){ $(this).find(".common").hide(); }) window.onload = function(){ var isclose = Cookies.get('isclose'); if(isclose == 'true'){ $('.kfxt').hide() }else{ $('.kfxt').show() } } $('.kftc_close').click(function () { Cookies.set('isclose','true', { expires: 365, path: '/' }); $('.kfxt').hide() }) $(".fixedItem .fixed-icon-fk").mouseover(function(){ $(".app_download_code").show() }) $(".fixedItem .fixed-icon-fk").mouseout(function(){ $(".app_download_code").hide() }) $(".fixedItem .fixed-icon-we-chat").mouseover(function(){ $(".ngbj_wx_code").show() }) $(".fixedItem .fixed-icon-we-chat").mouseout(function(){ $(".ngbj_wx_code").hide() }) $(".fixedItem .fixed-icon-hotline").mouseover(function(){ $(".fixedtxt_wx").show() }) $(".fixedItem .fixed-icon-hotline").mouseout(function(){ $(".fixedtxt_wx").hide() }) // 回到顶部 $('.fixed-icon-top').click(function () { $('html,body').animate({ scrollTop: 0 }, 700); }); $('.closeBtn').click(function(){ $('.page_top_height_box').height('85px'); $('.advTop').hide(); var exp = new Date().getTime(); var expiresTime = new Date(exp + 60*1000*60*2 ); Cookies.set('advClose',exp, { expires:expiresTime}); }) $('.loginBtn').click(function () { $('.sign_item').hide(); $('.acc_item').show(); $('.login_modal').show(500); $('body').addClass('stop-scrolling'); }); </script> <link rel="stylesheet" href="/css/swiper.min.css"> <link rel="stylesheet" href="/css/index.css"> <link rel="stylesheet" href="/css/zzsc.css"> <link rel="stylesheet" href="/css/newtest.css"> <link href="/css/viewer.min.css" rel="stylesheet"> <link rel="stylesheet" href="/css/base/article_list.css"> <link rel="stylesheet" href="/css/base/tag_detail.css"> <script src="/js/main.js"></script> <style> .containerBox { height: 100%; width: 100%; background: #F5F6F9; } .searchTitleBox { margin: 0 16px; height: 58px; } .searchTitle { font-weight: 500; color: #212629; font-size: 18px; } .titleTip { width: 5px; height: 19px; background: #FFDB33; border-radius: 3px; margin-top: 18px; margin-right: 13px; } .alertsBox ,.rankingBox{ margin-top: 0; } .SideRightBox:nth-child(2) { margin-top: 13px; } .rankingRightText { height:42px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; } .rankingRightInfo { display:flex; padding-top:5px; align-items: center; } .rankingRightInfo span { font-size:12px; color:#AAAEB3; } .rankingRightInfo span:nth-child(1){ width:100px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; } .rankingRightInfo span:nth-child(2){ width:95px; text-align:center; } .rankingRightInfo span:nth-child(3){ width:50px; text-align:right; } .SideRightTitle { padding-left:16px; } .SideRightTitle.yellowafter::before, .hotFindTitle.yellowafter::before { top:50%; } </style> <div class="containerBox paddingBox"> <div class="container clearfix"> <div class="containerBox "> <!-- 面包屑 --> <div class="breadcrumbs"> <a class="breadcrumbs-item" href="/">首页</a> <span>></span> <a class="breadcrumbs-item" href="/pc/index/tag">标签</a> <span>></span> <span class="breadcrumbs-item-activate">TikTok广告</span> </div> <style> .leftTool { width:78px; /* background-color:rgba(250, 245, 225, 1); */ float:left; margin:0 6px; /* position:relative; */ /* position:fixed; */ z-index:120; top:0; margin-right:12px; } .leftBar { width:100%; border-radius:10px; padding:1px; background:#fff; /* height:380px; */ } .leftBar_top { /* width:70px; */ background-image: linear-gradient(#F5F6F9, #FAF5E1); margin:0 auto; /* height:420px; */ border-radius:10px; /* background-color:red; */ } .leftBar_bottom{ width:100%; margin-top:16px; position:relative; } .leftBar_bottom div:first-child { margin-bottom:12px; } .leftBar_top li a { text-align: center; height: 36px; line-height: 36px; border-radius: 18px; font-size: 16px; color: #333333; margin:20px 0 ; } .leftBar_top li a:first-child { margin-top:0; } .leftBar_top ul li:last-child a{ margin-bottom:0; } .leftBar_top li a:hover { background: #FFDB33; } .leftBar_top ul { padding:30px 2px; } .leftBar-box { min-width:800px; max-width:1178px; position: absolute; top: 0; left: 85px; background:#fff; border-radius :8px; /* display: flex; flex-direction: row; flex-wrap: wrap; */ padding: 32px 24px; display:none; } .ghPart span { margin-left:5px; } .ghPart .moreIcon { width:4px; height:6px; display: inline-block; position: relative; top: -3px; } .activate { display:block; } .leftBar-box-a { display: flex; width: 100%; margin-bottom:20px; } .tab-name-a{ width:110px; line-height: 38px; margin:0; height:38px; margin-right:10px; } .tab-name-a::before { content: ''; position: absolute; bottom: 2px; left: 0px; width: 4px; height: 14px; background: #FFDB33; border-radius: 2px; } .tab-name-a::before { bottom: 11px; } .tab-link_items { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; width:640px; } .tab-link { font-size:14px; margin-bottom:5px; } .swItem { padding:7px 5px; background:#404040; border-radius:6px; font-size:12px; } .wzItem { padding:7px 5px; background:#404040; border-radius:6px; font-size:12px; } .wzItem a,.swItem a { color:#fff; } .wzItem img,.swItem img { width:16px; height:16px; display:inline-block; vertical-align: middle; } .theiaStickySidebar { width:78px;; } .app_download_code2 { /* background-image: url("/img/aboutus/xms3.png"); */ width: 102px; height: 105px; background-size: contain; position:absolute; left: 85px !important; top: 10px !important; padding: 5px; background: #fff; z-index:900 !important; } .leftBar_top .activeItem{ background: #FFDB33; border-radius: 18px; } .leftBar_Hot::before{ content:''; width:13px; height:13px; background:url('/img/resource/icon-head-hot.png')no-repeat; background-size:100% 100%; display: inline-block; position: absolute; /*top: 16px;*/ margin-left: 2px; } </style> <div class="leftTool"> <div class="theiaStickySidebar " > <div class="leftBar"> <div class="leftBar_top"> <ul> <li> <a href="/" class="homePart">首页</a> </li> <li > <a href="javascript:void(0);" class="ghPart"> <span>干货</span> <img class="moreIcon" src="/img/index/rightArrow.png" alt=""> </a> </li> <li > <a href="/bulletin" class="tPart">今日事</a> </li> <li > <a href="/qa">问答</a> </li> <li > <a href="/special">专题</a> </li> <li > <a href="/wiki">百科</a> </li> <li class="leftBar_Hot "> <a href="/website">工具</a> </li> </ul> </div> </div> <div class="leftBar_bottom"> <div class="wzItem"> <a href="javascript:void(0);" class="contribute"> <img src="/img/index/fbwz.png" alt=""> <span>发布文章</span> </a> </div> <div class="swItem"> <a href="/pc/marketing/home"> <img src="/img/index/swhz.png" alt=""> <span>联系我们</span> </a> </div> <div class="app_download_code2" style="display:none"> <img style="width:100%;height:100%;" src="/img/aboutus/xms3.png" alt=""> </div> </div> <div class="leftBar-box"> <div class="menudetail-tab-a leftBar-box-a"> <div class="tab-name-a">运营相关</div> <div class="tab-link_items" > <div class="tab-link"> <a href="/cat/135" >用户运营</a></div> <div class="tab-link"> <a href="/cat/118" >产品运营</a></div> <div class="tab-link"> <a href="/cat/101" >私域社群</a></div> <div class="tab-link"> <a href="/cat/104" >数据运营</a></div> <div class="tab-link"> <a href="/cat/102" >活动策划</a></div> <div class="tab-link"> <a href="/cat/136" >内容运营</a></div> <div class="tab-link"> <a href="/cat/103" >新媒体运营</a></div> <div class="tab-link"> <a href="/cat/116" >直播短视频</a></div> </div> </div> <div class="menudetail-tab-a leftBar-box-a"> <div class="tab-name-a">市场推广</div> <div class="tab-link_items" > <div class="tab-link"> <a href="/cat/134" >推广策略</a></div> <div class="tab-link"> <a href="/cat/131" >应用商店推广</a></div> <div class="tab-link"> <a href="/cat/132" >裂变引流</a></div> <div class="tab-link"> <a href="/cat/107" >信息流广告</a></div> <div class="tab-link"> <a href="/cat/106" >SEO/SEM</a></div> <div class="tab-link"> <a href="/cat/105" >ASO/ASA</a></div> <div class="tab-link"> <a href="/cat/130" >SNS/KOL</a></div> <div class="tab-link"> <a href="/cat/133" >线下推广</a></div> </div> </div> <div class="menudetail-tab-a leftBar-box-a"> <div class="tab-name-a">品牌营销</div> <div class="tab-link_items" > <div class="tab-link"> <a href="/cat/114" >品牌营销案例</a></div> <div class="tab-link"> <a href="/cat/108" >广告文案创意</a></div> <div class="tab-link"> <a href="/cat/115" >热点事件营销</a></div> </div> </div> <div class="menudetail-tab-a leftBar-box-a"> <div class="tab-name-a">行业综合</div> <div class="tab-link_items" > <div class="tab-link"> <a href="/cat/109" >行业动态</a></div> <div class="tab-link"> <a href="/cat/110" >职场认知</a></div> <div class="tab-link"> <a href="/cat/119" >效率工具</a></div> <div class="tab-link"> <a href="/cat/121" >活动信息</a></div> <div class="tab-link"> <a href="/cat/111" >数据报告</a></div> </div> </div> </div> </div> </div> <script src="/js/sidebar.js"></script> <script> $(document).ready(function() { jQuery('.leftTool').theiaStickySidebar({ // Settings additionalMarginTop: 100, updateSidebarHeight:false }); }); $('.ghPart').hover( function() { $('.leftBar-box').addClass('activate'); } ) $('.leftBar-box').hover( function() { $('.leftBar-box').addClass('activate'); }, function() { $('.leftBar-box').removeClass('activate'); } ) $('.swItem').hover( function(){ $(".app_download_code2").show() }, function(){ $(".app_download_code2").hide() } ) $('.homePart').hover(function(){ $('.leftBar-box').removeClass('activate'); }) $('.tPart').hover(function(){ $('.leftBar-box').removeClass('activate'); }) var _uid = 0; // 用户id 0 代表未登录 var is_author = 0; //0 不是作者 1 作者 var UID = _uid; // var ACCOUNT_DOMAIN = '//'; $('.contribute').click(function() { location.href = 'https://mp.niaogebiji.com/' // if(_uid === 0) { ///未登录 // // location.href = ACCOUNT_DOMAIN+'/account/login?redirect='+location.href // loginInit(); // }else { // //if(is_author === 1) { ///作者 // location.href = 'https://mp.niaogebiji.com/ ' // //}else { // // $('.no_author_tip').show() // //} // } }) // $(window).scroll(function() { // //为了保证兼容性,这里取两个值,哪个有值取哪一个 // //scrollTop就是触发滚轮事件时滚轮的高度 // var scrollTop = document.documentElement.scrollTop || document.body.scrollTop; // var cHeight = $('.container').offset().top + $('.container').height(); // var tHeight = $('.footer').height(); // var current = cHeight - tHeight -150; // console.log(scrollTop,current) // if(scrollTop - current >= 0 ){ // $(".leftTool").css({"position":"absolute","top":current-160+'px'}); // } // if(scrollTop+$('.footer').height()-100 <current){ // $(".leftTool").removeAttr("style"); // } // }) </script> <div class="left contentLeft"> <div class="cateInfo "> <img class="cateInfo-l" src="https://qnssl.niaogebiji.com/18fafc45a3d671c70c722ec3629e96021724209550016.png" alt=""> <div class="cateInfo-r"> <div class="cateInfo-title">TikTok广告</div> <div class="cateInfo-tips">TikTok广告作为新兴的数字营销工具,以其独特的短视频格式在全球范围内迅速获得了广泛的受众关注</div> </div> </div> <div > <div class="articleListBox"> <style> .articleClassify2 { width: 90px; } </style> <div class="articleBox clearfix shadowWrapperCardBox" data-timepoint="1724209740" data-porder="1236005" data-readnum="12094"> <div class="articleImg left scaleBigBox"> <a href="/article-686983-1.html" target="_blank" data-timepoint="1724209740" class="articleImgLink scaleBig" style="background-image: url('https://qnssl.niaogebiji.com/18fafc45a3d671c70c722ec3629e96021724209550016.png')" > Tiktok和Facebook广告哪个效果更好? </a> </div> <div class="article left"> <a href="/article-686983-1.html" target="_blank" ><div class="articleTitle elp">Tiktok和Facebook广告哪个效果更好?</div></a> <div class="articleContent mobileHide elps" data-content="" data-id="686983"> <a href="/article-686983-1.html" class="articleContentInner contentText-more">TikTok广告作为新兴的数字营销工具,以其独特的短视频格式在全球范围内迅速获得了广泛的受众关注</a> </div> <div class="articleInfBox articleInfBox2 mobileHide ContentItem-actions Sticky RichContent-actions is-bottom"> <a href="/authorview/26768" style="position: relative;top: 1px;" target="_blank" ><span class="author articleInfBoxItem" style="width: auto;margin-right: 0;font-weight: normal;">Yuri出海</span></a > <span class="splitLine">|</span> <span class="writeTime articleListControlNewBtn2 articleListControlBtnWrap articleInfBoxItem" style="font-weight: normal;">2024-08-21</span> <span class="splitLine">|</span> <a class="art_tag" href="/tag/Facebook广告" target="_blank"> Facebook广告</a> <a class="art_tag" href="/tag/TikTok广告" target="_blank"> TikTok广告</a> <a class="art_tag" href="/tag/营销工具" target="_blank"> 营销工具</a> <span class="reading articleClassify2" style="font-weight: normal;">12094</span> </div> <span class="m_writeTime pcHide">2024-08-21</span> <span class="articleType pcHide"> </span> </div> </div> <style> .articleClassify2 { width: 90px; } </style> <div class="articleBox clearfix shadowWrapperCardBox" data-timepoint="1661484360" data-porder="700724" data-readnum="53458"> <div class="articleImg left scaleBigBox"> <a href="/article-173806-1.html" target="_blank" data-timepoint="1661484360" class="articleImgLink scaleBig" style="background-image: url('https://qnssl.niaogebiji.com/0a2c8d94e057ab72ea4f88b67e0bb40e.png')" > TikTok for Business广告创建分步指南 </a> </div> <div class="article left"> <a href="/article-173806-1.html" target="_blank" ><div class="articleTitle elp">TikTok for Business广告创建分步指南</div></a> <div class="articleContent mobileHide elps" data-content="" data-id="173806"> <a href="/article-173806-1.html" class="articleContentInner contentText-more">TikTok广告创建实操,广告层级结构和每个层级设置的注意事项,让你1分钟轻松完成广告创建!</a> </div> <div class="articleInfBox articleInfBox2 mobileHide ContentItem-actions Sticky RichContent-actions is-bottom"> <a href="/authorview/9297" style="position: relative;top: 1px;" target="_blank" ><span class="author articleInfBoxItem" style="width: auto;margin-right: 0;font-weight: normal;">YinoLink易诺</span></a > <span class="splitLine">|</span> <span class="writeTime articleListControlNewBtn2 articleListControlBtnWrap articleInfBoxItem" style="font-weight: normal;">2022-08-26</span> <span class="splitLine">|</span> <a class="art_tag" href="/tag/TikTok广告" target="_blank"> TikTok广告</a> <a class="art_tag" href="/tag/信息流广告" target="_blank"> 信息流广告</a> <a class="art_tag" href="/tag/广告创建" target="_blank"> 广告创建</a> <span class="reading articleClassify2" style="font-weight: normal;">53458</span> </div> <span class="m_writeTime pcHide">2022-08-26</span> <span class="articleType pcHide"> </span> </div> </div> <style> .articleClassify2 { width: 90px; } </style> <div class="articleBox clearfix shadowWrapperCardBox" data-timepoint="1660787141" data-porder="694461" data-readnum="39472"> <div class="articleImg left scaleBigBox"> <a href="/article-168273-1.html" target="_blank" data-timepoint="1660787141" class="articleImgLink scaleBig" style="background-image: url('https://qnssl.niaogebiji.com/e8d78faa5adb41b851b7ca49df858218.png')" > TikTok暴力引流4大秘籍 </a> </div> <div class="article left"> <a href="/article-168273-1.html" target="_blank" ><div class="articleTitle elp">TikTok暴力引流4大秘籍</div></a> <div class="articleContent mobileHide elps" data-content="" data-id="168273"> <a href="/article-168273-1.html" class="articleContentInner contentText-more">详解跨境电商TikTok引流打法</a> </div> <div class="articleInfBox articleInfBox2 mobileHide ContentItem-actions Sticky RichContent-actions is-bottom"> <a href="/authorview/24906" style="position: relative;top: 1px;" target="_blank" ><span class="author articleInfBoxItem" style="width: auto;margin-right: 0;font-weight: normal;">投大大出海</span></a > <span class="splitLine">|</span> <span class="writeTime articleListControlNewBtn2 articleListControlBtnWrap articleInfBoxItem" style="font-weight: normal;">2022-08-18</span> <span class="splitLine">|</span> <a class="art_tag" href="/tag/TikTok广告" target="_blank"> TikTok广告</a> <a class="art_tag" href="/tag/推广策略" target="_blank"> 推广策略</a> <a class="art_tag" href="/tag/信息流广告" target="_blank"> 信息流广告</a> <span class="reading articleClassify2" style="font-weight: normal;">39472</span> </div> <span class="m_writeTime pcHide">2022-08-18</span> <span class="articleType pcHide"> </span> </div> </div> <style> .articleClassify2 { width: 90px; } </style> <div class="articleBox clearfix shadowWrapperCardBox" data-timepoint="1660099440" data-porder="688755" data-readnum="63697"> <div class="articleImg left scaleBigBox"> <a href="/article-163418-1.html" target="_blank" data-timepoint="1660099440" class="articleImgLink scaleBig" style="background-image: url('https://qnssl.niaogebiji.com/1119e855b728e4bb02b660045e622fc1.png')" > 3招精准定向TikTok广告受众,完美锁定目标人群 </a> </div> <div class="article left"> <a href="/article-163418-1.html" target="_blank" ><div class="articleTitle elp">3招精准定向TikTok广告受众,完美锁定目标人群</div></a> <div class="articleContent mobileHide elps" data-content="" data-id="163418"> <a href="/article-163418-1.html" class="articleContentInner contentText-more">TikTok广告受众的分类与设置</a> </div> <div class="articleInfBox articleInfBox2 mobileHide ContentItem-actions Sticky RichContent-actions is-bottom"> <a href="/authorview/9297" style="position: relative;top: 1px;" target="_blank" ><span class="author articleInfBoxItem" style="width: auto;margin-right: 0;font-weight: normal;">YinoLink易诺</span></a > <span class="splitLine">|</span> <span class="writeTime articleListControlNewBtn2 articleListControlBtnWrap articleInfBoxItem" style="font-weight: normal;">2022-08-10</span> <span class="splitLine">|</span> <a class="art_tag" href="/tag/TikTok营销" target="_blank"> TikTok营销</a> <a class="art_tag" href="/tag/TikTok广告" target="_blank"> TikTok广告</a> <a class="art_tag" href="/tag/目标受众" target="_blank"> 目标受众</a> <span class="reading articleClassify2" style="font-weight: normal;">63697</span> </div> <span class="m_writeTime pcHide">2022-08-10</span> <span class="articleType pcHide"> </span> </div> </div> <style> .articleClassify2 { width: 90px; } </style> <div class="articleBox clearfix shadowWrapperCardBox" data-timepoint="1658828400" data-porder="678443" data-readnum="47343"> <div class="articleImg left scaleBigBox"> <a href="/article-154661-1.html" target="_blank" data-timepoint="1658828400" class="articleImgLink scaleBig" style="background-image: url('https://qnssl.niaogebiji.com/2831a52ae85a55ef0a9f32b339e2dc7d.png')" > TikTok广告竞价策略,抢占流量不花冤枉钱 </a> </div> <div class="article left"> <a href="/article-154661-1.html" target="_blank" ><div class="articleTitle elp">TikTok广告竞价策略,抢占流量不花冤枉钱</div></a> <div class="articleContent mobileHide elps" data-content="" data-id="154661"> <a href="/article-154661-1.html" class="articleContentInner contentText-more">TikTok广告出价竞价策略介绍及选择</a> </div> <div class="articleInfBox articleInfBox2 mobileHide ContentItem-actions Sticky RichContent-actions is-bottom"> <a href="/authorview/9297" style="position: relative;top: 1px;" target="_blank" ><span class="author articleInfBoxItem" style="width: auto;margin-right: 0;font-weight: normal;">YinoLink易诺</span></a > <span class="splitLine">|</span> <span class="writeTime articleListControlNewBtn2 articleListControlBtnWrap articleInfBoxItem" style="font-weight: normal;">2022-07-26</span> <span class="splitLine">|</span> <a class="art_tag" href="/tag/TikTok广告" target="_blank"> TikTok广告</a> <a class="art_tag" href="/tag/TikTok营销" target="_blank"> TikTok营销</a> <a class="art_tag" href="/tag/竞价策略" target="_blank"> 竞价策略</a> <span class="reading articleClassify2" style="font-weight: normal;">47343</span> </div> <span class="m_writeTime pcHide">2022-07-26</span> <span class="articleType pcHide"> </span> </div> </div> <style> .articleClassify2 { width: 90px; } </style> <div class="articleBox clearfix shadowWrapperCardBox" data-timepoint="1656468960" data-porder="658387" data-readnum="54840"> <div class="articleImg left scaleBigBox"> <a href="/article-136970-1.html" target="_blank" data-timepoint="1656468960" class="articleImgLink scaleBig" style="background-image: url('https://qnssl.niaogebiji.com/0e4a42f8247922a780893015e0680fb1.png')" > 在TikTok上投广告要花多少钱?广告预算及出价方式详解 </a> </div> <div class="article left"> <a href="/article-136970-1.html" target="_blank" ><div class="articleTitle elp">在TikTok上投广告要花多少钱?广告预算及出价方式详解</div></a> <div class="articleContent mobileHide elps" data-content="" data-id="136970"> <a href="/article-136970-1.html" class="articleContentInner contentText-more">除了TikTok账号运营、直播卖货,跨境出海企业想利用TikTok推广快速变现,绕不开投放广告这个法子。</a> </div> <div class="articleInfBox articleInfBox2 mobileHide ContentItem-actions Sticky RichContent-actions is-bottom"> <a href="/authorview/9297" style="position: relative;top: 1px;" target="_blank" ><span class="author articleInfBoxItem" style="width: auto;margin-right: 0;font-weight: normal;">YinoLink易诺</span></a > <span class="splitLine">|</span> <span class="writeTime articleListControlNewBtn2 articleListControlBtnWrap articleInfBoxItem" style="font-weight: normal;">2022-06-29</span> <span class="splitLine">|</span> <a class="art_tag" href="/tag/TikTok广告" target="_blank"> TikTok广告</a> <a class="art_tag" href="/tag/TikTok营销" target="_blank"> TikTok营销</a> <a class="art_tag" href="/tag/广告费" target="_blank"> 广告费</a> <span class="reading articleClassify2" style="font-weight: normal;">54840</span> </div> <span class="m_writeTime pcHide">2022-06-29</span> <span class="articleType pcHide"> </span> </div> </div> <style> .articleClassify2 { width: 90px; } </style> <div class="articleBox clearfix shadowWrapperCardBox" data-timepoint="1655371380" data-porder="649636" data-readnum="42453"> <div class="articleImg left scaleBigBox"> <a href="/article-129360-1.html" target="_blank" data-timepoint="1655371380" class="articleImgLink scaleBig" style="background-image: url('https://qnssl.niaogebiji.com/19ca98dbb740f927e9a6b3ffc0c32755.png')" > 最新TikTok for Business广告开户教程 </a> </div> <div class="article left"> <a href="/article-129360-1.html" target="_blank" ><div class="articleTitle elp">最新TikTok for Business广告开户教程</div></a> <div class="articleContent mobileHide elps" data-content="" data-id="129360"> <a href="/article-129360-1.html" class="articleContentInner contentText-more">高效申请不驳回!TikTok广告账户开户要求及所需材料</a> </div> <div class="articleInfBox articleInfBox2 mobileHide ContentItem-actions Sticky RichContent-actions is-bottom"> <a href="/authorview/9297" style="position: relative;top: 1px;" target="_blank" ><span class="author articleInfBoxItem" style="width: auto;margin-right: 0;font-weight: normal;">YinoLink易诺</span></a > <span class="splitLine">|</span> <span class="writeTime articleListControlNewBtn2 articleListControlBtnWrap articleInfBoxItem" style="font-weight: normal;">2022-06-16</span> <span class="splitLine">|</span> <a class="art_tag" href="/tag/TikTok广告" target="_blank"> TikTok广告</a> <a class="art_tag" href="/tag/品牌出海" target="_blank"> 品牌出海</a> <a class="art_tag" href="/tag/海外市场" target="_blank"> 海外市场</a> <span class="reading articleClassify2" style="font-weight: normal;">42453</span> </div> <span class="m_writeTime pcHide">2022-06-16</span> <span class="articleType pcHide"> </span> </div> </div> <style> .articleClassify2 { width: 90px; } </style> <div class="articleBox clearfix shadowWrapperCardBox" data-timepoint="1654226760" data-porder="645507" data-readnum="85191"> <div class="articleImg left scaleBigBox"> <a href="/article-125668-1.html" target="_blank" data-timepoint="1654226760" class="articleImgLink scaleBig" style="background-image: url('https://qnssl.niaogebiji.com/105c713f26aceeeb177effaba81c5768.png')" > 6大超强免费视频后期工具,一键完成TikTok广告素材 </a> </div> <div class="article left"> <a href="/article-125668-1.html" target="_blank" ><div class="articleTitle elp">6大超强免费视频后期工具,一键完成TikTok广告素材</div></a> <div class="articleContent mobileHide elps" data-content="" data-id="125668"> <a href="/article-125668-1.html" class="articleContentInner contentText-more">TTikTok for Business为广告主提供了6大免费创意工具,帮助品牌实现出彩的创意广告制作。</a> </div> <div class="articleInfBox articleInfBox2 mobileHide ContentItem-actions Sticky RichContent-actions is-bottom"> <a href="/authorview/9297" style="position: relative;top: 1px;" target="_blank" ><span class="author articleInfBoxItem" style="width: auto;margin-right: 0;font-weight: normal;">YinoLink易诺</span></a > <span class="splitLine">|</span> <span class="writeTime articleListControlNewBtn2 articleListControlBtnWrap articleInfBoxItem" style="font-weight: normal;">2022-06-03</span> <span class="splitLine">|</span> <a class="art_tag" href="/tag/TikTok广告" target="_blank"> TikTok广告</a> <a class="art_tag" href="/tag/tiktok运营" target="_blank"> tiktok运营</a> <a class="art_tag" href="/tag/广告制作" target="_blank"> 广告制作</a> <span class="reading articleClassify2" style="font-weight: normal;">85191</span> </div> <span class="m_writeTime pcHide">2022-06-03</span> <span class="articleType pcHide"> </span> </div> </div> <style> .articleClassify2 { width: 90px; } </style> <div class="articleBox clearfix shadowWrapperCardBox" data-timepoint="1648779155" data-porder="627796" data-readnum="43989"> <div class="articleImg left scaleBigBox"> <a href="/article-108643-1.html" target="_blank" data-timepoint="1648779155" class="articleImgLink scaleBig" style="background-image: url('https://qnssl.niaogebiji.com/7602980244b8793fb90d3bfb3bef1639.png')" > 为什么都瞄准短视频流量红利?TikTok广告基础 </a> </div> <div class="article left"> <a href="/article-108643-1.html" target="_blank" ><div class="articleTitle elp">为什么都瞄准短视频流量红利?TikTok广告基础</div></a> <div class="articleContent mobileHide elps" data-content="" data-id="108643"> <a href="/article-108643-1.html" class="articleContentInner contentText-more">TikTok广告可以从哪些方面助力卖家们的营销活动</a> </div> <div class="articleInfBox articleInfBox2 mobileHide ContentItem-actions Sticky RichContent-actions is-bottom"> <a href="/authorview/9297" style="position: relative;top: 1px;" target="_blank" ><span class="author articleInfBoxItem" style="width: auto;margin-right: 0;font-weight: normal;">YinoLink易诺</span></a > <span class="splitLine">|</span> <span class="writeTime articleListControlNewBtn2 articleListControlBtnWrap articleInfBoxItem" style="font-weight: normal;">2022-04-01</span> <span class="splitLine">|</span> <a class="art_tag" href="/tag/TikTok广告" target="_blank"> TikTok广告</a> <a class="art_tag" href="/tag/海外营销" target="_blank"> 海外营销</a> <a class="art_tag" href="/tag/营销" target="_blank"> 营销</a> <span class="reading articleClassify2" style="font-weight: normal;">43989</span> </div> <span class="m_writeTime pcHide">2022-04-01</span> <span class="articleType pcHide"> </span> </div> </div> </div> </div> <div style="height: 20px; background: #fff"></div> </div> </div> <!-- 右侧布局 --> <div class="contentRight left mobileHide articleListR"> <div class="rankingBox SideRightBox"> <div class="rankingTitle SideRightTitleWrap"> <span class="left yellowafter SideRightTitle">排行榜</span> <div class="rankingTime clearfix"> <span class="rankingTimeChecked cursor textHover2">周</span> <span class="cursor textHover2" style="margin-right: 18px">月</span> <span class="cursor textHover2">年</span> <span class="subscript"></span> </div> </div> <div class="rankingContentBox clearfix"> <div class="rankingListBox"> <div class="rankingList left"> </div> <div class="rankingList left"> </div> <div class="rankingList left"> </div> </div> </div> </div> <div class="recommRead"> <div class="recommReadTitle yellowafter" > <span>推荐阅读</span> </div> <div class="readList"> <a href="https://www.niaogebiji.com/article-692293-1.html" class="readList-item"> <img class="readList-item-l" src="https://qnssl.niaogebiji.com/1542923682672ed4f161d2b7.44551913.jpeg" alt=""> <div class="readList-item-r" style="width: 197px;"> <div class="readList-title">段永平:我投资时会参考这个公式</div> <div class="readList-tips"> <span class="readList-author">集权运营</span> <span class="readList-date">2024-11-11</span> </div> </div> </a> <a href="https://www.niaogebiji.com/article-671488-1.html" class="readList-item"> <div class="readList-item-r"> <div class="readList-title">小米文案的流量密码 [破解版]</div> <div class="readList-tips"> <span class="readList-author">文案包邮</span> <span class="readList-date">2024-04-10</span> </div> </div> </a> <a href="https://www.niaogebiji.com/article-153970-1.html" class="readList-item"> <div class="readList-item-r"> <div class="readList-title">华为应用商店新版本投放的5点感受</div> <div class="readList-tips"> <span class="readList-author">潮州痞子蔡</span> <span class="readList-date">2022-07-31</span> </div> </div> </a> <a href="https://www.niaogebiji.com/article-67979-1.html" class="readList-item"> <div class="readList-item-r"> <div class="readList-title">人人车败北、方太电器吃瘪:太要面子是一种内部思维</div> <div class="readList-tips"> <span class="readList-author">张知愚</span> <span class="readList-date">2021-01-20</span> </div> </div> </a> <a href="https://www.niaogebiji.com/article-35413-1.html" class="readList-item"> <div class="readList-item-r"> <div class="readList-title">普通人变聪明的第一步,叫简化复杂</div> <div class="readList-tips"> <span class="readList-author">张良计</span> <span class="readList-date">2021-02-17</span> </div> </div> </a> <a href="https://www.niaogebiji.com/article-108391-1.html" class="readList-item"> <div class="readList-item-r"> <div class="readList-title">案例拆解-屈臣氏私域布局</div> <div class="readList-tips"> <span class="readList-author">拾一</span> <span class="readList-date">2022-03-31</span> </div> </div> </a> <a href="https://www.niaogebiji.com/article-84198-1.html" class="readList-item"> <div class="readList-item-r"> <div class="readList-title">传统会员模式被淘汰!付费会员会是趋势吗?</div> <div class="readList-tips"> <span class="readList-author">晏涛三寿</span> <span class="readList-date">2021-12-09</span> </div> </div> </a> <a href="https://www.niaogebiji.com/article-188265-1.html" class="readList-item"> <div class="readList-item-r"> <div class="readList-title">羊了个羊,死局还是骗局?</div> <div class="readList-tips"> <span class="readList-author">文案包邮</span> <span class="readList-date">2022-09-19</span> </div> </div> </a> <a href="https://www.niaogebiji.com/article-675313-1.html" class="readList-item"> <div class="readList-item-r"> <div class="readList-title">早鸟报|2024年5月10日</div> <div class="readList-tips"> <span class="readList-author">早鸟</span> <span class="readList-date">2024-05-10</span> </div> </div> </a> <a href="https://www.niaogebiji.com/article-90248-1.html" class="readList-item"> <div class="readList-item-r"> <div class="readList-title">墨西哥为什么复制不了“印度支付宝”的成功?</div> <div class="readList-tips"> <span class="readList-author">Inpander出海</span> <span class="readList-date">2022-01-11</span> </div> </div> </a> </div> </div> <div class="recommAuthor"> <div class="recommAuthorTitle yellowafter" > <span>热门作者</span> </div> <div class="authorList"> <div class="authorList-item"> <a href="/authorview/4703" class="authorList-item-l"> <img class="author-img" src="https://qnssl.niaogebiji.com/4445075145de0f27c543795.90298386.png" alt=""> <div class="author-info"> <div class="author-title">天问哥</div> <div class="author-tips">互联网创业3年,分享一些互联网创业项目的思考以及营销引流技巧。</div> </div> </a> <div class="authorList-item-r"> <div class="nofollow" data-author_id="4703">关注</div> </div> </div> <div class="authorList-item"> <a href="/authorview/11267" class="authorList-item-l"> <img class="author-img" src="https://qnssl.niaogebiji.com/85074884361c95a5852a877.84038802.jpeg" alt=""> <div class="author-info"> <div class="author-title">价值研究所</div> <div class="author-tips">关注企业长期价值。价值研究所:jiazhiyanjiusuo</div> </div> </a> <div class="authorList-item-r"> <div class="nofollow" data-author_id="11267">关注</div> </div> </div> <div class="authorList-item"> <a href="/authorview/11323" class="authorList-item-l"> <img class="author-img" src="https://qnssl.niaogebiji.com/189625308061e8ca488d2264.98357851.jpeg" alt=""> <div class="author-info"> <div class="author-title">17PR</div> <div class="author-tips">中国最具国际视野与影响力的品牌公关营销领域平台。</div> </div> </a> <div class="authorList-item-r"> <div class="nofollow" data-author_id="11323">关注</div> </div> </div> </div> </div> <div class="hotFindBox" > <div class="hotFindTitle yellowafter" > <span class="hotFind ">热门标签</span> <a class="lookMore" href="/pc/index/tag">查看更多</a> </div> <div class="hotFindList clearfix"> <a href="/tag/创作者" target="_blank" class="hotList left">创作者</a> <a href="/tag/流量变现" target="_blank" class="hotList left">流量变现</a> <a href="/tag/外链" target="_blank" class="hotList left">外链</a> <a href="/tag/荣耀" target="_blank" class="hotList left">荣耀</a> <a href="/tag/零食行业" target="_blank" class="hotList left">零食行业</a> <a href="/tag/技巧" target="_blank" class="hotList left">技巧</a> <a href="/tag/盘点" target="_blank" class="hotList left">盘点</a> <a href="/tag/付费推广" target="_blank" class="hotList left">付费推广</a> <a href="/tag/快递" target="_blank" class="hotList left">快递</a> <a href="/tag/行业洞察" target="_blank" class="hotList left">行业洞察</a> </div> </div> </div> </div> </div> </div> <script src="/js/jquery.pagination.js"></script> <script> function load(dropload, me) { $('.loadMore div').text('加载中...'); var tag = 'TikTok广告'; var timepoint = $('.articleBox:last').data('timepoint'); console.log(timepoint,'timepoint') $.ajax({ url: '/pc/index/getMoretagArticle/', data: {name: tag,timepoint: timepoint, format: 'html',search_type:3}, success: function (res) { if (res != '') { $('.loadMore div').text('加载更多'); $('.articleListBox').append(res); // $('.lazyImg').lazyload({effect: 'fadeIn'}); } else { $('.loadMore div').text('暂无更多'); } }, error: function () { // alert("出错了!", '请求服务器失败', "error"); me.resetload(); me.lock(); me.noData(); if (dropload == 'dropload') { me.resetload(); } }, }); } $('.loadMore').click(function () { load('pc'); }); $('.rankingTime span').click(function() { $(this).addClass('rankingTimeChecked').siblings().removeClass('rankingTimeChecked') var num = $(this).index(); $('.subscript').animate({ left: num * 50 + 2 }, 300) $('.rankingListBox').animate({ marginLeft: -340 * num }, 300) }) let tagText = $('.cateInfo-tips').text(); if(tagText.length >100){ tagText = tagText.slice(0,100); $('.cateInfo-tips').text(tagText+'...'); } $('.nofollow').click(function () { var uid = UID; if (!uid) loginInit(); var author_id = $(this).data('author_id'); var _this = $(this); $.ajax({ url: '/pc/author/follow?author=' + author_id + '&value=1', type: 'post', dataType: 'json', success: function (data) { if (data.return_code == 0) { swal({ title: '关注成功' }, function () { _this.after(`<div class="isfollow" >已关注</div>`); _this.remove(); }); } else { swal({ title: data.return_msg }); } }, error: function (data) { swal(data.return_msg); }, }); }); </script> <style> html,body{ min-width:1280px; } .gov_item_box{ padding-top:10px; } .gov_item { display: inline-block; border: 1px solid #ddd; margin-left: 8px; padding-right: 1em; height: 30px; line-height: 30px; color: #666; font-size: 12px; cursor: pointer; overflow: hidden; background:#f5f5f5; } .gov_item1{ margin-left:0; } .gov_item i { float: left; background: url('/img/gov_icon.png') no-repeat; } .gov_item1 i { width: 17px; height: 15px; background-position: -50px 0; margin: 7px 8px 0 6px; } .gov_item3 i { width: 17px; height: 18px; background-position: -50px -100px; margin: 7px 3px 0 8px; } .gov_item4 i { width: 19px; height: 19px; background-position: -50px -150px; margin: 5px 6px 0; } .gov_item5 i { width: 23px; height: 23px; background-position: -50px -200px; margin: 2px 6px 0 7px; } .gov_item2 i { width: 17px; height: 19px; background-position: -50px -50px; margin: 5px 10px 0 8px; } .footerItem:hover .gap img { opacity: 0.01; } .footerItem .gap:hover img { opacity: 1; } .featherselection_fixedmc{ display:none; } .app_download_code1 { /* background-image: url("/img/aboutus/xms3.png"); */ width: 102px; height: 105px; background-size: contain; position:absolute; left: -23px; top: 83px; padding: 5px; background: #fff; } </style> <div class="footer mobileHide"> <div class="footerLi"> <div class="footerLi1"> <div class="footerList clearfix"> <img class="footer_pic1" src="/img/index/footer_pic1.png" alt=""> <img class="footer_pic2" src="/img/index/footer_pic2.png" alt=""> <div class="footerItem footerItemContact2"> <p class="footerTitle">公司简介</p> <p><a style="line-height: 30px; float:left" href="/pc/index/aboutus" target="_blank">鸟哥笔记-讲述营销的故事!始创于2010年,专注于营销界专业知识分享、营销资源对接,赋能营销从业者。内容涵盖广告、营销、运营、推广、品牌等细分领域知识及资源对接服务<span style="cursor: pointer;display:inline;margin-left:2px;" href="/pc/index/aboutus">查看更多></span></a></p> </div> <div class="footerItem footerItemAbout"> <p class="footerTitle">关于</p> <ul class="space"> <p><a href="/pc/index/aboutus">关于我们</a></p> <p><a href="https://www.lagou.com/gongsi/j123114215.html">加入我们</a></p> <p><a href="http://niaogebj.mikecrm.com/FVEhsoN">反馈举报</a></p> <p><a class="hover" href="https://www.niaogebiji.com/pc/index/contactus">联系我们</a></p> <div class="app_download_code1" style="display:none"> <img style="width:100%;height:100%;" src="/img/aboutus/xms3.png" alt=""> </div> </ul> <ul> <p><a href="https://www.niaogebiji.com/pc/index/copyright">《版权及免责声明》</a></p> <p><a href="https://www.niaogebiji.com/pc/index/agreement">《用户协议》</a></p> <p><a href="https://www.niaogebiji.com/pc/index/privacy">《隐私协议》</a></p> <p>&emsp;<a href="https://www.niaogebiji.com/pc/marketing/home">商务合作</a></p> </ul> </div> <div class="footerItem nav_module"> <div class="footerTitle">网站导航</div> <nav> <ul> <li><a href="/">首页</a></li> <li><a href="/bulletin">今日事</a></li> <li> <a href="/cat/1">运营</a> <ul class="childUrl"> <li><a href="/cat/103">新媒体</a></li> <li><a href="/cat/101">用户运营</a></li> <li><a href="/cat/102">活动运营</a></li> <li><a href="/cat/104">数据运营</a></li> </ul> </li> <li> <a href="/cat/2">推广</a> <ul class="childUrl"> <li><a href="/cat/105">ASO</a></li> <li><a href="/cat/106">SEM</a></li> <li><a href="/cat/107">信息流</a></li> <li><a href="/cat/108">营销推广</a></li> <li><a href="/cat/114">品牌策略</a></li> </ul> </li> </ul> <ul> <li> <a href="/cat/3">综合</a> <ul class="childUrl"> <li><a href="/cat/109">行业动态</a></li> <li><a href="/cat/112">课程活动</a></li> <li><a href="/cat/110">职场成长</a></li> <li><a href="/special">干货专题</a></li> </ul> </li> <li><a href="/author">专栏</a></li> <li><a href="/pc/index/tag">分类标签</a></li> <li><a href="/pc/resource/esall">服务商大全</a></li> <!-- <li><a href="/cat/111">资料</a></li> --> <!-- <li><a href="/academy/#/academy/course">学院</a></li> --> </ul> </nav> </div> <div class="footerItem download_module"> <div class="footerTitle">下载APP</div> <img class="code" src="/img/index/app_download_code3_1.jpg" alt=""> </div> <div style="height: 15px"></div> </div> </div> <div class="footerBottom"> <p> <span>Powered by QINGMOB PTE. LTD. © 2010-2022 上海青墨信息科技有限公司 </span> <a href="https://beian.miit.gov.cn/" target="_blank">沪ICP备2021034055号-6</a> </p> <div class="gov_item_box"> <a target="_blank" href="https://www.12377.cn/" class="gov_item gov_item1"><i></i><span>国家互联网举报中心</span></a> <a target="_blank" href="https://www.shjbzx.cn/" class="gov_item gov_item3"><i></i><span>上海互联网举报中心</span></a> <a target="_blank" href="http://www.cyberpolice.cn/" class="gov_item gov_item5"><i></i><span>网络110报警服务</span></a> <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011002005551" class="gov_item gov_item2"><i></i><span>沪公网安备31011002005551号</span></a> </div> </div> </div> </div> <div class="featherselection_fixedmc mobileHide"> <img class="go_close mobileHide" src="/img/index/ydgb.png" alt=""> <a class="gologin mobileHide" href="javascript:;"><img src="/img/index/go_login.png" alt=""></a> </div> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?b287ed19e06795af7a2b7f4609d48b1d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script> function openWin() { let url = 'http://p.qiao.baidu.com/cps/chat?siteId=13189166&userId=10076563&cp=www.niaogebiji.com&cr=web1&cw=web1' window.open(url, 'newwindow', 'height=600, width=800, top=30%,left=30%, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no'); } $(function(){ $(".footerItem .hover").mouseover(function() { $(".app_download_code1").show() }) $(".footerItem .hover").mouseout(function() { $(".app_download_code1").hide() }) // var login_url = "//" var is_login = "0"; $('.go_close').click(function () { $('.featherselection_fixedmc').hide() }) $('.featherselection_box').on('click',".featherselection_list",function () { if(is_login == 0){ // loginInit(); $('.featherselection_fixedmc').show() }else{ window.open('/pc/center/mall') } }) $('.featherselection').on('click',".featherselection_titleimg",function () { if(is_login == 0){ loginInit(); $('.featherselection_fixedmc').hide() }else{ window.open('/pc/center/mall') } }) $('[data-src]').click(function(){ var $this = $(this); var src = $this.data('src'); $this.addClass('on').siblings().removeClass('on'); $this.parent().next().css('background-image', 'url('+src+')'); }); var oldWidth; $('.moreFriendLink').click(function(){ oldWidth = $('.friendLink').width(); $('.friendLink').width(410).find('li').addClass('compactLink').show(); $(this).parent().hide(); }); $('.lessFriendLink').click(function(){ $('.friendLink').width(oldWidth).find('li').removeClass('compactLink').show(); $('.extraLink').hide(); }) }); $('.headMain>li').mouseenter(function () { $(this).addClass('active').siblings().removeClass('active'); $(this).siblings().children('.navItem').hide(); $(this).children('.navItem').show(); }).mouseleave(function () { $(this).removeClass('active'); $('.navItem').hide(); $('.current').children('.navItem').show(); }); $('button.search').click(function(){ window.open("https://aso.niaogebiji.com/index/search?wd="+encodeURIComponent($('input.name').val()),"newwindow"); }); $('input.name').keydown(function(e){ if(e.keyCode==13){ window.open("https://aso.niaogebiji.com/index/search?wd="+encodeURIComponent($('input.name').val()),"newwindow"); } }); $('.gologin').click(function(){ $('.featherselection_fixedmc').hide(); loginInit(); }) $('.headerBtn').click(function () { //搜索文章或问吧 }); </script> <script> //bi统计uv、pv // $.ajax({ // type:'POST', // url:'/index/bistat/', // dataType:'json', // data:{}, // success: function(result){ // }, // error: function(result, status){ // } // }); </script> <script> if($('a:last').html()=='站长统计'){ $('a:last').hide() } </script> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10