|
|
@@ -1,10 +1,143 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html lang="en">
|
|
|
-<head>
|
|
|
- <meta charset="UTF-8">
|
|
|
- <title>常见问题主页</title>
|
|
|
-</head>
|
|
|
-<body>
|
|
|
-常见问题主页
|
|
|
-</body>
|
|
|
-</html>
|
|
|
+<#include "_layout.html"/>
|
|
|
+<#macro css>
|
|
|
+ #banner {
|
|
|
+ background: #693a95;
|
|
|
+ padding: 88px 0;
|
|
|
+ height: 440px;
|
|
|
+ color: #fff;
|
|
|
+ background-size:100% 100%;
|
|
|
+ }
|
|
|
+ .banner .container{
|
|
|
+ text-align: center;
|
|
|
+ width: 1190px;
|
|
|
+ }
|
|
|
+ .banner .text-info{
|
|
|
+ margin-top: 75px;
|
|
|
+ float: left;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+ .banner .text-info h3 {
|
|
|
+ font-size: 48px;
|
|
|
+ color: #fff;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .banner .text-info h4 {
|
|
|
+ margin-top: 34px;
|
|
|
+ font-size: 24px;
|
|
|
+ color: #fff;
|
|
|
+ font-weight: bold;
|
|
|
+ line-height: 30px;
|
|
|
+ }
|
|
|
+ .banner img{
|
|
|
+ float: right;
|
|
|
+ margin-top: -280px;
|
|
|
+ }
|
|
|
+ /*section-main*/
|
|
|
+ #main {
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+ margin: 0 auto;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .section-item .content {
|
|
|
+ display: inline-block;
|
|
|
+ width: 1190px;
|
|
|
+ text-align: center;
|
|
|
+ margin-bottom: 60px;
|
|
|
+ }
|
|
|
+ .breadcrumb .content{
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+ .breadcrumb ul{
|
|
|
+ overflow: hidden;
|
|
|
+ display: inline-block;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+ .breadcrumb ul li{
|
|
|
+ float: left;
|
|
|
+ margin-right: 5px;
|
|
|
+ height: 68px;
|
|
|
+ line-height: 68px;
|
|
|
+ }
|
|
|
+ .breadcrumb ul li a{
|
|
|
+ color: #1b1b1b;
|
|
|
+ }
|
|
|
+ .section-item h3{
|
|
|
+ font-size: 24px;
|
|
|
+ color: #1e1e1e;
|
|
|
+ padding-top: 50px;
|
|
|
+ }
|
|
|
+ .section2,.section4{
|
|
|
+ background: #f4f4f4;
|
|
|
+ }
|
|
|
+ .section5 .content{
|
|
|
+ height: 200px;
|
|
|
+ }
|
|
|
+ .section5 .content h2{
|
|
|
+ font-size: 36px;
|
|
|
+ margin: 46px 0;
|
|
|
+ color: #333a56;
|
|
|
+ }
|
|
|
+ .section5 .content p{
|
|
|
+ font-size: 18px;
|
|
|
+ color: #5a5a5a;
|
|
|
+ }
|
|
|
+ .section5 .content p a{
|
|
|
+ color: red;
|
|
|
+ text-decoration: underline;
|
|
|
+ }
|
|
|
+</#macro>
|
|
|
+<@layout>
|
|
|
+<section id="banner" class="banner">
|
|
|
+ <div class="container">
|
|
|
+ <div class="text-info">
|
|
|
+ <h3>常见问题</h3>
|
|
|
+ <h4>QUESTIONS</h4>
|
|
|
+ </div>
|
|
|
+ <img src="${CTPATH}/images/question/pic1.png" alt="">
|
|
|
+ </div>
|
|
|
+</section>
|
|
|
+<!-- main 主内容 -->
|
|
|
+<section id="main" class="clearfix">
|
|
|
+ <div class="section-item breadcrumb">
|
|
|
+ <div class="content">
|
|
|
+ <ul>
|
|
|
+ <li><a href="">当前位置:</a></li>
|
|
|
+ <li><a href="">首页 ></a></li>
|
|
|
+ <li><a href="">服务中心 ></a></li>
|
|
|
+ <li><a href="">常见问题</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="section-item section1">
|
|
|
+ <h3>系统特点</h3>
|
|
|
+ <div class="content">
|
|
|
+ 内容区域
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="section-item section2">
|
|
|
+ <h3>数据维护</h3>
|
|
|
+ <div class="content">
|
|
|
+ 内容区域
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="section-item section3">
|
|
|
+ <h3>升级服务</h3>
|
|
|
+ <div class="content">
|
|
|
+ 内容区域
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="section-item section4">
|
|
|
+ <h3>基础知识</h3>
|
|
|
+ <div class="content">
|
|
|
+ 内容区域
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="section-item section5">
|
|
|
+ <div class="content">
|
|
|
+ <h2>仍有疑问?</h2>
|
|
|
+ <p>可拨打咨询电话800-830-1818,或点击 <a href="">联系我们</a>查看更多咨询方式。</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</section>
|
|
|
+</@layout>
|