<!doctype html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<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>{$toptitle}</title>
<meta name="description" content="{$description}" />
<meta name="keywords" content="{$keywords}" />
<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="{$theme_path}/static/css/bootstrap.min.css">
<link rel="stylesheet" href="{$theme_path}/static/css/head.css">
<link rel="stylesheet" href="{$theme_path}/static/css/base.css">
<link rel="stylesheet" href="{$theme_path}/static/css/dropload.css">
<link rel="stylesheet" href="{$theme_path}/static/css/swiper.min.css">
<link rel="stylesheet" href="{$theme_path}/static/css/sweet-alert.css">
<link rel="stylesheet" href="{$theme_path}/static/css/initialize.css">
<script src="{$theme_path}/static/js/jquery-2.1.1.min.js"></script>
<script src="{$theme_path}/static/js/sweet-alert.min.js"></script>
<script src="{$theme_path}/static/js/dropload.min.js" ></script>
<script src="{$theme_path}/static/js/jquery.lazyload.min.js"></script>
<script src="{$theme_path}/static/js/js.cookie.js" ></script>
<script src="{$theme_path}/static/js/main.js"></script>
<link type="text/css" rel="stylesheet" href="{$theme_path}/static/css/indexeffect.css">
<!-- qrcode cdn -->
<script src="{$theme_path}/static/js/jquery.qrcode.min.js"></script>
<link href="{$theme_path}/static/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("{$theme_path}/static/images/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
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
小旋风蜘蛛池,小旋风蜘蛛池程序pro2.8版 小旋风蜘蛛池,主要是针对网站站群、蜘蛛池、泛站群以及各类SEO软件网站优化技术和搜索引擎算法,批量自动化建站群系统,实现网站排名。小旋风蜘蛛池的原创系统架构,安全、高效,最大化的优化利用php性能,使得运行流畅稳定。独创无缓存机制,独创内容无缓存刷新不变,节省硬盘。防止搜索引擎识别蜘蛛池。
资源推荐
资源详情
资源评论
收起资源包目录
小旋风蜘蛛池,小旋风蜘蛛池程序pro2.8版 (2000个子文件)
style.css 381KB
style.css 362KB
amazeui.min.css 289KB
amazeui.css 250KB
amazeui.css 250KB
style.css 202KB
style.css 188KB
style.css 188KB
style.css 166KB
uikit.css 155KB
pintuer.css 155KB
style.css 150KB
style.css 150KB
bootstrap.css 149KB
bootstrap_2.css 149KB
bootstrap_1.css 149KB
bootstrap.css 149KB
bootstrap_3.css 149KB
bootstrap.min.css 146KB
bootstrap.css 144KB
bootstrap.css 141KB
bootstrap.min.css 139KB
bootstrap.min.css 139KB
style.css 137KB
style.css 137KB
fastadmin.css 132KB
plugin-style.css 129KB
style.css 125KB
style_1.css 125KB
style_2.css 125KB
bootstrap.min_2.css 118KB
bootstrap.min_1.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
theme.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
bootstrap.min.css 118KB
main.css 114KB
bootstrap.min.css 98KB
style.css 97KB
bootstrap.css 97KB
themesstyle.css 96KB
bootstrap.min.css 94KB
style.min.css 79KB
css_2.css 75KB
css_1.css 75KB
css.css 75KB
bootstrap.min.css 71KB
style.css 69KB
style_11_common2.css 69KB
style_11_common2.css 69KB
style_11_common.css 69KB
style_11_common.css 69KB
common.css 66KB
index.css 63KB
style_2.css 62KB
style_1.css 62KB
style_3.css 62KB
style_4.css 62KB
style.css 62KB
docs.css 60KB
animate.min.css 60KB
style.css 60KB
animate.min.css 60KB
layui.css 59KB
font-awesome-ie7.min.css 58KB
index.css 57KB
zsw_style.css 57KB
tcplayer.min.css 56KB
style_11_forum_viewthread.css 54KB
style_11_forum_viewthread.css 54KB
style.css 53KB
jquery.mCustomScrollbar.css 53KB
fontawesome-all.css 50KB
animate.css 46KB
animate.css 46KB
animate.css 46KB
style.css 45KB
2018_2.css 44KB
2018_1.css 44KB
2018.css 44KB
main.css 43KB
main_1.css 43KB
base.css 41KB
base.css 40KB
index.css 38KB
articledetail.css 38KB
font-awesome.css 36KB
elements.css 36KB
base.css 35KB
base.css 35KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
- q1445952024-09-04下载号之后就收费了 #标题与内容不符 #毫无价值
- heqian0072024-11-06收费的 #标题与内容不符 #毫无价值 # 引导二次消费
店小二SEO
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功