微调
This commit is contained in:
parent
ae821df048
commit
626c747931
@ -1,3 +1,9 @@
|
||||
<style>
|
||||
#theewm{
|
||||
position: relative;
|
||||
right:-5px
|
||||
}
|
||||
</style>
|
||||
<div id="footer" class="min_wrapper_1200">
|
||||
<div class="wrapper_1200">
|
||||
<ul class="list" style="text-align:center">
|
||||
@ -65,16 +71,16 @@
|
||||
</div> -->
|
||||
<div class="official1">
|
||||
<!-- {dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [498d51b3f1f643638dda51e5e7b7b792]"} -->
|
||||
<img src="{dreamer-cms:template /}images/official1.jpg" width="100" />
|
||||
<img src="{dreamer-cms:template /}images/official1.jpg" width="100" style="position: relative;right:-10px"/>
|
||||
<!-- {/dreamer-cms:sql} -->
|
||||
<div class="ewm"><span class="iconfont iconxiaochengxu"></span>官方公众号</div>
|
||||
<div class="ewm" style="color: blue;" id="theewm"><span class="iconfont iconxiaochengxu"></span>官方公众号</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
<div class="friendship">
|
||||
<a>友情链接:</a>
|
||||
{dreamer-cms:list typeid="2jk6313y" pagenum="1" pagesize="10" formkey="80AZ783M" addfields="link_url"}
|
||||
{dreamer-cms:list typeid="2jk6313y" pagenum="1" pagesize="10" addfields="link_url"}
|
||||
<a href="[field:link_url /]">[field:title /]</a>
|
||||
{/dreamer-cms:list}
|
||||
</div>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta name="baidu-site-verification" content="codeva-oXWASlP547" />
|
||||
<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">
|
||||
@ -138,7 +139,8 @@
|
||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.timeline-item:not(:last-child)::after {
|
||||
/* .timeline-item:not(:last-child)::after {
|
||||
下方竖线
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
@ -147,7 +149,7 @@
|
||||
width: 2px;
|
||||
height: 20px;
|
||||
background-color: #e5e7eb;
|
||||
}
|
||||
} */
|
||||
|
||||
.carousel {
|
||||
position: relative;
|
||||
@ -543,8 +545,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
{dreamer-cms:include file="inc/footer.html" /}
|
||||
<script>
|
||||
// var user = [[{dreamer-cms:list typeid="6j0r9qzq" pagenum="1" pagesize="1" cascade="true"/}]];
|
||||
// Sample news data for engineering consulting company
|
||||
@ -807,7 +810,7 @@
|
||||
}
|
||||
]
|
||||
});
|
||||
}, 200); // 模拟网络延迟
|
||||
}, 100); // 模拟网络延迟
|
||||
});
|
||||
}
|
||||
// 初始化轮播图
|
||||
@ -962,6 +965,7 @@
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
{dreamer-cms:include file="inc/service.html" /}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user