|
|
1
|
+<!DOCTYPE html>
|
|
|
2
|
+<html lang="en">
|
|
|
3
|
+
|
|
|
4
|
+<head>
|
|
|
5
|
+ <meta charset="UTF-8" />
|
|
|
6
|
+ <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
|
|
|
7
|
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
8
|
+ <link rel="stylesheet" href="__TMPL__/public/assets/css/swiper-3.4.2.min.css" />
|
|
|
9
|
+ <link rel="stylesheet" href="__TMPL__/public/assets/css/base.css" />
|
|
|
10
|
+ <link rel="stylesheet" href="__TMPL__/public/assets/css/index.css" />
|
|
|
11
|
+ <title>关于我们</title>
|
|
|
12
|
+</head>
|
|
|
13
|
+
|
|
|
14
|
+<body>
|
|
|
15
|
+<include file="public@header"/>
|
|
|
16
|
+<!-- banner -->
|
|
|
17
|
+<div class="index_eight_top">
|
|
|
18
|
+ <div class="index_eight_banner">
|
|
|
19
|
+ <notempty name="res.thumbnail">
|
|
|
20
|
+ <img src="{:cmf_get_image_url($res.thumbnail)}" alt="">
|
|
|
21
|
+ <else/>
|
|
|
22
|
+ <img src="__TMPL__/public/assets/starImg/aicon_80.png" alt="">
|
|
|
23
|
+ </notempty>
|
|
|
24
|
+ </div>
|
|
|
25
|
+</div>
|
|
|
26
|
+<!-- 详情 -->
|
|
|
27
|
+<div class="index_eight_detail">
|
|
|
28
|
+ <div class="index_eight_detail_contant">
|
|
|
29
|
+ <div class="index_eight_detail_one">
|
|
|
30
|
+ {$res.name}
|
|
|
31
|
+ </div>
|
|
|
32
|
+ <div class="index_eight_detail_two" style="color:#333;">
|
|
|
33
|
+ {$res.excerpt}
|
|
|
34
|
+ </div>
|
|
|
35
|
+ <div class="index_eight_detail_three">
|
|
|
36
|
+ {$res.content}
|
|
|
37
|
+ </div>
|
|
|
38
|
+ </div>
|
|
|
39
|
+</div>
|
|
|
40
|
+<!--评论-->
|
|
|
41
|
+<include file="public@comment"/>
|
|
|
42
|
+<include file="public@footer"/>
|
|
|
43
|
+</body>
|
|
|
44
|
+<script src="__TMPL__/public/assets/js/base.js"></script>
|
|
|
45
|
+<script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script>
|
|
|
46
|
+<script src="__TMPL__/public/assets/js/swiper.min.js"></script>
|
|
|
47
|
+<script src="__TMPL__/public/assets/js/public.js"></script>
|
|
|
48
|
+<script></script>
|
|
|
49
|
+
|
|
|
50
|
+</html> |