parent
6c4f0b92b1
commit
40a809e655
8 changed files with 404 additions and 378 deletions
@ -1,5 +1,31 @@ |
||||
<#include "head.htm"> |
||||
{ms:channel type=son} |
||||
[field.typetitle/] |
||||
{/ms:channel} |
||||
================== |
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<#include "head-file.htm"/> |
||||
</head> |
||||
|
||||
<body> |
||||
<#include "head.htm"/> |
||||
<div class="ms-banner" style="background:url({ms:global.host/}/{ms:global.style/}/images/about_us.jpg) no-repeat center;"> |
||||
<p class="banner_tit_about animated fadeInLeft">关于我们</p> |
||||
<p class="banner_tit_about_des animated fadeInRight">About us</p> |
||||
</div> |
||||
<div class="ms-content-about"> |
||||
<div class="ms-content-main"> |
||||
<#include "menu-left.htm"/> |
||||
<div class="ms-content-right"> |
||||
<div class="ms-content-right-position"> |
||||
<a href="{ms:global.host/}">首页</a> |
||||
<span>></span> |
||||
<a href="{ms:field.typelink/}">{ms:field.typetitle/}</a> |
||||
</div> |
||||
<div class="ms-content-right-main"> |
||||
<div class="ms-content-right-main-title">{ms:field.title/}</div> |
||||
<div class="ms-content-right-main-content">{ms:field.content/}</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<#include "footer.htm"/> |
||||
</body> |
||||
</html> |
||||
@ -1,36 +1,36 @@ |
||||
<title>${global.name}</title> |
||||
<title>{ms:global.name/}</title> |
||||
<meta charset="utf-8"> |
||||
<link rel="stylesheet" type="text/css" href="${global.host}/plugins/iconfont/1.0.0/iconfont.css" /> |
||||
<link rel="stylesheet" type="text/css" href="${global.host}/${global.style}/css/base.css"> |
||||
<link rel="stylesheet" type="text/css" href="${global.host}/${global.style}/css/index.css"> |
||||
<link rel="stylesheet" type="text/css" href="${global.host}/${global.style}/css/advice.css"> |
||||
<link rel="stylesheet" type="text/css" href="${global.host}/${global.style}/css/case-list.css"> |
||||
<link rel="stylesheet" type="text/css" href="${global.host}/${global.style}/css/about.css"> |
||||
<link rel="stylesheet" type="text/css" href="${global.host}/${global.style}/css/news-list.css"> |
||||
<link rel="stylesheet" type="text/css" href="${global.host}/${global.style}/css/news-show.css"> |
||||
<link rel="stylesheet" type="text/css" href="${global.host}/${global.style}/css/center.css"> |
||||
<link rel="stylesheet" type="text/css" href="{ms:global.host/}/plugins/iconfont/1.0.0/iconfont.css" /> |
||||
<link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/base.css"> |
||||
<link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/index.css"> |
||||
<link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/advice.css"> |
||||
<link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/case-list.css"> |
||||
<link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/about.css"> |
||||
<link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/news-list.css"> |
||||
<link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/news-show.css"> |
||||
<link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/center.css"> |
||||
|
||||
<script src="${global.host}/plugins/jquery/1.9.1/jquery-1.9.1.js"></script> |
||||
<script src="${global.host}/${global.style}/js/slider.js"></script> |
||||
<script src="${global.host}/static/plugins/less/3.9.0/less.min.js"></script> |
||||
<script src="{ms:global.host/}/plugins/jquery/1.9.1/jquery-1.9.1.js"></script> |
||||
<script src="{ms:global.host/}/{ms:global.style/}/js/slider.js"></script> |
||||
<script src="{ms:global.host/}/static/plugins/less/3.9.0/less.min.js"></script> |
||||
<!--vue-懒加载-表单验证--> |
||||
<script src="${global.host}/plugins/vue/2.6.9/vue.min.js"></script> |
||||
<script src="${global.host}/plugins/validator/10.8.0/validator.min.js"></script> |
||||
<script src="{ms:global.host/}/plugins/vue/2.6.9/vue.min.js"></script> |
||||
<script src="{ms:global.host/}/plugins/validator/10.8.0/validator.min.js"></script> |
||||
<!-- Element --> |
||||
<link rel="stylesheet" href="${global.host}/plugins/element-ui/2.8.2/index.css"> |
||||
<script src="${global.host}/plugins/element-ui/2.8.2/index.js"></script> |
||||
<link rel="stylesheet" href="{ms:global.host/}/plugins/element-ui/2.8.2/index.css"> |
||||
<script src="{ms:global.host/}/plugins/element-ui/2.8.2/index.js"></script> |
||||
|
||||
<link rel="stylesheet" type="text/css" href="${global.host}/${global.style}/css/animate.css"> |
||||
<script src="${global.host}/static/plugins/axios/0.18.0/axios.min.js"></script> |
||||
<script src="${global.host}/static/plugins/ms/1.0.0/ms.js"></script> |
||||
<script src="${global.host}/static/plugins/ms/1.0.0/ms.http.js"></script> |
||||
<script src="${global.host}/static/plugins/ms/1.0.0/ms.util.js"></script> |
||||
<script src="${global.host}/api/ms.people.min.js"></script> |
||||
<script src="${global.host}/static/plugins/plupload/plupload.full.min.js"></script> |
||||
<script src="${global.host}/static/plugins/qs/6.6.0/qs.min.js"></script> |
||||
<script src="${global.host}/static/plugins/ms/1.0.0/ms.upload.js"></script> |
||||
<link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/animate.css"> |
||||
<script src="{ms:global.host/}/static/plugins/axios/0.18.0/axios.min.js"></script> |
||||
<script src="{ms:global.host/}/static/plugins/ms/1.0.0/ms.js"></script> |
||||
<script src="{ms:global.host/}/static/plugins/ms/1.0.0/ms.http.js"></script> |
||||
<script src="{ms:global.host/}/static/plugins/ms/1.0.0/ms.util.js"></script> |
||||
<script src="{ms:global.host/}/api/ms.people.min.js"></script> |
||||
<script src="{ms:global.host/}/static/plugins/plupload/plupload.full.min.js"></script> |
||||
<script src="{ms:global.host/}/static/plugins/qs/6.6.0/qs.min.js"></script> |
||||
<script src="{ms:global.host/}/static/plugins/ms/1.0.0/ms.upload.js"></script> |
||||
<script> |
||||
window.http = ms.http; |
||||
ms.base = "${global.host}"; |
||||
ms.login = '${global.host}'; |
||||
ms.base = "{ms:global.host/}"; |
||||
ms.login = '{ms:global.host/}'; |
||||
</script> |
||||
Loading…
Reference in new issue