提交
This commit is contained in:
parent
58f96cbc50
commit
f61bfd56bd
@ -65,7 +65,7 @@
|
||||
<div class="recommend">
|
||||
<div class="title">推荐阅读</div>
|
||||
<div class="publicList">
|
||||
{dreamer-cms:list typeid="6j0r9qzq" pagenum="1" pagesize="1" cascade="true" sortBy="create_time" sortWay="desc"}
|
||||
{dreamer-cms:list typeid="zac9idyl" pagenum="1" pagesize="1" cascade="true" sortBy="show_time" sortWay="desc"}
|
||||
<div class="item details" data-id="[field:id/]">
|
||||
<div class="pictrue dis" ><a href="[field:arcurl/]"><img src="[field:litpic/]"></a></div>
|
||||
<div class="text dis">
|
||||
|
@ -1,8 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<!-- 禁止百度转码 -->
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||||
@ -11,8 +13,8 @@
|
||||
<!-- QQ强制竖屏 -->
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
<title>{dreamer-cms:category field="typenamecn" /}_{dreamer-cms:global name="title"/}</title>
|
||||
<meta name="Keywords" content="{dreamer-cms:global name="keywords"/}" />
|
||||
<meta name="Description" content="{dreamer-cms:global name="describe"/}" />
|
||||
<meta name="Keywords" content="{dreamer-cms:global name=" keywords"/}" />
|
||||
<meta name="Description" content="{dreamer-cms:global name=" describe"/}" />
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/iconfont/iconfont.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/reset.css">
|
||||
<link rel="stylesheet" href="{dreamer-cms:template /}css/animate.css">
|
||||
@ -34,22 +36,37 @@
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
}
|
||||
.headerBg2{background:url("{dreamer-cms:template /}images/companyinfo1.jpg") center 0 no-repeat;overflow:hidden;width:100%;height:380px;}
|
||||
|
||||
.headerBg2 {
|
||||
background:url("{dreamer-cms:template /}images/companyinfo1.jpg") center 0 no-repeat;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 380px;
|
||||
}
|
||||
|
||||
#thename {
|
||||
text-align: center;
|
||||
width: 235px;
|
||||
height: 80px;
|
||||
}
|
||||
#theinfo{
|
||||
text-align: center;
|
||||
width: 235px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
#theinfo {
|
||||
height: 15px;
|
||||
}
|
||||
#theimg{
|
||||
}
|
||||
|
||||
#theimg {
|
||||
height: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
.one:hover {
|
||||
transform: translateY(-10px);
|
||||
/* 上浮10px */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="case-center">
|
||||
<div class="case-center">
|
||||
{dreamer-cms:include file='inc/header1.html'/}
|
||||
|
||||
<!-- {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [1f7da4c6706c48ab8f9e223dbdfb80b4]"} -->
|
||||
@ -70,7 +87,8 @@ height: 80px;
|
||||
</a>
|
||||
</div>
|
||||
<div class="text">
|
||||
<div class="name" id="thename"><a href="[field:arcurl/]" title="[field:title/]">[field:title/]</a></div>
|
||||
<div class="name" id="thename"><a href="[field:arcurl/]"
|
||||
title="[field:title/]">[field:title/]</a></div>
|
||||
<div class="infor" id="theinfo">[field:remark function="substring(0,60,'...')"/]</div>
|
||||
<div class="industry"><a href="[field:arcurl/]" title="[field:title/]">查看详情</a></div>
|
||||
</div>
|
||||
@ -81,7 +99,7 @@ height: 80px;
|
||||
<div class="clearfix"></div>
|
||||
<!--<div class="more set_8_button outline" data-type="1">查看更多<span class="lines"></span></div>
|
||||
<div class="more no_more" >没有更多了</div>-->
|
||||
<div class="listpages" >
|
||||
<div class="listpages">
|
||||
{dreamer-cms:pagination /}
|
||||
</div>
|
||||
</div>
|
||||
@ -93,7 +111,8 @@ height: 80px;
|
||||
</div> -->
|
||||
|
||||
{dreamer-cms:include file='inc/footer.html'/}
|
||||
</div>
|
||||
{dreamer-cms:include file="inc/service.html" /}
|
||||
</div>
|
||||
{dreamer-cms:include file="inc/service.html" /}
|
||||
</body>
|
||||
|
||||
</html>
|
@ -46,6 +46,9 @@ height: 80px;
|
||||
#theinfo{
|
||||
height: 15px;
|
||||
}
|
||||
.one:hover {
|
||||
transform: translateY(-10px); /* 上浮10px */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user