作者 景龙
1 个管道 的构建 通过 耗费 0 秒

修改页面样式

  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>
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 <input type="text" class="show_city" value="所有" readonly="readonly"> 47 <input type="text" class="show_city" value="所有" readonly="readonly">
48 <img src="__TMPL__/public/assets/images/down2.png" alt="" /> 48 <img src="__TMPL__/public/assets/images/down2.png" alt="" />
49 <ul> 49 <ul>
50 - <li>所有</li> 50 + <li value="0">所有</li>
51 <volist name="city_name" id="vo"> 51 <volist name="city_name" id="vo">
52 <li value="{$vo.id}">{$vo.name}</li> 52 <li value="{$vo.id}">{$vo.name}</li>
53 </volist> 53 </volist>
@@ -438,6 +438,7 @@ body {} @@ -438,6 +438,7 @@ body {}
438 width: 100%; 438 width: 100%;
439 height: 65%; 439 height: 65%;
440 background: rgba(255, 255, 255, 1); 440 background: rgba(255, 255, 255, 1);
  441 + text-align:center;
441 } 442 }
442 443
443 .center_card_catant_one { 444 .center_card_catant_one {
@@ -53,7 +53,7 @@ @@ -53,7 +53,7 @@
53 </ul> 53 </ul>
54 </div> 54 </div>
55 <div class="bottom_nav_copy"> 55 <div class="bottom_nav_copy">
56 - <div class="bot_nav_copy"> 56 + <div class="bot_nav_copy" id="about_us">
57 Copyright © 2004-2019 独角星球 版权所有 57 Copyright © 2004-2019 独角星球 版权所有
58 </div> 58 </div>
59 </div> 59 </div>