主题 : 首页轮播图怎么显示的
级别: 秀才
UID: 125429
积分:92 加为好友
威望: 0 精华: 0
主题:2 回复:41
注册时间:2018-08-30
在线时长:0
11#   发表于:2019-01-21 15:51:06  IP:49.104.*.*
我这边目录是ROOT\WEB-INF\t\cms\www,然后www文件夹下面有两个文件夹default和mobile,里面都有index.html,但是这个html文件里面没有叫db的class

级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
12#   发表于:2019-01-21 15:56:07  IP:117.93.*.*
您稍等下我看下在文件夹中是否有这个class我之前是在部署的后台模板中看到的
每天告诉自己一次,“我真的很不错”。
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
13#   发表于:2019-01-21 16:06:16  IP:117.93.*.*
抱歉   之前写错了  是bd   抱歉记错了class的名字了
每天告诉自己一次,“我真的很不错”。
级别: 秀才
UID: 125429
积分:92 加为好友
威望: 0 精华: 0
主题:2 回复:41
注册时间:2018-08-30
在线时长:0
14#   发表于:2019-01-21 16:07:48  IP:49.104.*.*
!DOCTYPE HTML>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>首页 - ${site.name} - Powered by JEECMS</title>
<meta http-equiv="keywords" content="${site.keywords!}"/>
<meta http-equiv="description" content="${site.description!}"/>
<script src="${resSys}/jquery.js" type="text/javascript"></script>
<script src="${resSys}/front.js" type="text/javascript"></script>

<link href="/${mobileRes!}/css/common.css" rel="stylesheet">
<link href="/${mobileRes!}/css/gsk.css" rel="stylesheet">
<script src="/${mobileRes!}/js/gsk.js"></script>

<link href="/${mobileRes!}/css/marticle.css" rel="stylesheet">

<!--[if lt IE 9]> 
<script src="/${res}/js/html5shiv.min.js"></script>
<script src="/${res}/js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
$(function() {
Cms.siteFlow("${base}", location.href, document.referrer, "${site.config.flowSwitch?string}");
$.cookie("_site_id_cookie","${site.id!}",{path: '${base}' });
});
</script>
<style>
body{
background-color:#fff;
}
.bgblue{
   background-color:#e3f4fb;
border-bottom:6px solid #1665ae;
}

#loginCsiDiv .login{
    position: absolute;
    width: 50%;
    height: 30px;
line-height:30px;
    top: 40%;
    left: 25%;
    text-align: center;

}
#loginCsiDiv .login a{
color:#00B1EE;
font-size:16px;
}
.indexbox{
    width:760px;height:410px;margin:0px auto;padding-top:20px;position:relative;overflow:hidden;
}
.bgcf{
 height:600px;
background-color:#e3f4fb;
}

.retu{
position:absolute;
top:29%;
left:0px;
font-size: 15px;
    margin-left: 5px;
}
.ruiyun{
position: absolute;
    top: 28%;
    right: 80px;
    font-size: 16px;
    line-height: 40px;
    color: #666;
}
@media (min-width: 768px) and (max-width: 992px){ 
    .indexbox{
    width:100%;
padding:20px 20px 0px 20px;
box-sizing:border-box;
 }
}
@media(max-width: 768px){ 
    .indexbox{
    width:100%;
padding:20px 20px  0 20px;
box-sizing:border-box;
height:200px;
 }
#loginCsiDiv .login a{
    font-size:13px;
}
#loginCsiDiv .login{
   top:42%;
}
.ruiyun{
position: absolute;
    top: 0;
    right: 0px;
    font-size: 12px;
    line-height: 30px;
    color: #666;
}


}
@media (max-width: 768px) {
.pT30{
    padding-top:30px;

.retu {
    position: absolute;
    top: 0;
    left: 0px;

    font-size: 12px;
    line-height: 30px;
}

}
</style>
<script>
$(".retu").click(function(){
$(".hide").show();

})

</script>
<script>
$(function(){
$(".nav li").click(function(){
$(this).addClass("on").siblings().removeClass("on");
})

// 退出弹窗
$(".ialert .alertstatus i").click(function(){
$(".ishadow").hide();
$(this).parents(".ialert").hide();
})

$(".cont").click(function(){
$(".ishadow").hide();
$(this).parents(".ialert").hide();
$.get("acceptAgreement.jspx","",function(data){});
})

$(".close").click(function(){
$(".ishadow").hide();
$(this).parents(".ialert").hide();
$(this).attr("href","");
})



})
</script>
<head>
<body>

<!-- 头部区域 -->
<!--<div class="user-child">
<a href="${base}/member/index.jspx">会员中心</a>
<a id="logout" >退出账号</a>
</div>-->



<header  class="bgblue">
<div id="headerbox">
<div class="logo user-child">
<a id="logout" href="${base}/"><img src="/${mobileRes!}/images/logo.png"></a>
</div>

</div>
</header>


  <script type="text/javascript">
$(function(){

Cms.loginCsi("${base}","loginCsiDiv",{"returnUrl":"${location}"});
});
   </script>

    </div> 

<div style="width:100%;" class="bgcf" style="background:#e3f4fb">
<div class="indexbox" >
<div id="loginCsiDiv"></div>
<img src="/${mobileRes!}/images/index.png"  scroll="no" style="text-align:center;width:100%;"/>
</div>
<div>




</body>
</html>
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
15#   发表于:2019-01-21 16:10:19  IP:117.93.*.*
这个是您的那个index.html的内容?
每天告诉自己一次,“我真的很不错”。
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
16#   发表于:2019-01-21 16:16:59  IP:117.93.*.*
您进的是default这个文件夹下的index.html页面吗?
每天告诉自己一次,“我真的很不错”。
级别: 秀才
UID: 125429
积分:92 加为好友
威望: 0 精华: 0
主题:2 回复:41
注册时间:2018-08-30
在线时长:0
17#   发表于:2019-01-21 16:50:06  IP:49.104.*.*
不是,这是mobile下面的
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
18#   发表于:2019-01-21 16:51:59  IP:117.93.*.*
您进default这个文件夹下的index模板看下吧   我刚刚看过了   那个文件夹下的index模板才有bd的class
每天告诉自己一次,“我真的很不错”。
级别: 秀才
UID: 125429
积分:92 加为好友
威望: 0 精华: 0
主题:2 回复:41
注册时间:2018-08-30
在线时长:0
19#   发表于:2019-01-21 17:01:10  IP:49.104.*.*
<!DOCTYPE HTML>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>首页 - ${site.name} - Powered by JEECMS</title>
<meta http-equiv="keywords" content="${site.keywords!}"/>
<meta http-equiv="description" content="${site.description!}"/>
<script src="${resSys}/jquery.js" type="text/javascript"></script>
<script src="${resSys}/front.js" type="text/javascript"></script>
<script type="text/javascript" src="/${res}/js/jquery.SuperSlide.js"></script>
<script type="text/javascript" src="/${res}/js/index.js"></script>

<link type="text/css" rel="stylesheet" href="/${res}/css/index2.css" />

<link href="/${res}/css/common.css" rel="stylesheet">
<link href="/${res}/css/gsk.css" rel="stylesheet">
<script src="/${res}/js/gsk.js"></script>
<!-- <script src="/${res}/js/index.js"></script> -->

<!--[if lt IE 9]> 
<script src="/${res}/js/html5shiv.min.js"></script>
<script src="/${res}/js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
$(function() {
Cms.siteFlow("${base}", location.href, document.referrer, "${site.config.flowSwitch?string}");
$.cookie("_site_id_cookie","${site.id!}",{path: '${base}' });
});
</script>
<style>

.bgblue{
   background-color:#e3f4fb;
border-bottom:6px solid #1665ae;
}

#loginCsiDiv .login{
    position: absolute;
    width: 50%;
    height: 30px;
line-height:30px;
    top: 40%;
    left: 25%;
    text-align: center;

}
#loginCsiDiv .login a{
color:#00B1EE;
font-size:16px;
}
.indexbox{
    width:760px;height:410px;margin:0px auto;padding-top:20px;position:relative;overflow:hidden;
}
.bgcf{
 height:600px;
background-color:#e3f4fb;
}

.retu{
position:absolute;
top:29%;
left:0px;
font-size: 15px;
    margin-left: 5px;
}
.ruiyun{
position: absolute;
    top: 28%;
    right: 80px;
    font-size: 16px;
    line-height: 40px;
    color: #666;
}
@media (min-width: 768px) and (max-width: 992px){ 
    .indexbox{
    width:100%;
padding:20px 20px 0px 20px;
box-sizing:border-box;
 }
}
@media(max-width: 768px){ 
    .indexbox{
    width:100%;
padding:20px 20px  0 20px;
box-sizing:border-box;
height:200px;
 }
#loginCsiDiv .login a{
    font-size:13px;
}
#loginCsiDiv .login{
   top:42%;
}

}
@media (max-width: 768px) {
.pT30{
    padding-top:30px;

.retu {
    position: absolute;
    top: 0;
    left: 0px;

    font-size: 12px;
    line-height: 30px;


}
</style>
<script>
$(".retu").click(function(){
$(".hide").show();

})

</script>
<script>
$(function(){
$(".nav li").click(function(){
$(this).addClass("on").siblings().removeClass("on");
})

// 退出弹窗
$(".ialert .alertstatus i").click(function(){
$(".ishadow").hide();
$(this).parents(".ialert").hide();
})

$(".cont").click(function(){
$(".ishadow").hide();
$(this).parents(".ialert").hide();
$.get("acceptAgreement.jspx","",function(data){});
})

$(".close").click(function(){
$(".ishadow").hide();
$(this).parents(".ialert").hide();
$(this).attr("href","");
})



})
</script>
<head>
<body>

<!-- 头部区域 -->
<!--<div class="user-child">
<a href="${base}/member/index.jspx">会员中心</a>
<a id="logout" >退出账号</a>
</div>-->

<div>
<header  class="bgblue">
<div id="headerbox">
<div class="logo user-child">
<a id="logout" href="${base}/"><img src="/${res}/images/logo.png"/></a>
</div>
</div>
</header>

<script type="text/javascript">
$(function(){
Cms.loginCsi("${base}","loginCsiDiv",{"returnUrl":"${location}"});
});
</script>
</div> 

<div style="width:100%;" class="bgcf" style="background:#e3f4fb">
<div class="indexbox" >
<div id="loginCsiDiv"></div>
<img src="/${res}/images/index.png"  scroll="no" style="text-align:center;width:100%;"/>
</div>
<div>




</body>
</html>



这是default下面的
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
20#   发表于:2019-01-21 17:02:51  IP:117.93.*.*
这么感觉您的index.html和我这边的都不一样啊    这样吧   我吧我的index.html文件发您
每天告诉自己一次,“我真的很不错”。
|< < 1 2 3 4 5 6 7 8 > >| 共8页