Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
bf29ba83
Commit
bf29ba83
authored
Oct 14, 2019
by
铭飞
Committed by
Gitee
Oct 14, 2019
Browse files
Options
Browse Files
Download
Plain Diff
!189 添加资源文件
Merge pull request !189 from 灰色DT/4.7.2
parents
49c90cc0
f891a44c
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
179 additions
and
140 deletions
+179
-140
pom.xml
pom.xml
+5
-0
index.html
src/main/webapp/html/1/index.html
+77
-76
index.html
src/main/webapp/html/1/m/index.html
+51
-51
ms.http.js
src/main/webapp/static/plugins/ms/1.0.0/ms.http.js
+6
-4
ms.util.js
src/main/webapp/static/plugins/ms/1.0.0/ms.util.js
+10
-0
vue-ueditor-wrap.min.js
...p/static/plugins/vue-ueditor-wrap/vue-ueditor-wrap.min.js
+2
-0
about.css
src/main/webapp/templets/1/default/css/about.css
+2
-0
advice.css
src/main/webapp/templets/1/default/css/advice.css
+2
-0
base.css
src/main/webapp/templets/1/default/css/base.css
+2
-0
case-list.css
src/main/webapp/templets/1/default/css/case-list.css
+2
-0
center.css
src/main/webapp/templets/1/default/css/center.css
+2
-0
index.css
src/main/webapp/templets/1/default/css/index.css
+2
-0
login.css
src/main/webapp/templets/1/default/css/login.css
+2
-0
news-list.css
src/main/webapp/templets/1/default/css/news-list.css
+2
-0
news-show.css
src/main/webapp/templets/1/default/css/news-show.css
+2
-0
head-file.htm
src/main/webapp/templets/1/default/head-file.htm
+9
-8
head.htm
src/main/webapp/templets/1/default/head.htm
+1
-1
No files found.
pom.xml
View file @
bf29ba83
...
...
@@ -55,6 +55,11 @@
<artifactId>
ms-mpeople
</artifactId>
<version>
1.0.10
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-upgrader
</artifactId>
<version>
1.0.11
</version>
</dependency>
</dependencies>
<build>
<resources>
...
...
src/main/webapp/html/1/index.html
View file @
bf29ba83
...
...
@@ -3,63 +3,64 @@
<head>
<title>
MCMS-OPEN
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://127.0.0.1:8080/ms-mcms/plugins/iconfont/1.0.0/iconfont.css"
/>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"http://127.0.0.1:8080/ms-mcms/templets/1/default/less/base.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"http://127.0.0.1:8080/ms-mcms/templets/1/default/less/index.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"http://127.0.0.1:8080/ms-mcms/templets/1/default/less/advice.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"http://127.0.0.1:8080/ms-mcms/templets/1/default/less/case-list.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"http://127.0.0.1:8080/ms-mcms/templets/1/default/less/about.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"http://127.0.0.1:8080/ms-mcms/templets/1/default/less/news-list.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"http://127.0.0.1:8080/ms-mcms/templets/1/default/less/news-show.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"http://127.0.0.1:8080/ms-mcms/templets/1/default/less/center.less"
>
<script
src=
"http://127.0.0.1:8080/ms-mcms/plugins/jquery/1.9.1/jquery-1.9.1.js"
></script>
<script
src=
"http://127.0.0.1:8080/ms-mcms/templets/1/default/js/slider.js"
></script>
<script
src=
"http://127.0.0.1:8080/ms-mcms/static/plugins/less/3.9.0/less.min.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://localhost:8080/ms-mcms/plugins/iconfont/1.0.0/iconfont.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://localhost:8080/ms-mcms/templets/1/default/css/base.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://localhost:8080/ms-mcms/templets/1/default/css/index.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://localhost:8080/ms-mcms/templets/1/default/css/advice.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://localhost:8080/ms-mcms/templets/1/default/css/case-list.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://localhost:8080/ms-mcms/templets/1/default/css/about.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://localhost:8080/ms-mcms/templets/1/default/css/news-list.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://localhost:8080/ms-mcms/templets/1/default/css/news-show.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://localhost:8080/ms-mcms/templets/1/default/css/center.css"
>
<script
src=
"http://localhost:8080/ms-mcms/plugins/jquery/1.9.1/jquery-1.9.1.js"
></script>
<script
src=
"http://localhost:8080/ms-mcms/templets/1/default/js/slider.js"
></script>
<script
src=
"http://localhost:8080/ms-mcms/static/plugins/less/3.9.0/less.min.js"
></script>
<!--vue-懒加载-表单验证-->
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/plugins/vue/2.6.9/vue.min.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/plugins/validator/10.8.0/validator.min.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/plugins/vue/2.6.9/vue.min.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/plugins/validator/10.8.0/validator.min.js"
></script>
<!-- Element -->
<link
rel=
"stylesheet"
href=
"http://
127.0.0.1
:8080/ms-mcms/plugins/element-ui/2.8.2/index.css"
>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/plugins/element-ui/2.8.2/index.js"
></script>
<link
rel=
"stylesheet"
href=
"http://
localhost
:8080/ms-mcms/plugins/element-ui/2.8.2/index.css"
>
<script
src=
"http://
localhost
:8080/ms-mcms/plugins/element-ui/2.8.2/index.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/css/animate.css"
>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/static/plugins/axios/0.18.0/axios.min.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/static/plugins/ms/1.0.0/ms.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/static/plugins/ms/1.0.0/ms.http.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/static/plugins/ms/1.0.0/ms.util.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/api/ms.people.min.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/static/plugins/plupload/plupload.full.min.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/static/plugins/qs/6.6.0/qs.min.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/static/plugins/ms/1.0.0/ms.upload.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
localhost
:8080/ms-mcms/templets/1/default/css/animate.css"
>
<script
src=
"http://
localhost
:8080/ms-mcms/static/plugins/axios/0.18.0/axios.min.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/static/plugins/ms/1.0.0/ms.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/static/plugins/ms/1.0.0/ms.http.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/static/plugins/ms/1.0.0/ms.util.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/api/ms.people.min.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/static/plugins/plupload/plupload.full.min.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/static/plugins/qs/6.6.0/qs.min.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/static/plugins/ms/1.0.0/ms.upload.js"
></script>
<script>
window
.
http
=
ms
.
http
;
ms
.
base
=
"http://
127.0.0.1
:8080/ms-mcms"
;
ms
.
login
=
'http://
127.0.0.1
:8080/ms-mcms'
;
</script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
127.0.0.1
:8080/ms-mcms/plugins/bootstrap/3.3.5/css/bootstrap.min.css"
>
<script
type=
"text/javascript"
src=
"http://
127.0.0.1
:8080/ms-mcms/plugins/bootstrap/3.3.5/js/bootstrap.min.js"
></script>
ms
.
base
=
"http://
localhost
:8080/ms-mcms"
;
ms
.
login
=
'http://
localhost
:8080/ms-mcms'
;
</script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
localhost
:8080/ms-mcms/plugins/bootstrap/3.3.5/css/bootstrap.min.css"
>
<script
type=
"text/javascript"
src=
"http://
localhost
:8080/ms-mcms/plugins/bootstrap/3.3.5/js/bootstrap.min.js"
></script>
<script>
var
ms
=
{
base
:
"http://
m
store.mingsoft.net"
base
:
"http://store.mingsoft.net"
}
</script>
<script
src=
"http://
m
store.mingsoft.net/api/ms.web.mstore.js"
></script>
<script
src=
"http://store.mingsoft.net/api/ms.web.mstore.js"
></script>
</head>
<body>
<div
class=
"ms-head"
>
<div
class=
"head-menu"
>
<div
class=
"head-men-left head-menu-flex-center"
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/index.html"
>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/index.html"
>
<img
src=
"http://cdn.mingsoft.net/images/logo.png"
/>
</a>
<ul
class=
"head-menu-list"
>
<li
class=
"head-menu-list-li"
>
走进铭飞
<ul
class=
"head-menu-son-list"
>
<li>
<a
target=
"_blank"
href=
'http://
127.0.0.1
:8080/ms-mcms/html/1//53/index.html'
>
关于我们
</a>
<a
target=
"_blank"
href=
'http://
localhost
:8080/ms-mcms/html/1//53/index.html'
>
关于我们
</a>
</li>
<li>
<a
target=
"_blank"
href=
'http://
127.0.0.1
:8080/ms-mcms/html/1//59/index.html'
>
公司动态
</a>
<a
target=
"_blank"
href=
'http://
localhost
:8080/ms-mcms/html/1//59/index.html'
>
公司动态
</a>
</li>
<li>
<a
target=
"_blank"
href=
'http://mingsoft.net/html/1//5527/index.html#faz'
>
发展历程
</a>
...
...
@@ -68,22 +69,22 @@
<a
target=
"_blank"
href=
'http://mingsoft.net/html/1//5527/index.html#lianx'
>
加入我们
</a>
</li>
<li>
<a
target=
"_blank"
href=
'http://
127.0.0.1
:8080/ms-mcms/html/1//19/141/index.html'
>
联系我们
</a>
<a
target=
"_blank"
href=
'http://
localhost
:8080/ms-mcms/html/1//19/141/index.html'
>
联系我们
</a>
</li>
</ul>
</li>
<li
class=
"head-menu-list-li"
>
<a
href=
'http://
127.0.0.1
:8080/ms-mcms/html/1//149/index.html'
>
案例
</a>
<a
href=
'http://
localhost
:8080/ms-mcms/html/1//149/index.html'
>
案例
</a>
</li>
<li
class=
"head-menu-list-li"
>
<a
target=
"_blank"
href=
'http://
mstore.mingsoft.net/mstoreShow
.do'
>
插件
&
模板
</a>
<a
target=
"_blank"
href=
'http://
store.mingsoft.net/mstore/index
.do'
>
插件
&
模板
</a>
<!-- <ul class="head-menu-son-list">
<li><a href='http://mstore.mingsoft.net/mstoreShow.do'>模板</a></li>
<li><a href='http://mstore.mingsoft.net/mstoreShow.do'>插件</a></li>
</ul> -->
</li>
<li
class=
"head-menu-list-li"
>
<a
target=
"_blank"
href=
'http://
127.0.0.1
:8080/ms-mcms/html/1//19/142/index.html'
>
在线留言
</a>
<a
target=
"_blank"
href=
'http://
localhost
:8080/ms-mcms/html/1//19/142/index.html'
>
在线留言
</a>
</li>
<li
class=
"head-menu-list-li"
>
技术支持
<ul
class=
"head-menu-son-list"
>
...
...
@@ -102,7 +103,7 @@
</div>
<div
class=
"head-men-right head-menu-flex-center"
>
<div
class=
"head-menu-flex-center head-menu-right-search"
>
<form
id=
"searchDataForm"
action=
"http://
127.0.0.1
:8080/ms-mcms/cms/1/search.do"
method=
"post"
>
<form
id=
"searchDataForm"
action=
"http://
localhost
:8080/ms-mcms/cms/1/search.do"
method=
"post"
>
<input
type=
"text"
class=
'ms-search-input'
name=
"basic_title"
placeholder=
"请输入关键字"
>
<!-- <i class="iconfont ms-search-click"></i> -->
<input
type=
"submit"
value=
""
class=
"ms-search-click"
>
...
...
@@ -111,12 +112,12 @@
<div
class=
"head-menu-right-content"
id=
"ms-login-vue"
>
<span
v-show=
"!isLogin"
style=
"display: none;"
>
<span>
<a
href=
'http://
127.0.0.1
:8080/ms-mcms/mcms/login.do'
>
登录
</a>
</span>
|
<span><a
href=
'http://
127.0.0.1
:8080/ms-mcms/mcms/register.do'
>
注册
</a></span>
<a
href=
'http://
localhost
:8080/ms-mcms/mcms/login.do'
>
登录
</a>
</span>
|
<span><a
href=
'http://
localhost
:8080/ms-mcms/mcms/register.do'
>
注册
</a></span>
</span>
<div
class=
"topbar-info J_userInfo loginSuccess hide-default"
v-show=
"isLogin"
style=
"display: none;"
>
<a
class=
"user-name"
href=
"http://
127.0.0.1
:8080/ms-mcms/people/center.do"
>
<img
:src=
"'http://
127.0.0.1
:8080/ms-mcms/'+peopleInfo.puIcon"
class=
"loginImg user_icon"
onerror=
"this.src='http://cdn.mingsoft.net/global/images/msheader.png'"
>
<a
class=
"user-name"
href=
"http://
localhost
:8080/ms-mcms/people/center.do"
>
<img
:src=
"'http://
localhost
:8080/ms-mcms/'+peopleInfo.puIcon"
class=
"loginImg user_icon"
onerror=
"this.src='http://cdn.mingsoft.net/global/images/msheader.png'"
>
<b
class=
"userName ms-userName"
v-text=
"peopleInfo.puNickname"
></b>
</a>
<a
href=
"javascript:;"
class=
"quitLogin"
@
click=
"quitLogin"
>
退出
</a>
...
...
@@ -139,13 +140,13 @@
var
target
=
this
;
$
.
ajax
({
type
:
"POST"
,
url
:
"http://
127.0.0.1
:8080/ms-mcms/checkLoginStatus.do"
,
url
:
"http://
localhost
:8080/ms-mcms/checkLoginStatus.do"
,
success
:
function
(
msg
)
{
target
.
isLogin
=
msg
.
result
;
//判断用户是否登录,如登录,则target.isLogin===true
if
(
msg
.
result
)
{
$
.
ajax
({
type
:
"GET"
,
url
:
"http://
127.0.0.1
:8080/ms-mcms/people/user/info.do"
,
url
:
"http://
localhost
:8080/ms-mcms/people/user/info.do"
,
success
:
function
(
msg
)
{
target
.
peopleInfo
=
msg
;
//target.peopleInfo为当前登录用户的基本信息
}
...
...
@@ -160,11 +161,11 @@
var
target
=
this
;
$
.
ajax
({
type
:
"GET"
,
url
:
"http://
127.0.0.1
:8080/ms-mcms/people/quit.do"
,
url
:
"http://
localhost
:8080/ms-mcms/people/quit.do"
,
success
:
function
(
msg
)
{
if
(
msg
.
result
)
{
$
(
"body"
).
append
(
"<form id='msHeadForm' action=''></form>"
);
$
(
"#msHeadForm"
).
attr
(
"action"
,
"http://
127.0.0.1
:8080/ms-mcms"
).
submit
();
$
(
"#msHeadForm"
).
attr
(
"action"
,
"http://
localhost
:8080/ms-mcms"
).
submit
();
}
}
})
...
...
@@ -198,15 +199,15 @@
<div
id=
"banner_tabs"
class=
"flexslider"
>
<ul
class=
"slides"
>
<template
v-for=
"banner in bannerList"
>
<li
style=
"background:url(http://
127.0.0.1
:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;"
>
<li
style=
"background:url(http://
localhost
:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;"
>
<p
class=
"banner_tit animated fadeInLeft"
>
铭飞MS平台
</p>
<p
class=
"banner_des animated fadeInRight"
>
MCms系统永久完整开源
</p>
</li>
<li
style=
"background:url(http://
127.0.0.1
:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;"
>
<li
style=
"background:url(http://
localhost
:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;"
>
<p
class=
"banner_tit animated fadeInLeft"
>
MStore
</p>
<p
class=
"banner_des animated fadeInRight"
>
丰富强大的功能插件、海量精美的行业模板
</p>
</li>
<li
style=
"background:url(http://
127.0.0.1
:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;"
>
<li
style=
"background:url(http://
localhost
:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;"
>
<p
class=
"banner_tit animated fadeInLeft"
>
优质的服务体验
</p>
<p
class=
"banner_des animated fadeInRight"
>
人工远程协助服务、永久享受更新升级
</p>
</li>
...
...
@@ -236,30 +237,30 @@
<div
class=
"tab-content"
>
<div
role=
"tabpanel"
class=
"tab-pane active"
id=
"model"
>
<div
style=
"display: none;"
class=
"ms-loading"
v-show=
"!loading"
>
<img
src=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/images/loading.gif"
/>
<img
src=
"http://
localhost
:8080/ms-mcms/templets/1/default/images/loading.gif"
/>
</div>
<div
class=
"ms-model-content"
style=
"display: none;"
v-show=
"loading"
>
<template
v-for=
"model in modelList"
>
<div
class=
"ms-model-list"
>
<a
class=
"ms-model-img"
:href=
"model.upgraderVersionUrl"
target=
"_blank"
>
<img
@
mouseout=
"imgMout()"
@
mouseover=
"imgMover()"
:src=
"'http://
mstore.mingsoft.net/'+model.upgraderVersionImg"
onerror=
"this.src='http://127.0.0.1
:8080/ms-mcms/templets/1/default/images/no-data.png'"
/>
<img
@
mouseout=
"imgMout()"
@
mouseover=
"imgMover()"
:src=
"'http://
store.mingsoft.net/'+model.upgraderVersionImg"
onerror=
"this.src='http://localhost
:8080/ms-mcms/templets/1/default/images/no-data.png'"
/>
</a>
<div
class=
"ms-model-mobile-img"
v-if=
"model.upgraderVersionMobileImg != '' && model.upgraderVersionMobileImg != undefined"
style=
"background: url(http://
127.0.0.1
:8080/ms-mcms/templets/1/default/images/mobile.png)"
>
<div
class=
"ms-model-mobile-img"
v-if=
"model.upgraderVersionMobileImg != '' && model.upgraderVersionMobileImg != undefined"
style=
"background: url(http://
localhost
:8080/ms-mcms/templets/1/default/images/mobile.png)"
>
<div>
<img
@
mouseout=
"imgMout()"
@
mouseover=
"imgMover()"
:src=
"'http://
mstore.mingsoft.net/'+model.upgraderVersionMobileImg"
onerror=
"this.src='http://127.0.0.1
:8080/ms-mcms/templets/1/default/images/no-data.png'"
/>
<img
@
mouseout=
"imgMout()"
@
mouseover=
"imgMover()"
:src=
"'http://
store.mingsoft.net/'+model.upgraderVersionMobileImg"
onerror=
"this.src='http://localhost
:8080/ms-mcms/templets/1/default/images/no-data.png'"
/>
</div>
</div>
<div
class=
"ms-model-info"
>
<span
v-text=
"model.upgraderVersionName"
></span>
<img
class=
"ms-model-info-img"
:src=
"model.upgraderVersionPeopleIcon"
onerror=
"this.src='http://cdn.mingsoft.net/global/images/msheader.png'"
/>
<img
:src=
"'http://
127.0.0.1
:8080/ms-mcms/templets/1/default/images/level-'+model.upgraderVersionStart+'.png'"
/>
<img
:src=
"'http://
localhost
:8080/ms-mcms/templets/1/default/images/level-'+model.upgraderVersionStart+'.png'"
/>
<div
class=
"ms-model-type"
>
模板
</div>
</div>
</div>
</template>
<div
class=
"ms-model-list"
style=
"display: none;"
v-show=
"loading"
>
<div
class=
"ms-model-more"
>
<div
onclick=
"window.open('http://
m
store.mingsoft.net/mstoreShow.do')"
>
查看更多
</div>
<div
onclick=
"window.open('http://store.mingsoft.net/mstoreShow.do')"
>
查看更多
</div>
</div>
</div>
</div>
...
...
@@ -269,19 +270,19 @@
<template
v-for=
"pulg in pulgList"
>
<div
class=
"ms-model-list"
>
<a
class=
"ms-model-img"
:href=
"pulg.upgraderVersionUrl"
target=
"_blank"
>
<img
:src=
"'http://
mstore.mingsoft.net/'+pulg.upgraderVersionImg"
onerror=
"this.src='http://127.0.0.1
:8080/ms-mcms/templets/1/default/images/no-data.png'"
/>
<img
:src=
"'http://
store.mingsoft.net/'+pulg.upgraderVersionImg"
onerror=
"this.src='http://localhost
:8080/ms-mcms/templets/1/default/images/no-data.png'"
/>
</a>
<div
class=
"ms-model-info"
>
<span
v-text=
"pulg.upgraderVersionName"
></span>
<img
class=
"ms-model-info-img"
:src=
"pulg.upgraderVersionPeopleIcon"
onerror=
"this.src='http://cdn.mingsoft.net/global/images/msheader.png'"
/>
<img
:src=
"'http://
127.0.0.1
:8080/ms-mcms/templets/1/default/images/level-'+pulg.upgraderVersionStart+'.png'"
/>
<img
:src=
"'http://
localhost
:8080/ms-mcms/templets/1/default/images/level-'+pulg.upgraderVersionStart+'.png'"
/>
<div
class=
"ms-model-type"
>
插件
</div>
</div>
</div>
</template>
<div
class=
"ms-model-list"
style=
"display: none;"
v-show=
"loading"
>
<div
class=
"ms-model-more"
>
<div
onclick=
"window.open('http://
m
store.mingsoft.net/mstoreShow.do')"
>
查看更多
</div>
<div
onclick=
"window.open('http://store.mingsoft.net/mstoreShow.do')"
>
查看更多
</div>
</div>
</div>
</div>
...
...
@@ -295,13 +296,13 @@
<div
class=
"ms-content-case-title"
>
<div
class=
"ms-content-case-title-words"
>
网站案例
</div>
<div
class=
"ms-content-case-more"
>
<a
href=
'http://
127.0.0.1
:8080/ms-mcms/html/1//149/index.html'
>
MORE>>
</a>
<a
href=
'http://
localhost
:8080/ms-mcms/html/1//149/index.html'
>
MORE>>
</a>
</div>
</div>
<div
class=
"ms-content-case-list"
>
<div
class=
"ms-content-main-case"
>
<div
class=
"ms-content-main-case-img"
>
<img
src=
"http://
127.0.0.1
:8080/ms-mcms/upload/1//article/1531105696938.jpg"
>
<img
src=
"http://
localhost
:8080/ms-mcms/upload/1//article/1531105696938.jpg"
>
</div>
<div
class=
"ms-content-main-case-explain"
>
<div
class=
"ms-content-main-case-title"
>
攀臣广告
</div>
...
...
@@ -318,7 +319,7 @@
</div>
<div
class=
"ms-content-main-case"
>
<div
class=
"ms-content-main-case-img"
>
<img
src=
"http://
127.0.0.1
:8080/ms-mcms/upload/1//article/1531105877049.jpg"
>
<img
src=
"http://
localhost
:8080/ms-mcms/upload/1//article/1531105877049.jpg"
>
</div>
<div
class=
"ms-content-main-case-explain"
>
<div
class=
"ms-content-main-case-title"
>
华赋科创
</div>
...
...
@@ -335,7 +336,7 @@
</div>
<div
class=
"ms-content-main-case"
>
<div
class=
"ms-content-main-case-img"
>
<img
src=
"http://
127.0.0.1
:8080/ms-mcms/upload/1//article/1531105970322.jpg"
>
<img
src=
"http://
localhost
:8080/ms-mcms/upload/1//article/1531105970322.jpg"
>
</div>
<div
class=
"ms-content-main-case-explain"
>
<div
class=
"ms-content-main-case-title"
>
洛阳洛龙
</div>
...
...
@@ -399,14 +400,14 @@
<div
class=
"ms-content-news-main-title"
>
<div
class=
"ms-content-news-main-title-words"
>
公司动态
</div>
<div
class=
"ms-content-news-main-title-more"
>
<a
href=
'http://
127.0.0.1
:8080/ms-mcms/html/1//59/index.html'
>
MORE>>
</a>
<a
href=
'http://
localhost
:8080/ms-mcms/html/1//59/index.html'
>
MORE>>
</a>
</div>
</div>
<div
class=
"ms-content-news-main-img-text"
>
<img
src=
"http://
127.0.0.1
:8080/ms-mcms/upload/article/1/1461384072200.jpeg"
>
<img
src=
"http://
localhost
:8080/ms-mcms/upload/article/1/1461384072200.jpeg"
>
<ul
class=
"ms-content-news-main-ul"
>
<li>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1//59/69/70.html"
>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1//59/69/70.html"
>
<div
class=
"ms-content-news-main-li-title"
>
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span
class=
""
>
2015年 铭飞MCms获得最热门开源项目第40位
</span>
...
...
@@ -415,7 +416,7 @@
</a>
</li>
<li>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1//59/68/71.html"
>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1//59/68/71.html"
>
<div
class=
"ms-content-news-main-li-title"
>
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span
class=
""
>
国内java开源 cms系统
</span>
...
...
@@ -424,7 +425,7 @@
</a>
</li>
<li>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1//59/68/72.html"
>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1//59/68/72.html"
>
<div
class=
"ms-content-news-main-li-title"
>
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span
class=
""
>
2016年CMS开源系统排行榜
</span>
...
...
@@ -433,7 +434,7 @@
</a>
</li>
<li>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1//59/68/73.html"
>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1//59/68/73.html"
>
<div
class=
"ms-content-news-main-li-title"
>
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span
class=
""
>
国内java开源商城系统
</span>
...
...
@@ -442,7 +443,7 @@
</a>
</li>
<li>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1//59/68/74.html"
>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1//59/68/74.html"
>
<div
class=
"ms-content-news-main-li-title"
>
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span
class=
""
>
国内java开源bbs系统
</span>
...
...
@@ -451,7 +452,7 @@
</a>
</li>
<li>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1//59/70/177.html"
>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1//59/70/177.html"
>
<div
class=
"ms-content-news-main-li-title"
>
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span
class=
""
>
国内开源 java cms,铭飞MCms
</span>
...
...
@@ -470,7 +471,7 @@
<div
class=
"ms-footer-left"
>
<div
class=
"ms-footer-left-column"
>
<span
class=
"ms-footer-left-column-about"
>
<a
href=
'http://
127.0.0.1
:8080/ms-mcms/html/1//53/index.html'
>
关于我们
</a>
<a
href=
'http://
localhost
:8080/ms-mcms/html/1//53/index.html'
>
关于我们
</a>
</span>
|
<span
class=
"ms-footer-left-column-course"
>
<a
target=
"_blank"
href=
'http://mingsoft.net/html/1//5527/index.html#faz'
>
发展历程
</a>
...
...
@@ -482,12 +483,12 @@
<span
class=
"ms-footer-left-copyright"
>
版权所有
©
铭飞科技有限公司2012-2018保留一切权利
</span>
</div>
<div
class=
"ms-footer-right"
>
<img
class=
'ms-footer-right-img-weixin'
src=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/images/we-chat.png"
>
<a
target=
"_blank"
href=
'http://tieba.baidu.com/f?kw=%E9%93%AD%E9%A3%9E%E7%A7%91%E6%8A%80&fr=index&fp=0&ie=utf-8'
><img
class=
"ms-footer-right-baidu"
src=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/images/baidu.png"
></a>
<a
target=
"_blank"
href=
'http://weibo.com/killfen'
><img
src=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/images/micro-blog.png"
></a>
<img
class=
'ms-footer-right-img-weixin'
src=
"http://
localhost
:8080/ms-mcms/templets/1/default/images/we-chat.png"
>
<a
target=
"_blank"
href=
'http://tieba.baidu.com/f?kw=%E9%93%AD%E9%A3%9E%E7%A7%91%E6%8A%80&fr=index&fp=0&ie=utf-8'
><img
class=
"ms-footer-right-baidu"
src=
"http://
localhost
:8080/ms-mcms/templets/1/default/images/baidu.png"
></a>
<a
target=
"_blank"
href=
'http://weibo.com/killfen'
><img
src=
"http://
localhost
:8080/ms-mcms/templets/1/default/images/micro-blog.png"
></a>
<div
class=
"ms-footer-right-weixin"
>
<p></p>
<img
alt=
""
src=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/images/weixin.jpg"
>
<img
alt=
""
src=
"http://
localhost
:8080/ms-mcms/templets/1/default/images/weixin.jpg"
>
</div>
</div>
</div>
...
...
src/main/webapp/html/1/m/index.html
View file @
bf29ba83
...
...
@@ -4,46 +4,46 @@
<title>
MCMS-OPEN
</title>
<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"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
127.0.0.1
:8080/ms-mcms/plugins/amazeui/2.7.2/css/amazeui.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
127.0.0.1
:8080/ms-mcms/plugins/iconfont/1.0.0/iconfont.css"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/less/index.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/less/base.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/less/about.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/less/case-list.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/less/news-list.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/less/news-show.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/less/advice.less"
/>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/plugins/jquery/1.9.1/jquery-1.9.1.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/plugins/amazeui/2.7.2/js/amazeui.min.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/js/jiaoben.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/plugins/seajs/3.0.0/sea.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
localhost
:8080/ms-mcms/plugins/amazeui/2.7.2/css/amazeui.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
localhost
:8080/ms-mcms/plugins/iconfont/1.0.0/iconfont.css"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
localhost
:8080/ms-mcms/templets/1/default/m/less/index.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
localhost
:8080/ms-mcms/templets/1/default/m/less/base.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
localhost
:8080/ms-mcms/templets/1/default/m/less/about.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
localhost
:8080/ms-mcms/templets/1/default/m/less/case-list.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
localhost
:8080/ms-mcms/templets/1/default/m/less/news-list.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
localhost
:8080/ms-mcms/templets/1/default/m/less/news-show.less"
/>
<link
rel=
"stylesheet"
type=
"text/less"
href=
"http://
localhost
:8080/ms-mcms/templets/1/default/m/less/advice.less"
/>
<script
src=
"http://
localhost
:8080/ms-mcms/plugins/jquery/1.9.1/jquery-1.9.1.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/plugins/amazeui/2.7.2/js/amazeui.min.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/templets/1/default/m/js/jiaoben.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/plugins/seajs/3.0.0/sea.js"
></script>
<!--vue-懒加载-表单验证-->
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/plugins/vue/2.3.3/vue.min.js"
></script>
<script
src=
"http://
127.0.0.1
:8080/ms-mcms/plugins/validator/5.5.0/validator.min.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/css/style.css"
>
<script
src=
"http://
localhost
:8080/ms-mcms/plugins/vue/2.3.3/vue.min.js"
></script>
<script
src=
"http://
localhost
:8080/ms-mcms/plugins/validator/5.5.0/validator.min.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
localhost
:8080/ms-mcms/templets/1/default/m/css/style.css"
>
<script>
ms
.
config
({
base
:
"http://
127.0.0.1
:8080/ms-mcms"
,
base
:
"http://
localhost
:8080/ms-mcms"
,
filter
:
{
people
:
{
loginUrl
:
'http://
127.0.0.1
:8080/ms-mcms'
loginUrl
:
'http://
localhost
:8080/ms-mcms'
}
}
});
</script>
</head>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
127.0.0.1
:8080/ms-mcms/plugins/bootstrap/3.3.5/css/bootstrap.min.css"
>
<script
type=
"text/javascript"
src=
"http://
127.0.0.1
:8080/ms-mcms/plugins/bootstrap/3.3.5/js/bootstrap.min.js"
></script>
</head>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
localhost
:8080/ms-mcms/plugins/bootstrap/3.3.5/css/bootstrap.min.css"
>
<script
type=
"text/javascript"
src=
"http://
localhost
:8080/ms-mcms/plugins/bootstrap/3.3.5/js/bootstrap.min.js"
></script>
<body>
<div
class=
"ms-head"
>
<header
data-am-widget=
"header"
class=
"am-header am-header-default ms-head-background"
>
<div
class=
"am-header-left am-header-nav"
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/"
class=
""
>
<a
href=
"http://
localhost
:8080/ms-mcms/"
class=
""
>
<i
class=
"iconfont"
>

</i>
</a>
</div>
<h1
style=
"height: 100%;"
class=
"am-header-title ms-header-title"
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms"
class=
""
>
<img
src=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/images/ms.ico"
>
<a
href=
"http://
localhost
:8080/ms-mcms"
class=
""
>
<img
src=
"http://
localhost
:8080/ms-mcms/templets/1/default/m/images/ms.ico"
>
</a>
</h1>
<nav
data-am-widget=
"menu"
class=
"am-menu am-menu-offcanvas1"
data-am-menu-offcanvas
>
...
...
@@ -54,16 +54,16 @@
<div
class=
"am-offcanvas-bar"
>
<ul
class=
"am-menu-nav am-avg-sm-1"
>
<li
class=
""
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms"
class=
""
>
首页
</a>
<a
href=
"http://
localhost
:8080/ms-mcms"
class=
""
>
首页
</a>
</li>
<li
class=
"am-parent"
>
<a
href=
"##"
class=
""
>
走进铭飞
</a>
<ul
class=
"am-menu-sub am-collapse am-avg-sm-3 "
>
<li
class=
""
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/53/index.html"
class=
""
>
关于我们
</a>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/53/index.html"
class=
""
>
关于我们
</a>
</li>
<li
class=
""
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/59/index.html"
class=
""
>
公司动态
</a>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/59/index.html"
class=
""
>
公司动态
</a>
</li>
<li
class=
""
>
<a
href=
"http://mingsoft.net/html/1//5527/index.html#faz"
class=
""
>
发展历程
</a>
...
...
@@ -72,19 +72,19 @@
<a
href=
"http://mingsoft.net/html/1//5527/index.html#lianx"
class=
""
>
加入我们
</a>
</li>
<li
class=
""
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/19/index.html"
class=
""
>
联系我们
</a>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/19/index.html"
class=
""
>
联系我们
</a>
</li>
</ul>
</li>
<li
class=
""
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/149/index.html"
class=
""
>
案例
</a>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/149/index.html"
class=
""
>
案例
</a>
</li>
<li
class=
""
>
<a
href=
"http://mstore.mingsoft.net/mstoreShow.do"
class=
""
>
模板
&
插件
</a>
</li>
<li
class=
""
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/19/142/index.html"
class=
""
>
在线留言
</a>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/19/142/index.html"
class=
""
>
在线留言
</a>
</li>
<li
class=
"am-parent"
>
<a>
技术支持
</a>
...
...
@@ -111,7 +111,7 @@
<ul
class=
"am-slides"
>
<template
v-for=
"banner in bannerList"
>
<li>
<img
:src=
"'http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/images/'+banner+'.png'"
>
<img
:src=
"'http://
localhost
:8080/ms-mcms/templets/1/default/m/images/'+banner+'.png'"
>
</li>
</template>
</ul>
...
...
@@ -131,23 +131,23 @@
<div
class=
"tab-content"
>
<div
role=
"tabpanel"
class=
"tab-pane active"
id=
"model"
>
<div
style=
"display: none;"
class=
"ms-loading"
v-show=
"!loading"
>
<img
src=
"http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/images/loading.gif"
/>
<img
src=
"http://
localhost
:8080/ms-mcms/templets/1/default/m/images/loading.gif"
/>
</div>
<div
class=
"ms-model-content"
style=
"display: none;"
v-show=
"loading"
>
<template
v-for=
"model in modelList"
>
<div
class=
"ms-model-list"
>
<a
class=
"ms-model-img"
:href=
"model.upgraderVersionUrl"
target=
"_blank"
>
<img
:src=
"'http://mstore.mingsoft.net/'+model.upgraderVersionImg"
onerror=
"this.src='http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/images/no-data.png'"
/>
<img
:src=
"'http://mstore.mingsoft.net/'+model.upgraderVersionImg"
onerror=
"this.src='http://
localhost
:8080/ms-mcms/templets/1/default/m/images/no-data.png'"
/>
</a>
<div
class=
"ms-model-mobile-img"
v-if=
"model.upgraderVersionMobileImg != '' && model.upgraderVersionMobileImg != undefined"
style=
"background-image: url(http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/images/mobile.png)"
>
<div
class=
"ms-model-mobile-img"
v-if=
"model.upgraderVersionMobileImg != '' && model.upgraderVersionMobileImg != undefined"
style=
"background-image: url(http://
localhost
:8080/ms-mcms/templets/1/default/m/images/mobile.png)"
>
<div>
<img
:src=
"'http://mstore.mingsoft.net/'+model.upgraderVersionMobileImg"
onerror=
"this.src='http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/images/no-data.png'"
/>
<img
:src=
"'http://mstore.mingsoft.net/'+model.upgraderVersionMobileImg"
onerror=
"this.src='http://
localhost
:8080/ms-mcms/templets/1/default/m/images/no-data.png'"
/>
</div>
</div>
<div
class=
"ms-model-info"
>
<span
v-text=
"model.upgraderVersionName"
></span>
<img
class=
"ms-model-info-img"
:src=
"model.upgraderVersionPeopleIcon"
onerror=
"this.src='http://cdn.mingsoft.net/global/images/msheader.png'"
/>
<img
:src=
"'http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/images/level-'+model.upgraderVersionStart+'.png'"
width=
"60px"
/>
<img
:src=
"'http://
localhost
:8080/ms-mcms/templets/1/default/m/images/level-'+model.upgraderVersionStart+'.png'"
width=
"60px"
/>
<div
class=
"ms-model-type"
>
模板
</div>
</div>
</div>
...
...
@@ -164,12 +164,12 @@
<template
v-for=
"pulg in pulgList"
>
<div
class=
"ms-model-list"
>
<a
class=
"ms-model-img"
:href=
"pulg.upgraderVersionUrl"
target=
"_blank"
>
<img
:src=
"'http://mstore.mingsoft.net/'+pulg.upgraderVersionImg"
onerror=
"this.src='http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/images/no-data.png'"
/>
<img
:src=
"'http://mstore.mingsoft.net/'+pulg.upgraderVersionImg"
onerror=
"this.src='http://
localhost
:8080/ms-mcms/templets/1/default/m/images/no-data.png'"
/>
</a>
<div
class=
"ms-model-info"
>
<span
v-text=
"pulg.upgraderVersionName"
></span>
<img
class=
"ms-model-info-img"
:src=
"'http://
127.0.0.1
:8080/ms-mcms/'+ pulg.upgraderVersionPeopleIcon"
onerror=
"this.src='http://cdn.mingsoft.net/global/images/msheader.png'"
/>
<img
:src=
"'http://
127.0.0.1
:8080/ms-mcms/templets/1/default/m/images/level-'+pulg.upgraderVersionStart+'.png'"
width=
"60px"
/>
<img
class=
"ms-model-info-img"
:src=
"'http://
localhost
:8080/ms-mcms/'+ pulg.upgraderVersionPeopleIcon"
onerror=
"this.src='http://cdn.mingsoft.net/global/images/msheader.png'"
/>
<img
:src=
"'http://
localhost
:8080/ms-mcms/templets/1/default/m/images/level-'+pulg.upgraderVersionStart+'.png'"
width=
"60px"
/>
<div
class=
"ms-model-type"
>
插件
</div>
</div>
</div>
...
...
@@ -191,7 +191,7 @@
<!--列表标题-->
<div
class=
"am-list-news-hd am-cf ms-case-title"
>
<!--带更多链接-->
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/149/index.html"
class=
""
>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/149/index.html"
class=
""
>
<h2
class=
"ms-case-title-h2"
>
网站案例
</h2>
<span
class=
"am-list-news-more am-fr ms-case-more"
>
MORE
»
</span>
</a>
...
...
@@ -201,21 +201,21 @@
<li>
<div
class=
"am-gallery-item ms-case-div-li"
>
<a
href=
'http://www.panchen-china.com/'
>
<img
class=
"ms-case-list-img"
src=
"http://
127.0.0.1
:8080/ms-mcms/upload/1//article/1531105696938.jpg"
alt=
"攀臣广告"
/>
<img
class=
"ms-case-list-img"
src=
"http://
localhost
:8080/ms-mcms/upload/1//article/1531105696938.jpg"
alt=
"攀臣广告"
/>
</a>
</div>
</li>
<li>
<div
class=
"am-gallery-item ms-case-div-li"
>
<a
href=
'http://www.huaful.com/'
>
<img
class=
"ms-case-list-img"
src=
"http://
127.0.0.1
:8080/ms-mcms/upload/1//article/1531105877049.jpg"
alt=
"华赋科创"
/>
<img
class=
"ms-case-list-img"
src=
"http://
localhost
:8080/ms-mcms/upload/1//article/1531105877049.jpg"
alt=
"华赋科创"
/>
</a>
</div>
</li>
<li>
<div
class=
"am-gallery-item ms-case-div-li"
>
<a
href=
'http://www.luolong.gov.cn/ '
>
<img
class=
"ms-case-list-img"
src=
"http://
127.0.0.1
:8080/ms-mcms/upload/1//article/1531105970322.jpg"
alt=
"洛阳洛龙"
/>
<img
class=
"ms-case-list-img"
src=
"http://
localhost
:8080/ms-mcms/upload/1//article/1531105970322.jpg"
alt=
"洛阳洛龙"
/>
</a>
</div>
</li>
...
...
@@ -249,7 +249,7 @@
<div
data-am-widget=
"list_news"
class=
"am-list-news am-list-news-default"
>
<div
class=
"am-list-news-hd am-cf ms-news-title"
>
<!--带更多链接-->
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/59/index.html"
class=
""
>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/59/index.html"
class=
""
>
<h2
class=
"ms-news-title-h2"
>
公司动态
</h2>
<span
class=
"am-list-news-more am-fr ms-news-more"
>
MORE
»
</span>
</a>
...
...
@@ -257,27 +257,27 @@
<div
class=
"am-list-news-bd ms-product-news-list"
>
<ul
class=
"am-list"
>
<li
class=
"am-g am-list-item-dated ms-product-news-list-li"
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/59/69/70.html"
class=
"am-list-item-hd "
>
2015年 铭飞MCms获得最热门开源项目第40位
</a>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/59/69/70.html"
class=
"am-list-item-hd "
>
2015年 铭飞MCms获得最热门开源项目第40位
</a>
<span
class=
"am-list-date"
>
2028-00-01
</span>
</li>
<li
class=
"am-g am-list-item-dated ms-product-news-list-li"
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/59/68/71.html"
class=
"am-list-item-hd "
>
国内java开源 cms系统
</a>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/59/68/71.html"
class=
"am-list-item-hd "
>
国内java开源 cms系统
</a>
<span
class=
"am-list-date"
>
2028-00-01
</span>
</li>
<li
class=
"am-g am-list-item-dated ms-product-news-list-li"
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/59/68/72.html"
class=
"am-list-item-hd "
>
2016年CMS开源系统排行榜
</a>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/59/68/72.html"
class=
"am-list-item-hd "
>
2016年CMS开源系统排行榜
</a>
<span
class=
"am-list-date"
>
2028-00-01
</span>
</li>
<li
class=
"am-g am-list-item-dated ms-product-news-list-li"
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/59/68/73.html"
class=
"am-list-item-hd "
>
国内java开源商城系统
</a>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/59/68/73.html"
class=
"am-list-item-hd "
>
国内java开源商城系统
</a>
<span
class=
"am-list-date"
>
2028-00-01
</span>
</li>
<li
class=
"am-g am-list-item-dated ms-product-news-list-li"
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/59/68/74.html"
class=
"am-list-item-hd "
>
国内java开源bbs系统
</a>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/59/68/74.html"
class=
"am-list-item-hd "
>
国内java开源bbs系统
</a>
<span
class=
"am-list-date"
>
2028-00-01
</span>
</li>
<li
class=
"am-g am-list-item-dated ms-product-news-list-li"
>
<a
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/59/70/177.html"
class=
"am-list-item-hd "
>
国内开源 java cms,铭飞MCms
</a>
<a
href=
"http://
localhost
:8080/ms-mcms/html/1/m/59/70/177.html"
class=
"am-list-item-hd "
>
国内开源 java cms,铭飞MCms
</a>
<span
class=
"am-list-date"
>
2028-00-01
</span>
</li>
</ul>
...
...
@@ -289,11 +289,11 @@
<div
class=
"ms-footer"
>
<footer
class=
"am-footer am-footer-default"
>
<div
class=
"am-footer-switch ms-footer-div"
>
<a
id=
"godesktop"
class=
"am-footer-desktop ms-footer-div-a"
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/53/index.html"
>
关于我们
</a>
<a
id=
"godesktop"
class=
"am-footer-desktop ms-footer-div-a"
href=
"http://
localhost
:8080/ms-mcms/html/1/m/53/index.html"
>
关于我们
</a>
<span
class=
"am-footer-divider ms-footer-div-a"
>
|
</span>
<a
id=
"godesktop"
class=
"am-footer-desktop ms-footer-div-a"
href=
"http://mingsoft.net/html/1//5527/index.html#faz"
>
发展历程
</a>
<span
class=
"am-footer-divider ms-footer-div-a"
>
|
</span>
<a
id=
"godesktop"
class=
"am-footer-desktop ms-footer-div-a"
href=
"http://
127.0.0.1
:8080/ms-mcms/html/1/m/19/index.html"
>
联系我们
</a>
<a
id=
"godesktop"
class=
"am-footer-desktop ms-footer-div-a"
href=
"http://
localhost
:8080/ms-mcms/html/1/m/19/index.html"
>
联系我们
</a>
</div>
<div
class=
"am-footer-miscs ms-footer-copyright"
>
<p>
版权所有©铭飞科技有限公司2012-2018保留一切权利
</p>
...
...
src/main/webapp/static/plugins/ms/1.0.0/ms.http.js
View file @
bf29ba83
(
function
()
{
axios
.
defaults
.
timeout
=
1000
*
60
;
axios
.
defaults
.
baseURL
=
''
;
axios
.
defaults
.
baseURL
=
''
;
//http request 拦截器
axios
.
interceptors
.
request
.
use
(
...
...
@@ -28,7 +28,7 @@
axios
.
interceptors
.
response
.
use
(
function
(
response
)
{
//登录失效
if
(
response
.
data
.
bizCode
==
"401"
)
{
if
(
response
.
data
.
bizCode
==
"401"
&&
ms
.
isLoginRedirect
)
{
window
.
parent
.
location
.
href
=
ms
.
base
+
"/"
+
ms
.
login
+
"?backurl="
+
encodeURIComponent
(
window
.
parent
.
location
.
href
);
return
;
}
...
...
@@ -79,8 +79,8 @@
}
return
new
Promise
(
function
(
resolve
,
reject
)
{
ajax
().
get
(
url
,
{
params
:
params
})
params
:
params
})
.
then
(
function
(
response
)
{
resolve
(
response
.
data
);
})
...
...
@@ -170,4 +170,5 @@
window
.
ms
=
{};
}
window
.
ms
.
http
=
http
;
window
.
ms
.
isLoginRedirect
=
true
;
}());
\ No newline at end of file
src/main/webapp/static/plugins/ms/1.0.0/ms.util.js
View file @
bf29ba83
...
...
@@ -20,6 +20,15 @@
log
(
e
.
message
);
}
}
//树形数据组织
function
treeData
(
source
,
id
,
parentId
,
children
)
{
let
cloneData
=
JSON
.
parse
(
JSON
.
stringify
(
source
))
return
cloneData
.
filter
(
father
=>
{
let
branchArr
=
cloneData
.
filter
(
child
=>
father
[
id
]
==
child
[
parentId
]);
branchArr
.
length
>
0
?
father
[
children
]
=
branchArr
:
''
return
father
[
parentId
]
==
0
// 如果第一层不是parentId=0,请自行修改
})
}
//日期处理
var
date
=
{
...
...
@@ -165,6 +174,7 @@
var
util
=
{
getParameter
:
getParameter
,
treeData
:
treeData
,
date
:
date
,
array
:
array
,
log
:
log
,
...
...
src/main/webapp/static/plugins/vue-ueditor-wrap/vue-ueditor-wrap.min.js
0 → 100644
View file @
bf29ba83
!
function
(
t
,
e
){
"object"
==
typeof
exports
&&
"object"
==
typeof
module
?
module
.
exports
=
e
():
"function"
==
typeof
define
&&
define
.
amd
?
define
([],
e
):
"object"
==
typeof
exports
?
exports
.
VueUeditorWrap
=
e
():
t
.
VueUeditorWrap
=
e
()}(
"undefined"
!=
typeof
self
?
self
:
this
,
function
(){
return
function
(
t
){
var
e
=
{};
function
n
(
r
){
if
(
e
[
r
])
return
e
[
r
].
exports
;
var
o
=
e
[
r
]
=
{
i
:
r
,
l
:
!
1
,
exports
:{}};
return
t
[
r
].
call
(
o
.
exports
,
o
,
o
.
exports
,
n
),
o
.
l
=!
0
,
o
.
exports
}
return
n
.
m
=
t
,
n
.
c
=
e
,
n
.
d
=
function
(
t
,
e
,
r
){
n
.
o
(
t
,
e
)
||
Object
.
defineProperty
(
t
,
e
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
r
})},
n
.
n
=
function
(
t
){
var
e
=
t
&&
t
.
__esModule
?
function
(){
return
t
.
default
}:
function
(){
return
t
};
return
n
.
d
(
e
,
"a"
,
e
),
e
},
n
.
o
=
function
(
t
,
e
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
t
,
e
)},
n
.
p
=
""
,
n
(
n
.
s
=
39
)}([
function
(
t
,
e
){
var
n
=
t
.
exports
=
"undefined"
!=
typeof
window
&&
window
.
Math
==
Math
?
window
:
"undefined"
!=
typeof
self
&&
self
.
Math
==
Math
?
self
:
Function
(
"return this"
)();
"number"
==
typeof
__g
&&
(
__g
=
n
)},
function
(
t
,
e
,
n
){
var
r
=
n
(
28
)(
"wks"
),
o
=
n
(
29
),
i
=
n
(
0
).
Symbol
,
u
=
"function"
==
typeof
i
;(
t
.
exports
=
function
(
t
){
return
r
[
t
]
||
(
r
[
t
]
=
u
&&
i
[
t
]
||
(
u
?
i
:
o
)(
"Symbol."
+
t
))}).
store
=
r
},
function
(
t
,
e
){
var
n
=
t
.
exports
=
{
version
:
"2.5.7"
};
"number"
==
typeof
__e
&&
(
__e
=
n
)},
function
(
t
,
e
,
n
){
var
r
=
n
(
6
);
t
.
exports
=
function
(
t
){
if
(
!
r
(
t
))
throw
TypeError
(
t
+
" is not an object!"
);
return
t
}},
function
(
t
,
e
,
n
){
var
r
=
n
(
0
),
o
=
n
(
2
),
i
=
n
(
11
),
u
=
n
(
5
),
c
=
n
(
9
),
s
=
function
(
t
,
e
,
n
){
var
a
,
f
,
l
,
d
=
t
&
s
.
F
,
p
=
t
&
s
.
G
,
h
=
t
&
s
.
S
,
v
=
t
&
s
.
P
,
m
=
t
&
s
.
B
,
y
=
t
&
s
.
W
,
_
=
p
?
o
:
o
[
e
]
||
(
o
[
e
]
=
{}),
g
=
_
.
prototype
,
w
=
p
?
r
:
h
?
r
[
e
]:(
r
[
e
]
||
{}).
prototype
;
for
(
a
in
p
&&
(
n
=
e
),
n
)(
f
=!
d
&&
w
&&
void
0
!==
w
[
a
])
&&
c
(
_
,
a
)
||
(
l
=
f
?
w
[
a
]:
n
[
a
],
_
[
a
]
=
p
&&
"function"
!=
typeof
w
[
a
]?
n
[
a
]:
m
&&
f
?
i
(
l
,
r
):
y
&&
w
[
a
]
==
l
?
function
(
t
){
var
e
=
function
(
e
,
n
,
r
){
if
(
this
instanceof
t
){
switch
(
arguments
.
length
){
case
0
:
return
new
t
;
case
1
:
return
new
t
(
e
);
case
2
:
return
new
t
(
e
,
n
)}
return
new
t
(
e
,
n
,
r
)}
return
t
.
apply
(
this
,
arguments
)};
return
e
.
prototype
=
t
.
prototype
,
e
}(
l
):
v
&&
"function"
==
typeof
l
?
i
(
Function
.
call
,
l
):
l
,
v
&&
((
_
.
virtual
||
(
_
.
virtual
=
{}))[
a
]
=
l
,
t
&
s
.
R
&&
g
&&!
g
[
a
]
&&
u
(
g
,
a
,
l
)))};
s
.
F
=
1
,
s
.
G
=
2
,
s
.
S
=
4
,
s
.
P
=
8
,
s
.
B
=
16
,
s
.
W
=
32
,
s
.
U
=
64
,
s
.
R
=
128
,
t
.
exports
=
s
},
function
(
t
,
e
,
n
){
var
r
=
n
(
13
),
o
=
n
(
31
);
t
.
exports
=
n
(
7
)?
function
(
t
,
e
,
n
){
return
r
.
f
(
t
,
e
,
o
(
1
,
n
))}:
function
(
t
,
e
,
n
){
return
t
[
e
]
=
n
,
t
}},
function
(
t
,
e
){
t
.
exports
=
function
(
t
){
return
"object"
==
typeof
t
?
null
!==
t
:
"function"
==
typeof
t
}},
function
(
t
,
e
,
n
){
t
.
exports
=!
n
(
14
)(
function
(){
return
7
!=
Object
.
defineProperty
({},
"a"
,{
get
:
function
(){
return
7
}}).
a
})},
function
(
t
,
e
){
t
.
exports
=
{}},
function
(
t
,
e
){
var
n
=
{}.
hasOwnProperty
;
t
.
exports
=
function
(
t
,
e
){
return
n
.
call
(
t
,
e
)}},
function
(
t
,
e
){
var
n
=
{}.
toString
;
t
.
exports
=
function
(
t
){
return
n
.
call
(
t
).
slice
(
8
,
-
1
)}},
function
(
t
,
e
,
n
){
var
r
=
n
(
12
);
t
.
exports
=
function
(
t
,
e
,
n
){
if
(
r
(
t
),
void
0
===
e
)
return
t
;
switch
(
n
){
case
1
:
return
function
(
n
){
return
t
.
call
(
e
,
n
)};
case
2
:
return
function
(
n
,
r
){
return
t
.
call
(
e
,
n
,
r
)};
case
3
:
return
function
(
n
,
r
,
o
){
return
t
.
call
(
e
,
n
,
r
,
o
)}}
return
function
(){
return
t
.
apply
(
e
,
arguments
)}}},
function
(
t
,
e
){
t
.
exports
=
function
(
t
){
if
(
"function"
!=
typeof
t
)
throw
TypeError
(
t
+
" is not a function!"
);
return
t
}},
function
(
t
,
e
,
n
){
var
r
=
n
(
3
),
o
=
n
(
49
),
i
=
n
(
50
),
u
=
Object
.
defineProperty
;
e
.
f
=
n
(
7
)?
Object
.
defineProperty
:
function
(
t
,
e
,
n
){
if
(
r
(
t
),
e
=
i
(
e
,
!
0
),
r
(
n
),
o
)
try
{
return
u
(
t
,
e
,
n
)}
catch
(
t
){}
if
(
"get"
in
n
||
"set"
in
n
)
throw
TypeError
(
"Accessors not supported!"
);
return
"value"
in
n
&&
(
t
[
e
]
=
n
.
value
),
t
}},
function
(
t
,
e
){
t
.
exports
=
function
(
t
){
try
{
return
!!
t
()}
catch
(
t
){
return
!
0
}}},
function
(
t
,
e
,
n
){
var
r
=
n
(
16
);
t
.
exports
=
function
(
t
){
return
Object
(
r
(
t
))}},
function
(
t
,
e
){
t
.
exports
=
function
(
t
){
if
(
void
0
==
t
)
throw
TypeError
(
"Can't call method on "
+
t
);
return
t
}},
function
(
t
,
e
,
n
){
var
r
=
n
(
45
),
o
=
n
(
30
);
t
.
exports
=
Object
.
keys
||
function
(
t
){
return
r
(
t
,
o
)}},
function
(
t
,
e
,
n
){
var
r
=
n
(
26
),
o
=
n
(
16
);
t
.
exports
=
function
(
t
){
return
r
(
o
(
t
))}},
function
(
t
,
e
){
var
n
=
Math
.
ceil
,
r
=
Math
.
floor
;
t
.
exports
=
function
(
t
){
return
isNaN
(
t
=+
t
)?
0
:(
t
>
0
?
r
:
n
)(
t
)}},
function
(
t
,
e
,
n
){
var
r
=
n
(
28
)(
"keys"
),
o
=
n
(
29
);
t
.
exports
=
function
(
t
){
return
r
[
t
]
||
(
r
[
t
]
=
o
(
t
))}},
function
(
t
,
e
){
t
.
exports
=!
0
},
function
(
t
,
e
,
n
){
var
r
=
n
(
6
),
o
=
n
(
0
).
document
,
i
=
r
(
o
)
&&
r
(
o
.
createElement
);
t
.
exports
=
function
(
t
){
return
i
?
o
.
createElement
(
t
):{}}},
function
(
t
,
e
,
n
){
var
r
=
n
(
13
).
f
,
o
=
n
(
9
),
i
=
n
(
1
)(
"toStringTag"
);
t
.
exports
=
function
(
t
,
e
,
n
){
t
&&!
o
(
t
=
n
?
t
:
t
.
prototype
,
i
)
&&
r
(
t
,
i
,{
configurable
:
!
0
,
value
:
e
})}},
function
(
t
,
e
,
n
){
"use strict"
;
var
r
=
n
(
12
);
t
.
exports
.
f
=
function
(
t
){
return
new
function
(
t
){
var
e
,
n
;
this
.
promise
=
new
t
(
function
(
t
,
r
){
if
(
void
0
!==
e
||
void
0
!==
n
)
throw
TypeError
(
"Bad Promise constructor"
);
e
=
t
,
n
=
r
}),
this
.
resolve
=
r
(
e
),
this
.
reject
=
r
(
n
)}(
t
)}},
function
(
t
,
e
,
n
){
"use strict"
;(
function
(
t
){
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
r
=
s
(
n
(
42
)),
o
=
s
(
n
(
51
)),
i
=
s
(
n
(
79
)),
u
=
s
(
n
(
85
)),
c
=
s
(
n
(
86
));
function
s
(
t
){
return
t
&&
t
.
__esModule
?
t
:{
default
:
t
}}
e
.
default
=
{
name
:
"VueUeditorWrap"
,
data
:
function
(){
return
{
status
:
0
,
initValue
:
""
,
defaultConfig
:{
UEDITOR_HOME_URL
:
t
.
env
.
BASE_URL
?
t
.
env
.
BASE_URL
+
"UEditor/"
:
"/static/UEditor/"
,
enableAutoSave
:
!
1
}}},
props
:{
mode
:{
type
:
String
,
default
:
"observer"
,
validator
:
function
(
t
){
return
-
1
!==
[
"observer"
,
"listener"
].
indexOf
(
t
)}},
value
:{
type
:
String
,
default
:
""
},
config
:{
type
:
Object
,
default
:
function
(){
return
{}}},
init
:{
type
:
Function
,
default
:
function
(){
return
function
(){}}},
destroy
:{
type
:
Boolean
,
default
:
!
1
},
name
:{
type
:
String
,
default
:
""
},
observerDebounceTime
:{
type
:
Number
,
default
:
50
,
validator
:
function
(
t
){
return
t
>=
20
}},
observerOptions
:{
type
:
Object
,
default
:
function
(){
return
{
attributes
:
!
0
,
attributeFilter
:[
"src"
,
"style"
,
"type"
,
"name"
],
characterData
:
!
0
,
childList
:
!
0
,
subtree
:
!
0
}}},
forceInit
:{
type
:
Boolean
,
default
:
!
1
}},
computed
:{
mixedConfig
:
function
(){
return
(
0
,
i
.
default
)({},
this
.
defaultConfig
,
this
.
config
)}},
methods
:{
registerButton
:
function
(
t
){
var
e
=
t
.
name
,
n
=
t
.
icon
,
r
=
t
.
tip
,
o
=
t
.
handler
,
i
=
t
.
index
,
u
=
t
.
UE
,
c
=
void
0
===
u
?
window
.
UE
:
u
;
c
.
registerUI
(
e
,
function
(
t
,
e
){
t
.
registerCommand
(
e
,{
execCommand
:
function
(){
o
(
t
,
e
)}});
var
i
=
new
c
.
ui
.
Button
({
name
:
e
,
title
:
r
,
cssRules
:
"background-image: url("
+
n
+
") !important;background-size: cover;"
,
onclick
:
function
(){
t
.
execCommand
(
e
)}});
return
t
.
addListener
(
"selectionchange"
,
function
(){
var
n
=
t
.
queryCommandState
(
e
);
-
1
===
n
?(
i
.
setDisabled
(
!
0
),
i
.
setChecked
(
!
1
)):(
i
.
setDisabled
(
!
1
),
i
.
setChecked
(
n
))}),
i
},
i
,
this
.
id
)},
_initEditor
:
function
(){
var
t
=
this
;
this
.
$refs
.
script
.
id
=
this
.
id
=
"editor_"
+
Math
.
random
().
toString
(
16
).
slice
(
-
6
),
this
.
init
(),
this
.
$emit
(
"beforeInit"
,
this
.
id
,
this
.
mixedConfig
),
this
.
editor
=
window
.
UE
.
getEditor
(
this
.
id
,
this
.
mixedConfig
),
this
.
editor
.
addListener
(
"ready"
,
function
(){
2
===
t
.
status
?
t
.
editor
.
setContent
(
t
.
value
):(
t
.
status
=
2
,
t
.
$emit
(
"ready"
,
t
.
editor
),
t
.
editor
.
setContent
(
t
.
initValue
)),
"observer"
===
t
.
mode
&&
window
.
MutationObserver
?
t
.
_observerChangeListener
():
t
.
_normalChangeListener
()})},
_checkDependencies
:
function
(){
var
t
=
this
;
return
new
o
.
default
(
function
(
e
,
n
){
!!
window
.
UE
&&!!
window
.
UEDITOR_CONFIG
&&
0
!==
(
0
,
r
.
default
)(
window
.
UEDITOR_CONFIG
).
length
&&!!
window
.
UE
.
getEditor
?
e
():
window
.
$loadEnv
?
window
.
$loadEnv
.
on
(
"scriptsLoaded"
,
function
(){
e
()}):(
window
.
$loadEnv
=
new
u
.
default
,
t
.
_loadConfig
().
then
(
function
(){
return
t
.
_loadCore
()}).
then
(
function
(){
e
(),
window
.
$loadEnv
.
emit
(
"scriptsLoaded"
)}))})},
_loadConfig
:
function
(){
var
t
=
this
;
return
new
o
.
default
(
function
(
e
,
n
){
if
(
window
.
UE
&&
window
.
UEDITOR_CONFIG
&&
0
!==
(
0
,
r
.
default
)(
window
.
UEDITOR_CONFIG
).
length
)
e
();
else
{
var
o
=
document
.
createElement
(
"script"
);
o
.
type
=
"text/javascript"
,
o
.
src
=
t
.
mixedConfig
.
UEDITOR_HOME_URL
+
"ueditor.config.js"
,
document
.
getElementsByTagName
(
"head"
)[
0
].
appendChild
(
o
),
o
.
onload
=
function
(){
window
.
UE
&&
window
.
UEDITOR_CONFIG
&&
0
!==
(
0
,
r
.
default
)(
window
.
UEDITOR_CONFIG
).
length
?
e
():
console
.
error
(
"加载ueditor.config.js失败,请检查您的配置地址UEDITOR_HOME_URL填写是否正确!
\n
"
,
o
.
src
)}}})},
_loadCore
:
function
(){
var
t
=
this
;
return
new
o
.
default
(
function
(
e
,
n
){
if
(
window
.
UE
&&
window
.
UE
.
getEditor
)
e
();
else
{
var
r
=
document
.
createElement
(
"script"
);
r
.
type
=
"text/javascript"
,
r
.
src
=
t
.
mixedConfig
.
UEDITOR_HOME_URL
+
"ueditor.all.min.js"
,
document
.
getElementsByTagName
(
"head"
)[
0
].
appendChild
(
r
),
r
.
onload
=
function
(){
window
.
UE
&&
window
.
UE
.
getEditor
?
e
():
console
.
error
(
"加载ueditor.all.min.js失败,请检查您的配置地址UEDITOR_HOME_URL填写是否正确!
\n
"
,
r
.
src
)}}})},
_setContent
:
function
(
t
){
t
===
this
.
editor
.
getContent
()
||
this
.
editor
.
setContent
(
t
)},
contentChangeHandler
:
function
(){
this
.
$emit
(
"input"
,
this
.
editor
.
getContent
())},
_normalChangeListener
:
function
(){
this
.
editor
.
addListener
(
"contentChange"
,
this
.
contentChangeHandler
)},
_observerChangeListener
:
function
(){
var
t
=
this
;
this
.
observer
=
new
MutationObserver
((
0
,
c
.
default
)(
function
(
e
){
t
.
editor
.
document
.
getElementById
(
"baidu_pastebin"
)
||
t
.
$emit
(
"input"
,
t
.
editor
.
getContent
())},
this
.
observerDebounceTime
)),
this
.
observer
.
observe
(
this
.
editor
.
body
,
this
.
observerOptions
)}},
deactivated
:
function
(){
this
.
editor
&&
this
.
editor
.
removeListener
(
"contentChange"
,
this
.
contentChangeHandler
),
this
.
observer
&&
this
.
observer
.
disconnect
()},
beforeDestroy
:
function
(){
this
.
destroy
&&
this
.
editor
&&
this
.
editor
.
destroy
&&
this
.
editor
.
destroy
(),
this
.
observer
&&
this
.
observer
.
disconnect
&&
this
.
observer
.
disconnect
()},
watch
:{
value
:{
handler
:
function
(
e
){
var
n
=
this
;
switch
(
this
.
status
){
case
0
:
this
.
status
=
1
,
this
.
initValue
=
e
,(
this
.
forceInit
||
void
0
!==
t
&&
t
.
client
||
"undefined"
!=
typeof
window
)
&&
this
.
_checkDependencies
().
then
(
function
(){
n
.
$refs
.
script
?
n
.
_initEditor
():
n
.
$nextTick
(
function
(){
return
n
.
_initEditor
()})});
break
;
case
1
:
this
.
initValue
=
e
;
break
;
case
2
:
this
.
_setContent
(
e
)}},
immediate
:
!
0
}}}}).
call
(
e
,
n
(
41
))},
function
(
t
,
e
,
n
){
var
r
=
n
(
10
);
t
.
exports
=
Object
(
"z"
).
propertyIsEnumerable
(
0
)?
Object
:
function
(
t
){
return
"String"
==
r
(
t
)?
t
.
split
(
""
):
Object
(
t
)}},
function
(
t
,
e
,
n
){
var
r
=
n
(
19
),
o
=
Math
.
min
;
t
.
exports
=
function
(
t
){
return
t
>
0
?
o
(
r
(
t
),
9007199254740991
):
0
}},
function
(
t
,
e
,
n
){
var
r
=
n
(
2
),
o
=
n
(
0
),
i
=
o
[
"__core-js_shared__"
]
||
(
o
[
"__core-js_shared__"
]
=
{});(
t
.
exports
=
function
(
t
,
e
){
return
i
[
t
]
||
(
i
[
t
]
=
void
0
!==
e
?
e
:{})})(
"versions"
,[]).
push
({
version
:
r
.
version
,
mode
:
n
(
21
)?
"pure"
:
"global"
,
copyright
:
"© 2018 Denis Pushkarev (zloirock.ru)"
})},
function
(
t
,
e
){
var
n
=
0
,
r
=
Math
.
random
();
t
.
exports
=
function
(
t
){
return
"Symbol("
.
concat
(
void
0
===
t
?
""
:
t
,
")_"
,(
++
n
+
r
).
toString
(
36
))}},
function
(
t
,
e
){
t
.
exports
=
"constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf"
.
split
(
","
)},
function
(
t
,
e
){
t
.
exports
=
function
(
t
,
e
){
return
{
enumerable
:
!
(
1
&
t
),
configurable
:
!
(
2
&
t
),
writable
:
!
(
4
&
t
),
value
:
e
}}},
function
(
t
,
e
,
n
){
"use strict"
;
var
r
=
n
(
21
),
o
=
n
(
4
),
i
=
n
(
56
),
u
=
n
(
5
),
c
=
n
(
8
),
s
=
n
(
57
),
a
=
n
(
23
),
f
=
n
(
60
),
l
=
n
(
1
)(
"iterator"
),
d
=!
([].
keys
&&
"next"
in
[].
keys
()),
p
=
function
(){
return
this
};
t
.
exports
=
function
(
t
,
e
,
n
,
h
,
v
,
m
,
y
){
s
(
n
,
e
,
h
);
var
_
,
g
,
w
,
x
=
function
(
t
){
if
(
!
d
&&
t
in
T
)
return
T
[
t
];
switch
(
t
){
case
"keys"
:
case
"values"
:
return
function
(){
return
new
n
(
this
,
t
)}}
return
function
(){
return
new
n
(
this
,
t
)}},
b
=
e
+
" Iterator"
,
O
=
"values"
==
v
,
E
=!
1
,
T
=
t
.
prototype
,
j
=
T
[
l
]
||
T
[
"@@iterator"
]
||
v
&&
T
[
v
],
C
=
j
||
x
(
v
),
S
=
v
?
O
?
x
(
"entries"
):
C
:
void
0
,
L
=
"Array"
==
e
&&
T
.
entries
||
j
;
if
(
L
&&
(
w
=
f
(
L
.
call
(
new
t
)))
!==
Object
.
prototype
&&
w
.
next
&&
(
a
(
w
,
b
,
!
0
),
r
||
"function"
==
typeof
w
[
l
]
||
u
(
w
,
l
,
p
)),
O
&&
j
&&
"values"
!==
j
.
name
&&
(
E
=!
0
,
C
=
function
(){
return
j
.
call
(
this
)}),
r
&&!
y
||!
d
&&!
E
&&
T
[
l
]
||
u
(
T
,
l
,
C
),
c
[
e
]
=
C
,
c
[
b
]
=
p
,
v
)
if
(
_
=
{
values
:
O
?
C
:
x
(
"values"
),
keys
:
m
?
C
:
x
(
"keys"
),
entries
:
S
},
y
)
for
(
g
in
_
)
g
in
T
||
i
(
T
,
g
,
_
[
g
]);
else
o
(
o
.
P
+
o
.
F
*
(
d
||
E
),
e
,
_
);
return
_
}},
function
(
t
,
e
,
n
){
var
r
=
n
(
0
).
document
;
t
.
exports
=
r
&&
r
.
documentElement
},
function
(
t
,
e
,
n
){
var
r
=
n
(
10
),
o
=
n
(
1
)(
"toStringTag"
),
i
=
"Arguments"
==
r
(
function
(){
return
arguments
}());
t
.
exports
=
function
(
t
){
var
e
,
n
,
u
;
return
void
0
===
t
?
"Undefined"
:
null
===
t
?
"Null"
:
"string"
==
typeof
(
n
=
function
(
t
,
e
){
try
{
return
t
[
e
]}
catch
(
t
){}}(
e
=
Object
(
t
),
o
))?
n
:
i
?
r
(
e
):
"Object"
==
(
u
=
r
(
e
))
&&
"function"
==
typeof
e
.
callee
?
"Arguments"
:
u
}},
function
(
t
,
e
,
n
){
var
r
=
n
(
3
),
o
=
n
(
12
),
i
=
n
(
1
)(
"species"
);
t
.
exports
=
function
(
t
,
e
){
var
n
,
u
=
r
(
t
).
constructor
;
return
void
0
===
u
||
void
0
==
(
n
=
r
(
u
)[
i
])?
e
:
o
(
n
)}},
function
(
t
,
e
,
n
){
var
r
,
o
,
i
,
u
=
n
(
11
),
c
=
n
(
71
),
s
=
n
(
33
),
a
=
n
(
22
),
f
=
n
(
0
),
l
=
f
.
process
,
d
=
f
.
setImmediate
,
p
=
f
.
clearImmediate
,
h
=
f
.
MessageChannel
,
v
=
f
.
Dispatch
,
m
=
0
,
y
=
{},
_
=
function
(){
var
t
=+
this
;
if
(
y
.
hasOwnProperty
(
t
)){
var
e
=
y
[
t
];
delete
y
[
t
],
e
()}},
g
=
function
(
t
){
_
.
call
(
t
.
data
)};
d
&&
p
||
(
d
=
function
(
t
){
for
(
var
e
=
[],
n
=
1
;
arguments
.
length
>
n
;)
e
.
push
(
arguments
[
n
++
]);
return
y
[
++
m
]
=
function
(){
c
(
"function"
==
typeof
t
?
t
:
Function
(
t
),
e
)},
r
(
m
),
m
},
p
=
function
(
t
){
delete
y
[
t
]},
"process"
==
n
(
10
)(
l
)?
r
=
function
(
t
){
l
.
nextTick
(
u
(
_
,
t
,
1
))}:
v
&&
v
.
now
?
r
=
function
(
t
){
v
.
now
(
u
(
_
,
t
,
1
))}:
h
?(
i
=
(
o
=
new
h
).
port2
,
o
.
port1
.
onmessage
=
g
,
r
=
u
(
i
.
postMessage
,
i
,
1
)):
f
.
addEventListener
&&
"function"
==
typeof
postMessage
&&!
f
.
importScripts
?(
r
=
function
(
t
){
f
.
postMessage
(
t
+
""
,
"*"
)},
f
.
addEventListener
(
"message"
,
g
,
!
1
)):
r
=
"onreadystatechange"
in
a
(
"script"
)?
function
(
t
){
s
.
appendChild
(
a
(
"script"
)).
onreadystatechange
=
function
(){
s
.
removeChild
(
this
),
_
.
call
(
t
)}}:
function
(
t
){
setTimeout
(
u
(
_
,
t
,
1
),
0
)}),
t
.
exports
=
{
set
:
d
,
clear
:
p
}},
function
(
t
,
e
){
t
.
exports
=
function
(
t
){
try
{
return
{
e
:
!
1
,
v
:
t
()}}
catch
(
t
){
return
{
e
:
!
0
,
v
:
t
}}}},
function
(
t
,
e
,
n
){
var
r
=
n
(
3
),
o
=
n
(
6
),
i
=
n
(
24
);
t
.
exports
=
function
(
t
,
e
){
if
(
r
(
t
),
o
(
e
)
&&
e
.
constructor
===
t
)
return
e
;
var
n
=
i
.
f
(
t
);
return
(
0
,
n
.
resolve
)(
e
),
n
.
promise
}},
function
(
t
,
e
,
n
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
r
=
n
(
25
),
o
=
n
.
n
(
r
);
for
(
var
i
in
r
)
"default"
!==
i
&&
function
(
t
){
n
.
d
(
e
,
t
,
function
(){
return
r
[
t
]})}(
i
);
var
u
=
n
(
87
),
c
=
n
(
40
)(
o
.
a
,
u
.
a
,
!
1
,
null
,
null
,
null
);
c
.
options
.
__file
=
"src/components/vue-ueditor-wrap.vue"
,
e
.
default
=
c
.
exports
},
function
(
t
,
e
){
t
.
exports
=
function
(
t
,
e
,
n
,
r
,
o
,
i
){
var
u
,
c
=
t
=
t
||
{},
s
=
typeof
t
.
default
;
"object"
!==
s
&&
"function"
!==
s
||
(
u
=
t
,
c
=
t
.
default
);
var
a
,
f
=
"function"
==
typeof
c
?
c
.
options
:
c
;
if
(
e
&&
(
f
.
render
=
e
.
render
,
f
.
staticRenderFns
=
e
.
staticRenderFns
,
f
.
_compiled
=!
0
),
n
&&
(
f
.
functional
=!
0
),
o
&&
(
f
.
_scopeId
=
o
),
i
?(
a
=
function
(
t
){(
t
=
t
||
this
.
$vnode
&&
this
.
$vnode
.
ssrContext
||
this
.
parent
&&
this
.
parent
.
$vnode
&&
this
.
parent
.
$vnode
.
ssrContext
)
||
"undefined"
==
typeof
__VUE_SSR_CONTEXT__
||
(
t
=
__VUE_SSR_CONTEXT__
),
r
&&
r
.
call
(
this
,
t
),
t
&&
t
.
_registeredComponents
&&
t
.
_registeredComponents
.
add
(
i
)},
f
.
_ssrRegister
=
a
):
r
&&
(
a
=
r
),
a
){
var
l
=
f
.
functional
,
d
=
l
?
f
.
render
:
f
.
beforeCreate
;
l
?(
f
.
_injectStyles
=
a
,
f
.
render
=
function
(
t
,
e
){
return
a
.
call
(
e
),
d
(
t
,
e
)}):
f
.
beforeCreate
=
d
?[].
concat
(
d
,
a
):[
a
]}
return
{
esModule
:
u
,
exports
:
c
,
options
:
f
}}},
function
(
t
,
e
){
var
n
,
r
,
o
=
t
.
exports
=
{};
function
i
(){
throw
new
Error
(
"setTimeout has not been defined"
)}
function
u
(){
throw
new
Error
(
"clearTimeout has not been defined"
)}
function
c
(
t
){
if
(
n
===
setTimeout
)
return
setTimeout
(
t
,
0
);
if
((
n
===
i
||!
n
)
&&
setTimeout
)
return
n
=
setTimeout
,
setTimeout
(
t
,
0
);
try
{
return
n
(
t
,
0
)}
catch
(
e
){
try
{
return
n
.
call
(
null
,
t
,
0
)}
catch
(
e
){
return
n
.
call
(
this
,
t
,
0
)}}}
!
function
(){
try
{
n
=
"function"
==
typeof
setTimeout
?
setTimeout
:
i
}
catch
(
t
){
n
=
i
}
try
{
r
=
"function"
==
typeof
clearTimeout
?
clearTimeout
:
u
}
catch
(
t
){
r
=
u
}}();
var
s
,
a
=
[],
f
=!
1
,
l
=-
1
;
function
d
(){
f
&&
s
&&
(
f
=!
1
,
s
.
length
?
a
=
s
.
concat
(
a
):
l
=-
1
,
a
.
length
&&
p
())}
function
p
(){
if
(
!
f
){
var
t
=
c
(
d
);
f
=!
0
;
for
(
var
e
=
a
.
length
;
e
;){
for
(
s
=
a
,
a
=
[];
++
l
<
e
;)
s
&&
s
[
l
].
run
();
l
=-
1
,
e
=
a
.
length
}
s
=
null
,
f
=!
1
,
function
(
t
){
if
(
r
===
clearTimeout
)
return
clearTimeout
(
t
);
if
((
r
===
u
||!
r
)
&&
clearTimeout
)
return
r
=
clearTimeout
,
clearTimeout
(
t
);
try
{
r
(
t
)}
catch
(
e
){
try
{
return
r
.
call
(
null
,
t
)}
catch
(
e
){
return
r
.
call
(
this
,
t
)}}}(
t
)}}
function
h
(
t
,
e
){
this
.
fun
=
t
,
this
.
array
=
e
}
function
v
(){}
o
.
nextTick
=
function
(
t
){
var
e
=
new
Array
(
arguments
.
length
-
1
);
if
(
arguments
.
length
>
1
)
for
(
var
n
=
1
;
n
<
arguments
.
length
;
n
++
)
e
[
n
-
1
]
=
arguments
[
n
];
a
.
push
(
new
h
(
t
,
e
)),
1
!==
a
.
length
||
f
||
c
(
p
)},
h
.
prototype
.
run
=
function
(){
this
.
fun
.
apply
(
null
,
this
.
array
)},
o
.
title
=
"browser"
,
o
.
browser
=!
0
,
o
.
env
=
{},
o
.
argv
=
[],
o
.
version
=
""
,
o
.
versions
=
{},
o
.
on
=
v
,
o
.
addListener
=
v
,
o
.
once
=
v
,
o
.
off
=
v
,
o
.
removeListener
=
v
,
o
.
removeAllListeners
=
v
,
o
.
emit
=
v
,
o
.
prependListener
=
v
,
o
.
prependOnceListener
=
v
,
o
.
listeners
=
function
(
t
){
return
[]},
o
.
binding
=
function
(
t
){
throw
new
Error
(
"process.binding is not supported"
)},
o
.
cwd
=
function
(){
return
"/"
},
o
.
chdir
=
function
(
t
){
throw
new
Error
(
"process.chdir is not supported"
)},
o
.
umask
=
function
(){
return
0
}},
function
(
t
,
e
,
n
){
t
.
exports
=
{
default
:
n
(
43
),
__esModule
:
!
0
}},
function
(
t
,
e
,
n
){
n
(
44
),
t
.
exports
=
n
(
2
).
Object
.
keys
},
function
(
t
,
e
,
n
){
var
r
=
n
(
15
),
o
=
n
(
17
);
n
(
48
)(
"keys"
,
function
(){
return
function
(
t
){
return
o
(
r
(
t
))}})},
function
(
t
,
e
,
n
){
var
r
=
n
(
9
),
o
=
n
(
18
),
i
=
n
(
46
)(
!
1
),
u
=
n
(
20
)(
"IE_PROTO"
);
t
.
exports
=
function
(
t
,
e
){
var
n
,
c
=
o
(
t
),
s
=
0
,
a
=
[];
for
(
n
in
c
)
n
!=
u
&&
r
(
c
,
n
)
&&
a
.
push
(
n
);
for
(;
e
.
length
>
s
;)
r
(
c
,
n
=
e
[
s
++
])
&&
(
~
i
(
a
,
n
)
||
a
.
push
(
n
));
return
a
}},
function
(
t
,
e
,
n
){
var
r
=
n
(
18
),
o
=
n
(
27
),
i
=
n
(
47
);
t
.
exports
=
function
(
t
){
return
function
(
e
,
n
,
u
){
var
c
,
s
=
r
(
e
),
a
=
o
(
s
.
length
),
f
=
i
(
u
,
a
);
if
(
t
&&
n
!=
n
){
for
(;
a
>
f
;)
if
((
c
=
s
[
f
++
])
!=
c
)
return
!
0
}
else
for
(;
a
>
f
;
f
++
)
if
((
t
||
f
in
s
)
&&
s
[
f
]
===
n
)
return
t
||
f
||
0
;
return
!
t
&&-
1
}}},
function
(
t
,
e
,
n
){
var
r
=
n
(
19
),
o
=
Math
.
max
,
i
=
Math
.
min
;
t
.
exports
=
function
(
t
,
e
){
return
(
t
=
r
(
t
))
<
0
?
o
(
t
+
e
,
0
):
i
(
t
,
e
)}},
function
(
t
,
e
,
n
){
var
r
=
n
(
4
),
o
=
n
(
2
),
i
=
n
(
14
);
t
.
exports
=
function
(
t
,
e
){
var
n
=
(
o
.
Object
||
{})[
t
]
||
Object
[
t
],
u
=
{};
u
[
t
]
=
e
(
n
),
r
(
r
.
S
+
r
.
F
*
i
(
function
(){
n
(
1
)}),
"Object"
,
u
)}},
function
(
t
,
e
,
n
){
t
.
exports
=!
n
(
7
)
&&!
n
(
14
)(
function
(){
return
7
!=
Object
.
defineProperty
(
n
(
22
)(
"div"
),
"a"
,{
get
:
function
(){
return
7
}}).
a
})},
function
(
t
,
e
,
n
){
var
r
=
n
(
6
);
t
.
exports
=
function
(
t
,
e
){
if
(
!
r
(
t
))
return
t
;
var
n
,
o
;
if
(
e
&&
"function"
==
typeof
(
n
=
t
.
toString
)
&&!
r
(
o
=
n
.
call
(
t
)))
return
o
;
if
(
"function"
==
typeof
(
n
=
t
.
valueOf
)
&&!
r
(
o
=
n
.
call
(
t
)))
return
o
;
if
(
!
e
&&
"function"
==
typeof
(
n
=
t
.
toString
)
&&!
r
(
o
=
n
.
call
(
t
)))
return
o
;
throw
TypeError
(
"Can't convert object to primitive value"
)}},
function
(
t
,
e
,
n
){
t
.
exports
=
{
default
:
n
(
52
),
__esModule
:
!
0
}},
function
(
t
,
e
,
n
){
n
(
53
),
n
(
54
),
n
(
61
),
n
(
65
),
n
(
77
),
n
(
78
),
t
.
exports
=
n
(
2
).
Promise
},
function
(
t
,
e
){},
function
(
t
,
e
,
n
){
"use strict"
;
var
r
=
n
(
55
)(
!
0
);
n
(
32
)(
String
,
"String"
,
function
(
t
){
this
.
_t
=
String
(
t
),
this
.
_i
=
0
},
function
(){
var
t
,
e
=
this
.
_t
,
n
=
this
.
_i
;
return
n
>=
e
.
length
?{
value
:
void
0
,
done
:
!
0
}:(
t
=
r
(
e
,
n
),
this
.
_i
+=
t
.
length
,{
value
:
t
,
done
:
!
1
})})},
function
(
t
,
e
,
n
){
var
r
=
n
(
19
),
o
=
n
(
16
);
t
.
exports
=
function
(
t
){
return
function
(
e
,
n
){
var
i
,
u
,
c
=
String
(
o
(
e
)),
s
=
r
(
n
),
a
=
c
.
length
;
return
s
<
0
||
s
>=
a
?
t
?
""
:
void
0
:(
i
=
c
.
charCodeAt
(
s
))
<
55296
||
i
>
56319
||
s
+
1
===
a
||
(
u
=
c
.
charCodeAt
(
s
+
1
))
<
56320
||
u
>
57343
?
t
?
c
.
charAt
(
s
):
i
:
t
?
c
.
slice
(
s
,
s
+
2
):
u
-
56320
+
(
i
-
55296
<<
10
)
+
65536
}}},
function
(
t
,
e
,
n
){
t
.
exports
=
n
(
5
)},
function
(
t
,
e
,
n
){
"use strict"
;
var
r
=
n
(
58
),
o
=
n
(
31
),
i
=
n
(
23
),
u
=
{};
n
(
5
)(
u
,
n
(
1
)(
"iterator"
),
function
(){
return
this
}),
t
.
exports
=
function
(
t
,
e
,
n
){
t
.
prototype
=
r
(
u
,{
next
:
o
(
1
,
n
)}),
i
(
t
,
e
+
" Iterator"
)}},
function
(
t
,
e
,
n
){
var
r
=
n
(
3
),
o
=
n
(
59
),
i
=
n
(
30
),
u
=
n
(
20
)(
"IE_PROTO"
),
c
=
function
(){},
s
=
function
(){
var
t
,
e
=
n
(
22
)(
"iframe"
),
r
=
i
.
length
;
for
(
e
.
style
.
display
=
"none"
,
n
(
33
).
appendChild
(
e
),
e
.
src
=
"javascript:"
,(
t
=
e
.
contentWindow
.
document
).
open
(),
t
.
write
(
"<script>document.F=Object<
\
/script>"
),
t
.
close
(),
s
=
t
.
F
;
r
--
;)
delete
s
.
prototype
[
i
[
r
]];
return
s
()};
t
.
exports
=
Object
.
create
||
function
(
t
,
e
){
var
n
;
return
null
!==
t
?(
c
.
prototype
=
r
(
t
),
n
=
new
c
,
c
.
prototype
=
null
,
n
[
u
]
=
t
):
n
=
s
(),
void
0
===
e
?
n
:
o
(
n
,
e
)}},
function
(
t
,
e
,
n
){
var
r
=
n
(
13
),
o
=
n
(
3
),
i
=
n
(
17
);
t
.
exports
=
n
(
7
)?
Object
.
defineProperties
:
function
(
t
,
e
){
o
(
t
);
for
(
var
n
,
u
=
i
(
e
),
c
=
u
.
length
,
s
=
0
;
c
>
s
;)
r
.
f
(
t
,
n
=
u
[
s
++
],
e
[
n
]);
return
t
}},
function
(
t
,
e
,
n
){
var
r
=
n
(
9
),
o
=
n
(
15
),
i
=
n
(
20
)(
"IE_PROTO"
),
u
=
Object
.
prototype
;
t
.
exports
=
Object
.
getPrototypeOf
||
function
(
t
){
return
t
=
o
(
t
),
r
(
t
,
i
)?
t
[
i
]:
"function"
==
typeof
t
.
constructor
&&
t
instanceof
t
.
constructor
?
t
.
constructor
.
prototype
:
t
instanceof
Object
?
u
:
null
}},
function
(
t
,
e
,
n
){
n
(
62
);
for
(
var
r
=
n
(
0
),
o
=
n
(
5
),
i
=
n
(
8
),
u
=
n
(
1
)(
"toStringTag"
),
c
=
"CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList"
.
split
(
","
),
s
=
0
;
s
<
c
.
length
;
s
++
){
var
a
=
c
[
s
],
f
=
r
[
a
],
l
=
f
&&
f
.
prototype
;
l
&&!
l
[
u
]
&&
o
(
l
,
u
,
a
),
i
[
a
]
=
i
.
Array
}},
function
(
t
,
e
,
n
){
"use strict"
;
var
r
=
n
(
63
),
o
=
n
(
64
),
i
=
n
(
8
),
u
=
n
(
18
);
t
.
exports
=
n
(
32
)(
Array
,
"Array"
,
function
(
t
,
e
){
this
.
_t
=
u
(
t
),
this
.
_i
=
0
,
this
.
_k
=
e
},
function
(){
var
t
=
this
.
_t
,
e
=
this
.
_k
,
n
=
this
.
_i
++
;
return
!
t
||
n
>=
t
.
length
?(
this
.
_t
=
void
0
,
o
(
1
)):
o
(
0
,
"keys"
==
e
?
n
:
"values"
==
e
?
t
[
n
]:[
n
,
t
[
n
]])},
"values"
),
i
.
Arguments
=
i
.
Array
,
r
(
"keys"
),
r
(
"values"
),
r
(
"entries"
)},
function
(
t
,
e
){
t
.
exports
=
function
(){}},
function
(
t
,
e
){
t
.
exports
=
function
(
t
,
e
){
return
{
value
:
e
,
done
:
!!
t
}}},
function
(
t
,
e
,
n
){
"use strict"
;
var
r
,
o
,
i
,
u
,
c
=
n
(
21
),
s
=
n
(
0
),
a
=
n
(
11
),
f
=
n
(
34
),
l
=
n
(
4
),
d
=
n
(
6
),
p
=
n
(
12
),
h
=
n
(
66
),
v
=
n
(
67
),
m
=
n
(
35
),
y
=
n
(
36
).
set
,
_
=
n
(
72
)(),
g
=
n
(
24
),
w
=
n
(
37
),
x
=
n
(
73
),
b
=
n
(
38
),
O
=
s
.
TypeError
,
E
=
s
.
process
,
T
=
E
&&
E
.
versions
,
j
=
T
&&
T
.
v8
||
""
,
C
=
s
.
Promise
,
S
=
"process"
==
f
(
E
),
L
=
function
(){},
P
=
o
=
g
.
f
,
M
=!!
function
(){
try
{
var
t
=
C
.
resolve
(
1
),
e
=
(
t
.
constructor
=
{})[
n
(
1
)(
"species"
)]
=
function
(
t
){
t
(
L
,
L
)};
return
(
S
||
"function"
==
typeof
PromiseRejectionEvent
)
&&
t
.
then
(
L
)
instanceof
e
&&
0
!==
j
.
indexOf
(
"6.6"
)
&&-
1
===
x
.
indexOf
(
"Chrome/66"
)}
catch
(
t
){}}(),
U
=
function
(
t
){
var
e
;
return
!
(
!
d
(
t
)
||
"function"
!=
typeof
(
e
=
t
.
then
))
&&
e
},
R
=
function
(
t
,
e
){
if
(
!
t
.
_n
){
t
.
_n
=!
0
;
var
n
=
t
.
_c
;
_
(
function
(){
for
(
var
r
=
t
.
_v
,
o
=
1
==
t
.
_s
,
i
=
0
,
u
=
function
(
e
){
var
n
,
i
,
u
,
c
=
o
?
e
.
ok
:
e
.
fail
,
s
=
e
.
resolve
,
a
=
e
.
reject
,
f
=
e
.
domain
;
try
{
c
?(
o
||
(
2
==
t
.
_h
&&
D
(
t
),
t
.
_h
=
1
),
!
0
===
c
?
n
=
r
:(
f
&&
f
.
enter
(),
n
=
c
(
r
),
f
&&
(
f
.
exit
(),
u
=!
0
)),
n
===
e
.
promise
?
a
(
O
(
"Promise-chain cycle"
)):(
i
=
U
(
n
))?
i
.
call
(
n
,
s
,
a
):
s
(
n
)):
a
(
r
)}
catch
(
t
){
f
&&!
u
&&
f
.
exit
(),
a
(
t
)}};
n
.
length
>
i
;)
u
(
n
[
i
++
]);
t
.
_c
=
[],
t
.
_n
=!
1
,
e
&&!
t
.
_h
&&
k
(
t
)})}},
k
=
function
(
t
){
y
.
call
(
s
,
function
(){
var
e
,
n
,
r
,
o
=
t
.
_v
,
i
=
I
(
t
);
if
(
i
&&
(
e
=
w
(
function
(){
S
?
E
.
emit
(
"unhandledRejection"
,
o
,
t
):(
n
=
s
.
onunhandledrejection
)?
n
({
promise
:
t
,
reason
:
o
}):(
r
=
s
.
console
)
&&
r
.
error
&&
r
.
error
(
"Unhandled promise rejection"
,
o
)}),
t
.
_h
=
S
||
I
(
t
)?
2
:
1
),
t
.
_a
=
void
0
,
i
&&
e
.
e
)
throw
e
.
v
})},
I
=
function
(
t
){
return
1
!==
t
.
_h
&&
0
===
(
t
.
_a
||
t
.
_c
).
length
},
D
=
function
(
t
){
y
.
call
(
s
,
function
(){
var
e
;
S
?
E
.
emit
(
"rejectionHandled"
,
t
):(
e
=
s
.
onrejectionhandled
)
&&
e
({
promise
:
t
,
reason
:
t
.
_v
})})},
F
=
function
(
t
){
var
e
=
this
;
e
.
_d
||
(
e
.
_d
=!
0
,(
e
=
e
.
_w
||
e
).
_v
=
t
,
e
.
_s
=
2
,
e
.
_a
||
(
e
.
_a
=
e
.
_c
.
slice
()),
R
(
e
,
!
0
))},
A
=
function
(
t
){
var
e
,
n
=
this
;
if
(
!
n
.
_d
){
n
.
_d
=!
0
,
n
=
n
.
_w
||
n
;
try
{
if
(
n
===
t
)
throw
O
(
"Promise can't be resolved itself"
);(
e
=
U
(
t
))?
_
(
function
(){
var
r
=
{
_w
:
n
,
_d
:
!
1
};
try
{
e
.
call
(
t
,
a
(
A
,
r
,
1
),
a
(
F
,
r
,
1
))}
catch
(
t
){
F
.
call
(
r
,
t
)}}):(
n
.
_v
=
t
,
n
.
_s
=
1
,
R
(
n
,
!
1
))}
catch
(
t
){
F
.
call
({
_w
:
n
,
_d
:
!
1
},
t
)}}};
M
||
(
C
=
function
(
t
){
h
(
this
,
C
,
"Promise"
,
"_h"
),
p
(
t
),
r
.
call
(
this
);
try
{
t
(
a
(
A
,
this
,
1
),
a
(
F
,
this
,
1
))}
catch
(
t
){
F
.
call
(
this
,
t
)}},(
r
=
function
(
t
){
this
.
_c
=
[],
this
.
_a
=
void
0
,
this
.
_s
=
0
,
this
.
_d
=!
1
,
this
.
_v
=
void
0
,
this
.
_h
=
0
,
this
.
_n
=!
1
}).
prototype
=
n
(
74
)(
C
.
prototype
,{
then
:
function
(
t
,
e
){
var
n
=
P
(
m
(
this
,
C
));
return
n
.
ok
=
"function"
!=
typeof
t
||
t
,
n
.
fail
=
"function"
==
typeof
e
&&
e
,
n
.
domain
=
S
?
E
.
domain
:
void
0
,
this
.
_c
.
push
(
n
),
this
.
_a
&&
this
.
_a
.
push
(
n
),
this
.
_s
&&
R
(
this
,
!
1
),
n
.
promise
},
catch
:
function
(
t
){
return
this
.
then
(
void
0
,
t
)}}),
i
=
function
(){
var
t
=
new
r
;
this
.
promise
=
t
,
this
.
resolve
=
a
(
A
,
t
,
1
),
this
.
reject
=
a
(
F
,
t
,
1
)},
g
.
f
=
P
=
function
(
t
){
return
t
===
C
||
t
===
u
?
new
i
(
t
):
o
(
t
)}),
l
(
l
.
G
+
l
.
W
+
l
.
F
*!
M
,{
Promise
:
C
}),
n
(
23
)(
C
,
"Promise"
),
n
(
75
)(
"Promise"
),
u
=
n
(
2
).
Promise
,
l
(
l
.
S
+
l
.
F
*!
M
,
"Promise"
,{
reject
:
function
(
t
){
var
e
=
P
(
this
);
return
(
0
,
e
.
reject
)(
t
),
e
.
promise
}}),
l
(
l
.
S
+
l
.
F
*
(
c
||!
M
),
"Promise"
,{
resolve
:
function
(
t
){
return
b
(
c
&&
this
===
u
?
C
:
this
,
t
)}}),
l
(
l
.
S
+
l
.
F
*!
(
M
&&
n
(
76
)(
function
(
t
){
C
.
all
(
t
).
catch
(
L
)})),
"Promise"
,{
all
:
function
(
t
){
var
e
=
this
,
n
=
P
(
e
),
r
=
n
.
resolve
,
o
=
n
.
reject
,
i
=
w
(
function
(){
var
n
=
[],
i
=
0
,
u
=
1
;
v
(
t
,
!
1
,
function
(
t
){
var
c
=
i
++
,
s
=!
1
;
n
.
push
(
void
0
),
u
++
,
e
.
resolve
(
t
).
then
(
function
(
t
){
s
||
(
s
=!
0
,
n
[
c
]
=
t
,
--
u
||
r
(
n
))},
o
)}),
--
u
||
r
(
n
)});
return
i
.
e
&&
o
(
i
.
v
),
n
.
promise
},
race
:
function
(
t
){
var
e
=
this
,
n
=
P
(
e
),
r
=
n
.
reject
,
o
=
w
(
function
(){
v
(
t
,
!
1
,
function
(
t
){
e
.
resolve
(
t
).
then
(
n
.
resolve
,
r
)})});
return
o
.
e
&&
r
(
o
.
v
),
n
.
promise
}})},
function
(
t
,
e
){
t
.
exports
=
function
(
t
,
e
,
n
,
r
){
if
(
!
(
t
instanceof
e
)
||
void
0
!==
r
&&
r
in
t
)
throw
TypeError
(
n
+
": incorrect invocation!"
);
return
t
}},
function
(
t
,
e
,
n
){
var
r
=
n
(
11
),
o
=
n
(
68
),
i
=
n
(
69
),
u
=
n
(
3
),
c
=
n
(
27
),
s
=
n
(
70
),
a
=
{},
f
=
{};(
e
=
t
.
exports
=
function
(
t
,
e
,
n
,
l
,
d
){
var
p
,
h
,
v
,
m
,
y
=
d
?
function
(){
return
t
}:
s
(
t
),
_
=
r
(
n
,
l
,
e
?
2
:
1
),
g
=
0
;
if
(
"function"
!=
typeof
y
)
throw
TypeError
(
t
+
" is not iterable!"
);
if
(
i
(
y
)){
for
(
p
=
c
(
t
.
length
);
p
>
g
;
g
++
)
if
((
m
=
e
?
_
(
u
(
h
=
t
[
g
])[
0
],
h
[
1
]):
_
(
t
[
g
]))
===
a
||
m
===
f
)
return
m
}
else
for
(
v
=
y
.
call
(
t
);
!
(
h
=
v
.
next
()).
done
;)
if
((
m
=
o
(
v
,
_
,
h
.
value
,
e
))
===
a
||
m
===
f
)
return
m
}).
BREAK
=
a
,
e
.
RETURN
=
f
},
function
(
t
,
e
,
n
){
var
r
=
n
(
3
);
t
.
exports
=
function
(
t
,
e
,
n
,
o
){
try
{
return
o
?
e
(
r
(
n
)[
0
],
n
[
1
]):
e
(
n
)}
catch
(
e
){
var
i
=
t
.
return
;
throw
void
0
!==
i
&&
r
(
i
.
call
(
t
)),
e
}}},
function
(
t
,
e
,
n
){
var
r
=
n
(
8
),
o
=
n
(
1
)(
"iterator"
),
i
=
Array
.
prototype
;
t
.
exports
=
function
(
t
){
return
void
0
!==
t
&&
(
r
.
Array
===
t
||
i
[
o
]
===
t
)}},
function
(
t
,
e
,
n
){
var
r
=
n
(
34
),
o
=
n
(
1
)(
"iterator"
),
i
=
n
(
8
);
t
.
exports
=
n
(
2
).
getIteratorMethod
=
function
(
t
){
if
(
void
0
!=
t
)
return
t
[
o
]
||
t
[
"@@iterator"
]
||
i
[
r
(
t
)]}},
function
(
t
,
e
){
t
.
exports
=
function
(
t
,
e
,
n
){
var
r
=
void
0
===
n
;
switch
(
e
.
length
){
case
0
:
return
r
?
t
():
t
.
call
(
n
);
case
1
:
return
r
?
t
(
e
[
0
]):
t
.
call
(
n
,
e
[
0
]);
case
2
:
return
r
?
t
(
e
[
0
],
e
[
1
]):
t
.
call
(
n
,
e
[
0
],
e
[
1
]);
case
3
:
return
r
?
t
(
e
[
0
],
e
[
1
],
e
[
2
]):
t
.
call
(
n
,
e
[
0
],
e
[
1
],
e
[
2
]);
case
4
:
return
r
?
t
(
e
[
0
],
e
[
1
],
e
[
2
],
e
[
3
]):
t
.
call
(
n
,
e
[
0
],
e
[
1
],
e
[
2
],
e
[
3
])}
return
t
.
apply
(
n
,
e
)}},
function
(
t
,
e
,
n
){
var
r
=
n
(
0
),
o
=
n
(
36
).
set
,
i
=
r
.
MutationObserver
||
r
.
WebKitMutationObserver
,
u
=
r
.
process
,
c
=
r
.
Promise
,
s
=
"process"
==
n
(
10
)(
u
);
t
.
exports
=
function
(){
var
t
,
e
,
n
,
a
=
function
(){
var
r
,
o
;
for
(
s
&&
(
r
=
u
.
domain
)
&&
r
.
exit
();
t
;){
o
=
t
.
fn
,
t
=
t
.
next
;
try
{
o
()}
catch
(
r
){
throw
t
?
n
():
e
=
void
0
,
r
}}
e
=
void
0
,
r
&&
r
.
enter
()};
if
(
s
)
n
=
function
(){
u
.
nextTick
(
a
)};
else
if
(
!
i
||
r
.
navigator
&&
r
.
navigator
.
standalone
)
if
(
c
&&
c
.
resolve
){
var
f
=
c
.
resolve
(
void
0
);
n
=
function
(){
f
.
then
(
a
)}}
else
n
=
function
(){
o
.
call
(
r
,
a
)};
else
{
var
l
=!
0
,
d
=
document
.
createTextNode
(
""
);
new
i
(
a
).
observe
(
d
,{
characterData
:
!
0
}),
n
=
function
(){
d
.
data
=
l
=!
l
}}
return
function
(
r
){
var
o
=
{
fn
:
r
,
next
:
void
0
};
e
&&
(
e
.
next
=
o
),
t
||
(
t
=
o
,
n
()),
e
=
o
}}},
function
(
t
,
e
,
n
){
var
r
=
n
(
0
).
navigator
;
t
.
exports
=
r
&&
r
.
userAgent
||
""
},
function
(
t
,
e
,
n
){
var
r
=
n
(
5
);
t
.
exports
=
function
(
t
,
e
,
n
){
for
(
var
o
in
e
)
n
&&
t
[
o
]?
t
[
o
]
=
e
[
o
]:
r
(
t
,
o
,
e
[
o
]);
return
t
}},
function
(
t
,
e
,
n
){
"use strict"
;
var
r
=
n
(
0
),
o
=
n
(
2
),
i
=
n
(
13
),
u
=
n
(
7
),
c
=
n
(
1
)(
"species"
);
t
.
exports
=
function
(
t
){
var
e
=
"function"
==
typeof
o
[
t
]?
o
[
t
]:
r
[
t
];
u
&&
e
&&!
e
[
c
]
&&
i
.
f
(
e
,
c
,{
configurable
:
!
0
,
get
:
function
(){
return
this
}})}},
function
(
t
,
e
,
n
){
var
r
=
n
(
1
)(
"iterator"
),
o
=!
1
;
try
{
var
i
=
[
7
][
r
]();
i
.
return
=
function
(){
o
=!
0
},
Array
.
from
(
i
,
function
(){
throw
2
})}
catch
(
t
){}
t
.
exports
=
function
(
t
,
e
){
if
(
!
e
&&!
o
)
return
!
1
;
var
n
=!
1
;
try
{
var
i
=
[
7
],
u
=
i
[
r
]();
u
.
next
=
function
(){
return
{
done
:
n
=!
0
}},
i
[
r
]
=
function
(){
return
u
},
t
(
i
)}
catch
(
t
){}
return
n
}},
function
(
t
,
e
,
n
){
"use strict"
;
var
r
=
n
(
4
),
o
=
n
(
2
),
i
=
n
(
0
),
u
=
n
(
35
),
c
=
n
(
38
);
r
(
r
.
P
+
r
.
R
,
"Promise"
,{
finally
:
function
(
t
){
var
e
=
u
(
this
,
o
.
Promise
||
i
.
Promise
),
n
=
"function"
==
typeof
t
;
return
this
.
then
(
n
?
function
(
n
){
return
c
(
e
,
t
()).
then
(
function
(){
return
n
})}:
t
,
n
?
function
(
n
){
return
c
(
e
,
t
()).
then
(
function
(){
throw
n
})}:
t
)}})},
function
(
t
,
e
,
n
){
"use strict"
;
var
r
=
n
(
4
),
o
=
n
(
24
),
i
=
n
(
37
);
r
(
r
.
S
,
"Promise"
,{
try
:
function
(
t
){
var
e
=
o
.
f
(
this
),
n
=
i
(
t
);
return
(
n
.
e
?
e
.
reject
:
e
.
resolve
)(
n
.
v
),
e
.
promise
}})},
function
(
t
,
e
,
n
){
t
.
exports
=
{
default
:
n
(
80
),
__esModule
:
!
0
}},
function
(
t
,
e
,
n
){
n
(
81
),
t
.
exports
=
n
(
2
).
Object
.
assign
},
function
(
t
,
e
,
n
){
var
r
=
n
(
4
);
r
(
r
.
S
+
r
.
F
,
"Object"
,{
assign
:
n
(
82
)})},
function
(
t
,
e
,
n
){
"use strict"
;
var
r
=
n
(
17
),
o
=
n
(
83
),
i
=
n
(
84
),
u
=
n
(
15
),
c
=
n
(
26
),
s
=
Object
.
assign
;
t
.
exports
=!
s
||
n
(
14
)(
function
(){
var
t
=
{},
e
=
{},
n
=
Symbol
(),
r
=
"abcdefghijklmnopqrst"
;
return
t
[
n
]
=
7
,
r
.
split
(
""
).
forEach
(
function
(
t
){
e
[
t
]
=
t
}),
7
!=
s
({},
t
)[
n
]
||
Object
.
keys
(
s
({},
e
)).
join
(
""
)
!=
r
})?
function
(
t
,
e
){
for
(
var
n
=
u
(
t
),
s
=
arguments
.
length
,
a
=
1
,
f
=
o
.
f
,
l
=
i
.
f
;
s
>
a
;)
for
(
var
d
,
p
=
c
(
arguments
[
a
++
]),
h
=
f
?
r
(
p
).
concat
(
f
(
p
)):
r
(
p
),
v
=
h
.
length
,
m
=
0
;
v
>
m
;)
l
.
call
(
p
,
d
=
h
[
m
++
])
&&
(
n
[
d
]
=
p
[
d
]);
return
n
}:
s
},
function
(
t
,
e
){
e
.
f
=
Object
.
getOwnPropertySymbols
},
function
(
t
,
e
){
e
.
f
=
{}.
propertyIsEnumerable
},
function
(
t
,
e
,
n
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
}),
e
.
default
=
function
(){
this
.
listeners
=
{},
this
.
on
=
function
(
t
,
e
){
void
0
===
this
.
listeners
[
t
]
&&
(
this
.
listeners
[
t
]
=
[]),
this
.
listeners
[
t
].
push
(
e
)},
this
.
emit
=
function
(
t
){
this
.
listeners
[
t
]
&&
this
.
listeners
[
t
].
forEach
(
function
(
t
){
return
t
()})}}},
function
(
t
,
e
,
n
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
}),
e
.
default
=
function
(
t
,
e
){
var
n
=
null
;
return
function
(){
var
r
=
this
,
o
=
arguments
;
n
&&
clearTimeout
(
n
),
n
=
setTimeout
(
function
(){
t
.
apply
(
r
,
o
)},
e
)}}},
function
(
t
,
e
,
n
){
"use strict"
;
var
r
=
function
(){
var
t
=
this
.
$createElement
,
e
=
this
.
_self
.
_c
||
t
;
return
e
(
"div"
,[
e
(
"script"
,{
ref
:
"script"
,
attrs
:{
name
:
this
.
name
,
type
:
"text/plain"
}})])};
r
.
_withStripped
=!
0
;
var
o
=
{
render
:
r
,
staticRenderFns
:[]};
e
.
a
=
o
}]).
default
});
\ No newline at end of file
src/main/webapp/templets/1/default/css/about.css
0 → 100644
View file @
bf29ba83
.ms-content-about
{
margin-top
:
20px
;
margin-bottom
:
40px
}
.ms-content-about
a
:link
{
color
:
#000
;
text-decoration
:
none
}
.ms-content-about
a
:visited
{
color
:
#000
;
text-decoration
:
none
}
.ms-content-about
a
:active
{
color
:
#000
;
text-decoration
:
none
}
.ms-content-about
a
:hover
{
color
:
#000
;
text-decoration
:
none
}
.ms-content-about
.ms-content-main
{
width
:
1200px
;
overflow
:
hidden
;
margin
:
auto
}
.ms-content-about
.ms-content-main
.ms-content-left
{
width
:
230px
;
float
:
left
;
margin-right
:
20px
}
.ms-content-about
.ms-content-main
.ms-content-left
.ms-content-left-title
{
font-weight
:
bold
;
background-color
:
#009aff
;
color
:
#fff
;
height
:
40px
;
line-height
:
40px
;
width
:
190px
;
padding
:
0
20px
}
.ms-content-about
.ms-content-main
.ms-content-left
.ms-content-left-ul
{
background-color
:
#fff
;
margin-top
:
1px
;
width
:
230px
}
.ms-content-about
.ms-content-main
.ms-content-left
.ms-content-left-ul
a
:hover
{
color
:
#fff
}
.ms-content-about
.ms-content-main
.ms-content-left
.ms-content-left-ul
a
:hover
li
{
background-color
:
#54bcfe
}
.ms-content-about
.ms-content-main
.ms-content-left
.ms-content-left-ul
a
{
color
:
#999999
}
.ms-content-about
.ms-content-main
.ms-content-left
.ms-content-left-ul
li
{
height
:
40px
;
line-height
:
40px
;
font-size
:
14px
;
cursor
:
pointer
;
padding
:
0
20px
}
.ms-content-about
.ms-content-main
.ms-content-left
.ms-content-left-ul
li
.ms-content-left-li-more
{
float
:
right
}
.ms-content-about
.ms-content-main
.ms-content-left
.ms-content-left-ul
.ms-content-left-li-first
{
color
:
#fff
}
.ms-content-about
.ms-content-main
.ms-content-left
.ms-content-left-ul
.ms-content-left-li-first
li
{
background-color
:
#54bcfe
}
.ms-content-about
.ms-content-main
.ms-content-right
{
overflow
:
hidden
}
.ms-content-about
.ms-content-main
.ms-content-right
a
:visited
{
color
:
#000000
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-position
{
font-size
:
14px
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-position
a
:hover
{
color
:
#0099ff
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-position
span
{
padding
:
0
5px
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main
{
width
:
952px
;
background-color
:
#ffffff
;
min-height
:
450px
;
padding-bottom
:
20px
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main
.ms-content-right-main-content
{
margin
:
0
20px
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main
.ms-content-right-main-title
{
text-align
:
center
;
font-size
:
20px
;
padding-top
:
40px
;
padding-bottom
:
20px
;
border-bottom
:
1px
solid
#d0cfcf99
99
;
margin
:
20px
}
/*# sourceMappingURL=./about.css.map */
\ No newline at end of file
src/main/webapp/templets/1/default/css/advice.css
0 → 100644
View file @
bf29ba83
.ms-content-advice
{
margin-top
:
20px
;
margin-bottom
:
40px
}
.ms-content-advice
.ms-content-form-background
{
width
:
1200px
;
height
:
480px
;
background-color
:
#ffffff
;
margin
:
auto
;
display
:
flex
}
.ms-content-advice
.ms-content-form-background
.ms-content-form
{
width
:
330px
;
margin
:
auto
}
.ms-content-advice
.ms-content-form-background
.ms-content-form
::-webkit-input-placeholder
{
color
:
#999
}
.ms-content-advice
.ms-content-form-background
.ms-content-form
input
::-webkit-input-placeholder
,
.ms-content-advice
.ms-content-form-background
.ms-content-form
textarea
::-webkit-input-placeholder
{
font-family
:
Arial
,
Verdana
,
Sans-serif
}
.ms-content-advice
.ms-content-form-background
.ms-content-form
.ms-content-form-name
,
.ms-content-advice
.ms-content-form-background
.ms-content-form
.ms-content-form-phone
,
.ms-content-advice
.ms-content-form-background
.ms-content-form
.ms-content-form-message
{
width
:
308px
;
height
:
12px
;
padding
:
10px
;
display
:
block
;
border
:
1px
solid
#eeeeee
;
border-radius
:
3px
;
color
:
#555555
;
margin-bottom
:
20px
}
.ms-content-advice
.ms-content-form-background
.ms-content-form
.ms-content-form-message
{
height
:
142px
}
.ms-content-advice
.ms-content-form-background
.ms-content-form
.ms-login-button
{
pointer-events
:
none
;
width
:
330px
;
height
:
34px
;
line-height
:
34px
;
font-size
:
14px
;
color
:
#ddd
;
text-align
:
center
;
background-color
:
#fafafa
;
cursor
:
pointer
;
border-radius
:
4px
}
/*# sourceMappingURL=./advice.css.map */
\ No newline at end of file
src/main/webapp/templets/1/default/css/base.css
0 → 100644
View file @
bf29ba83
body
,
ul
,
ol
,
li
,
p
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
form
,
fieldset
,
table
,
td
,
img
,
div
,
a
{
margin
:
0
;
padding
:
0
;
border
:
0
;
text-decoration
:
none
!important
}
*
{
margin
:
0
;
padding
:
0
}
body
{
min-width
:
1200px
;
background-color
:
#fafafa
}
html
,
body
,
ul
,
li
{
margin
:
0
;
padding
:
0
}
a
{
text-decoration
:
none
;
color
:
#555
}
ul
,
li
,
ol
{
list-style
:
none
}
input
:focus
,
textarea
:focus
{
outline
:
none
}
.ms-banner
{
height
:
337px
}
.ms-banner
img
{
width
:
100%
;
height
:
100%
}
.flexslider
{
margin
:
0
auto
20px
;
position
:
relative
;
width
:
100%
;
height
:
440px
;
overflow
:
hidden
;
zoom
:
1
}
.flexslider
.slides
li
{
width
:
100%
;
height
:
100%
}
.flexslider
.slides
a
img
{
width
:
100%
;
height
:
337px
;
display
:
block
}
.flexslider
.flex-direction-nav
{
width
:
100%
;
bottom
:
10px
;
text-align
:
center
}
.flexslider
.flex-direction-nav
a
{
width
:
70px
;
height
:
70px
;
line-height
:
99em
;
overflow
:
hidden
;
margin
:
-35px
0
0
;
display
:
block
;
background
:
url(../images/ad_ctr.png)
no-repeat
;
position
:
absolute
;
top
:
50%
;
z-index
:
10
;
cursor
:
pointer
;
opacity
:
0
;
filter
:
alpha
(
opacity
=
0
);
-webkit-transition
:
all
.3s
ease
;
border-radius
:
35px
}
.flexslider
.flex-direction-nav
.flex-next
{
background-position
:
0
-70px
;
right
:
10px
}
.flexslider
.flex-direction-nav
.flex-prev
{
left
:
10px
}
.flexslider
.flex-direction-nav
li
{
margin
:
0
2px
;
display
:
inline-block
;
zoom
:
1
;
*
display
:
inline
}
.flexslider
:hover
.flex-next
{
opacity
:
.8
;
filter
:
alpha
(
opacity
=
25
)}
.flexslider
:hover
.flex-prev
{
opacity
:
.8
;
filter
:
alpha
(
opacity
=
25
)}
.flexslider
:hover
.flex-next
:hover
,
.flexslider
:hover
.flex-prev
:hover
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
50
)}
.ms-head
{
background-color
:
#2b3442
}
.ms-head
a
{
color
:
#fff
}
.ms-head
.head-menu-flex-center
{
display
:
flex
;
align-items
:
center
}
.ms-head
.head-menu
{
width
:
1200px
;
height
:
60px
;
margin
:
auto
;
color
:
#ffffff
;
display
:
flex
;
justify-content
:
space-between
}
.ms-head
.head-menu
.head-menu-flex-center
.head-menu-list
{
padding-left
:
30px
;
height
:
60px
;
line-height
:
60px
;
margin
:
0
!important
}
.ms-head
.head-menu
.head-menu-flex-center
.head-menu-list
.head-active
{
color
:
#ffb800
;
background-color
:
#2b3442
}
.ms-head
.head-menu
.head-menu-flex-center
.head-menu-list
.head-menu-list-li
:hover
{
background-color
:
#202833
;
color
:
#ffb800
}
.ms-head
.head-menu
.head-menu-flex-center
.head-menu-list
.head-menu-list-li
a
:hover
{
background-color
:
#202833
;
color
:
#ffb800
}
.ms-head
.head-menu
.head-menu-flex-center
.head-menu-list
.head-menu-list-li
{
cursor
:
pointer
;
position
:
relative
}
.ms-head
.head-menu
.head-menu-flex-center
.head-menu-list
.head-menu-list-li
.head-menu-son-list
{
background-color
:
#2b3442
;
position
:
absolute
;
width
:
100%
;
left
:
0
;
color
:
#fff
;
display
:
none
;
top
:
60px
;
z-index
:
9999999
}
.ms-head
.head-menu
.head-menu-flex-center
.head-menu-list
.head-menu-list-li
.head-menu-son-list
li
{
height
:
40px
;
line-height
:
40px
;
text-align
:
center
}
.ms-head
.head-menu
.head-menu-flex-center
.head-menu-list
.head-menu-list-li
.head-menu-son-list
li
a
:hover
{
color
:
#ffb800
;
background-color
:
#2b3442
}
.ms-head
.head-menu
img
,
.ms-head
.head-menu
.head-menu-list
,
.ms-head
.head-menu
div
,
.ms-head
.head-menu
.head-menu-list-li
{
float
:
left
}
.ms-head
.head-menu
img
{
width
:
60px
;
height
:
30px
;
padding-right
:
10px
}
.ms-head
.head-menu
li
{
padding
:
0
15px
}
.ms-head
.head-menu
.head-men-right
.head-menu-right-content
{
min-width
:
100px
}
.ms-head
.head-menu
.head-men-right
.head-menu-right-content
span
span
{
padding
:
0
5px
;
cursor
:
pointer
}
.ms-head
.head-menu
.head-men-right
.head-menu-right-content
span
span
a
:hover
{
color
:
#ffb800
}
.ms-head
.head-menu
.head-men-right
.head-menu-right-search
{
padding-right
:
12px
;
position
:
relative
}
.ms-head
.head-menu
.head-men-right
.head-menu-right-search
input
:-webkit-autofill
{
-webkit-box-shadow
:
0
0
0
1000px
#2b3442
inset
!important
;
-webkit-text-fill-color
:
#fff
!important
}
.ms-head
.head-menu
.head-men-right
.head-menu-right-search
.ms-search-click
{
background-image
:
url(../images/search.png)
;
width
:
14px
;
height
:
14px
;
border
:
0
;
background-color
:
#2b3442
;
position
:
absolute
;
right
:
30px
;
top
:
8px
;
cursor
:
pointer
}
.ms-head
.head-menu
.head-men-right
.head-menu-right-search
.ms-search-input
{
height
:
28px
;
background-color
:
#2b3442
;
border
:
1px
solid
#fff
;
border-radius
:
15px
;
padding-left
:
30px
;
color
:
#fff
;
width
:
318px
;
font-size
:
14px
}
.ms-head
.head-menu
.head-men-right
.head-menu-right-search
input
::-webkit-input-placeholder
{
color
:
#fff
}
.ms-head
.head-menu
.head-men-right
.head-menu-right-search
.iconfont
{
font-size
:
18px
;
cursor
:
pointer
;
position
:
absolute
;
right
:
28px
}
.ms-footer
{
height
:
140px
;
background-color
:
#2a3542
}
.ms-footer
.ms-footer-content
{
padding
:
46px
0
;
width
:
1200px
;
margin
:
auto
}
.ms-footer
.ms-footer-content
.ms-footer-left
{
color
:
#999999
;
font-size
:
14px
;
float
:
left
}
.ms-footer
.ms-footer-content
.ms-footer-left
.ms-footer-left-copyright
{
display
:
block
;
padding-top
:
20px
;
height
:
14px
}
.ms-footer
.ms-footer-content
.ms-footer-left
.ms-footer-left-column
{
height
:
14px
;
cursor
:
pointer
}
.ms-footer
.ms-footer-content
.ms-footer-left
.ms-footer-left-column
a
:link
{
color
:
#999
;
text-decoration
:
none
}
.ms-footer
.ms-footer-content
.ms-footer-left
.ms-footer-left-column
a
:visited
{
color
:
#999
;
text-decoration
:
none
}
.ms-footer
.ms-footer-content
.ms-footer-left
.ms-footer-left-column
a
:hover
{
color
:
#fff
}
.ms-footer
.ms-footer-content
.ms-footer-left
.ms-footer-left-column
.ms-footer-left-column-course
,
.ms-footer
.ms-footer-content
.ms-footer-left
.ms-footer-left-column
.ms-footer-left-column-contact
{
padding
:
0
10px
}
.ms-footer
.ms-footer-content
.ms-footer-left
.ms-footer-left-column
.ms-footer-left-column-about
{
padding-right
:
10px
}
.ms-footer
.ms-footer-content
.ms-footer-right
{
float
:
right
}
.ms-footer
.ms-footer-content
.ms-footer-right
img
{
cursor
:
pointer
}
.ms-footer
.ms-footer-content
.ms-footer-right
.ms-footer-right-baidu
{
padding
:
0
12px
}
.ms-footer
.ms-footer-content
.ms-footer-right
.ms-footer-right-weixin
{
position
:
relative
;
display
:
none
}
.ms-footer
.ms-footer-content
.ms-footer-right
.ms-footer-right-weixin
img
{
top
:
-161px
;
left
:
-38px
;
width
:
103px
;
border
:
2px
solid
#ccc
;
position
:
absolute
}
.ms-footer
.ms-footer-content
.ms-footer-right
.ms-footer-right-weixin
p
{
font-size
:
0
;
line-height
:
0
;
display
:
block
;
width
:
0
;
height
:
0
;
left
:
8px
;
border-left
:
10px
solid
transparent
;
border-right
:
8px
solid
transparent
;
border-top
:
10px
solid
#fff
;
position
:
absolute
;
top
:
-58px
;
z-index
:
85
}
.ms-but-disabled2
,
.ms-but-disabled
{
opacity
:
.6
!important
;
cursor
:
no-drop
!important
}
.ms-but-disabled
:hover
{
background-color
:
#009aff
!important
}
.ms-loading
{
text-align
:
center
;
height
:
700px
;
line-height
:
700px
}
.ms-loading
img
{
width
:
60px
}
.topbar-info
{
display
:
flex
;
align-items
:
center
;
float
:
right
;
color
:
white
;
text-align
:
right
}
.topbar-info
a
{
height
:
30px
;
line-height
:
30px
}
.topbar-info
a
.loginImg
{
width
:
30px
!important
;
height
:
30px
!important
;
vertical-align
:
super
;
border-radius
:
50%
;
padding
:
0
;
margin-right
:
12px
;
opacity
:
.9
;
cursor
:
pointer
}
.topbar-info
a
.loginImg
:hover
{
opacity
:
1
}
.topbar-info
a
.userName
{
line-height
:
30px
!important
;
margin-right
:
12px
;
color
:
#fff
;
cursor
:
pointer
;
font-weight
:
500
}
.topbar-info
a
.userName
:hover
{
color
:
#ffb800
}
.topbar-info
.quitLogin
{
color
:
#fff
;
height
:
30px
;
line-height
:
30px
}
.topbar-info
.quitLogin
:hover
{
color
:
#ffb800
}
.topbar-info
.ms-userName
{
max-width
:
110px
;
white-space
:
nowrap
;
display
:
inline-block
;
overflow
:
hidden
;
text-overflow
:
ellipsis
}
/*# sourceMappingURL=./base.css.map */
\ No newline at end of file
src/main/webapp/templets/1/default/css/case-list.css
0 → 100644
View file @
bf29ba83
.ms-content-case
{
background-color
:
#fff
;
overflow
:
hidden
;
padding-top
:
20px
}
.ms-content-case
a
:visited
{
color
:
#000000
}
.ms-content-case
.ms-content-main
{
width
:
1200px
;
min-height
:
400px
;
margin
:
auto
;
overflow
:
hidden
}
.ms-content-case
.ms-content-main
.ms-content-main-case
:nth-child
(
3n
)
{
margin-right
:
0
}
.ms-content-case
.ms-content-main
.ms-content-main-case
{
border
:
1px
solid
#f0f0f0
;
width
:
384px
;
height
:
332px
;
margin-right
:
20px
;
float
:
left
;
position
:
relative
;
overflow
:
hidden
;
color
:
#ffffff
;
margin-top
:
20px
}
.ms-content-case
.ms-content-main
.ms-content-main-case
.ms-content-main-case-img
{
width
:
387px
;
height
:
334px
}
.ms-content-case
.ms-content-main
.ms-content-main-case
.ms-content-main-case-img
img
{
width
:
100%
;
height
:
100%
}
.ms-content-case
.ms-content-main
.ms-content-main-case
.ms-content-main-case-explain
{
display
:
none
;
width
:
100%
;
height
:
100%
;
background-color
:
#0099ff
;
opacity
:
.9
;
position
:
absolute
;
top
:
0
;
left
:
0
}
.ms-content-case
.ms-content-main
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-title
{
font-size
:
22px
;
text-align
:
center
;
margin
:
20px
0
;
padding
:
0
20px
;
height
:
22px
;
line-height
:
22px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
-webkit-line-clamp
:
1
;
-webkit-box-orient
:
vertical
;
display
:
-webkit-box
}
.ms-content-case
.ms-content-main
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-content
{
min-height
:
215px
}
.ms-content-case
.ms-content-main
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-content
p
{
font-size
:
14px
;
padding
:
0
30px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
-webkit-line-clamp
:
4
;
-webkit-box-orient
:
vertical
;
display
:
-webkit-box
}
.ms-content-case
.ms-content-main
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-content
p
img
{
width
:
100px
;
text-align
:
center
;
margin
:
20px
0
;
height
:
100px
}
.ms-content-case
.ms-content-main
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-click
{
text-align
:
center
}
.ms-content-case
.ms-content-main
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-click
a
{
border
:
1px
solid
#ffffff
;
border-radius
:
17px
;
padding
:
5px
39px
;
color
:
#ffffff
}
.ms-content-case
.ms-content-main
.ms-content-main-case-left
{
margin-right
:
0
}
.ms-content-case
#ms-case-page
{
margin-top
:
50px
}
.ms-content-case
#ms-case-page
a
:hover
{
background-color
:
#eee
}
.ms-content-case
.ms-content-main-page
{
text-align
:
center
;
margin-top
:
30px
;
margin-bottom
:
50px
}
.ms-content-case
.ms-content-main-page
a
{
color
:
#999
;
font-size
:
14px
}
.ms-content-case
.ms-content-main-page
.ms-content-main-page-first
,
.ms-content-case
.ms-content-main-page
.ms-content-main-page-last
{
border
:
1px
solid
#ddd
;
padding
:
10px
15px
;
margin-right
:
-5px
}
.ms-content-case
.ms-content-main-page
.ms-content-main-page-upper
,
.ms-content-case
.ms-content-main-page
.ms-content-main-page-next
{
border-top
:
1px
solid
#ddd
;
border-bottom
:
1px
solid
#ddd
;
padding
:
10px
15px
;
margin-right
:
-5px
}
.ms-content-case
.ms-content-main-page
.ms-content-main-page-upper
{
border-right
:
1px
solid
#ddd
}
.ms-content-case
.ms-content-main-page
.ms-content-main-page-first
{
border-top-left-radius
:
4px
;
border-bottom-left-radius
:
4px
}
.ms-content-case
.ms-content-main-page
.ms-content-main-page-last
{
border-top-right-radius
:
4px
;
border-bottom-right-radius
:
4px
}
/*# sourceMappingURL=./case-list.css.map */
\ No newline at end of file
src/main/webapp/templets/1/default/css/center.css
0 → 100644
View file @
bf29ba83
.ms-content
{
font-family
:
arial
,
"Microsoft Yahei"
,
"Hiragino Sans GB"
,
sans-serif
;
width
:
1200px
;
margin
:
auto
}
.ms-content
.ms-content-main
{
margin
:
20px
0
}
.ms-content
.ms-content-main
.ms-content-left
{
width
:
230px
;
height
:
270px
;
background-color
:
#fff
;
text-align
:
center
;
margin-right
:
20px
;
float
:
left
}
.ms-content
.ms-content-main
.ms-content-left
.ms-content-left-info
img
{
width
:
100px
;
height
:
100px
;
border-radius
:
50%
;
margin
:
20px
0
10px
0
}
.ms-content
.ms-content-main
.ms-content-left
.ms-content-left-info
div
{
border-bottom
:
1px
solid
#f1f1f1
;
padding-bottom
:
10px
;
font-weight
:
bold
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
color
:
#555555
}
.ms-content
.ms-content-main
.ms-content-left
.ms-content-left-list
.active
{
color
:
#0099ff
}
.ms-content
.ms-content-main
.ms-content-left
.ms-content-left-list
a
:link
{
color
:
#999
;
text-decoration
:
none
}
.ms-content
.ms-content-main
.ms-content-left
.ms-content-left-list
a
:hover
{
color
:
#0099ff
}
.ms-content
.ms-content-main
.ms-content-left
.ms-content-left-list
.ms-content-left-list-info
{
margin-top
:
20px
;
cursor
:
pointer
;
color
:
#999999
}
.ms-content
.ms-content-main
.ms-content-left
.ms-content-left-list
.ms-content-left-list-pass
{
margin
:
20px
0
;
color
:
#999999
;
cursor
:
pointer
}
.ms-content
.ms-content-main
.ms-content-right
{
background-color
:
#fff
;
width
:
950px
;
min-height
:
653px
;
overflow
:
hidden
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-title
{
color
:
#555555
;
border-bottom
:
1px
solid
#eeeeee
;
padding
:
20px
0
;
margin
:
0
20px
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
input
::-webkit-input-placeholder
{
color
:
#999
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-old-password
,
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
{
font-size
:
14px
;
color
:
#999999
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-old-password
.span
,
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
.span
{
display
:
inline-block
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-old-password
.ms-error-hide
,
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
.ms-error-hide
{
opacity
:
0
;
color
:
#FF0000
;
transition
:
all
.2s
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-old-password
.ms-error-show
,
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
.ms-error-show
{
opacity
:
1
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-old-password
span
,
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
span
{
min-width
:
70px
;
max-width
:
300px
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-old-password
img
,
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
img
{
vertical-align
:
middle
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-old-password
input
,
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
input
{
width
:
220px
;
height
:
20px
;
padding
:
5px
10px
;
border
:
1px
solid
#eeeeee
;
border-radius
:
4px
;
margin-top
:
20px
;
background-color
:
#fafafa
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
form
{
margin-left
:
67px
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-click
{
pointer-events
:
none
;
background-color
:
#fafafa
;
color
:
#ddd
;
width
:
120px
;
padding
:
6px
0
;
border-radius
:
4px
;
text-align
:
center
;
margin-left
:
141px
;
margin-top
:
20px
;
cursor
:
pointer
;
opacity
:
.9
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-click
:hover
{
opacity
:
1
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-click-password
{
margin-left
:
141px
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
.ms-error-hide
{
opacity
:
0
;
color
:
#FF0000
;
transition
:
all
.2s
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
.ms-error-show
{
opacity
:
1
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
input
{
background-color
:
#ffffff
;
height
:
20px
;
padding
:
5px
10px
;
margin-right
:
18px
;
transition
:
all
.6s
;
color
:
#999
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
input
:focus
{
color
:
#000
;
border-color
:
#0099ff
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
.ms-content-head-img
{
width
:
64px
;
height
:
64px
;
position
:
relative
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
.ms-content-head-img
:hover
#browse
{
display
:
block
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
.ms-content-head-img
img
{
width
:
100%
;
height
:
100%
;
border-radius
:
50%
;
background
:
white
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
.ms-content-head-img
.ms-content-head-upload
{
width
:
100%
;
height
:
100%
;
line-height
:
64px
;
position
:
absolute
;
top
:
0
;
left
:
0
;
font-size
:
12px
;
color
:
#fff
;
border-radius
:
50%
;
text-align
:
center
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data
.ms-content-head-img
.ms-content-head-upload
span
{
margin
:
auto
}
.ms-content
.ms-content-main
.ms-content-right
.ms-content-right-form
.ms-content-data-head
{
text-align
:
left
;
display
:
flex
;
align-items
:
center
;
margin-top
:
20px
;
cursor
:
pointer
}
.ms-content-head-upload
.display-img
{
width
:
64px
;
height
:
64px
;
display
:
block
!important
}
.ms-content-head-upload
span
{
display
:
none
}
.ms-content-head-upload
:hover
#browse
{
opacity
:
1
}
.ms-content-head-upload
#browse
{
background
:
rgba
(
89
,
89
,
89
,
0.5
);
min-width
:
64px
;
width
:
64px
;
height
:
64px
;
transition
:
.3s
;
position
:
absolute
;
z-index
:
1
;
top
:
0
;
left
:
0
;
border-radius
:
50%
;
opacity
:
0
}
/*# sourceMappingURL=./center.css.map */
\ No newline at end of file
src/main/webapp/templets/1/default/css/index.css
0 → 100644
View file @
bf29ba83
body
{
font-size
:
16px
!important
;
font-family
:
inherit
!important
}
.ms-head
{
box-sizing
:
initial
!important
}
.ms-head
*
{
box-sizing
:
initial
!important
}
.ms-content-index
{
min-height
:
550px
}
.ms-content-index
#ms-content-main-case-left
{
margin-right
:
0
}
.ms-content-index
.ms-content-template
.ms-index-tabs
{
text-align
:
center
;
border
:
none
;
margin-bottom
:
3px
}
.ms-content-index
.ms-content-template
.ms-index-tabs
li
{
margin-right
:
15px
;
float
:
none
;
display
:
inline-block
;
font-size
:
2.4rem
}
.ms-content-index
.ms-content-template
.ms-index-tabs
li
a
:hover
{
color
:
#333
}
.ms-content-index
.ms-content-template
.ms-index-tabs
li
a
{
border
:
none
!important
;
color
:
#777
;
background-color
:
white
;
padding
:
10px
0
;
font-size
:
20px
}
.ms-content-index
.ms-content-template
.ms-index-tabs
.active
a
{
border-bottom
:
2px
solid
#00b0ff
!important
;
color
:
#333
}
.ms-content-index
.ms-content-template
.ms-content-all
{
min-height
:
700px
;
padding
:
20px
0
;
width
:
100%
;
background
:
#fafafa
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
{
background
:
#fafafa
;
width
:
1200px
;
margin
:
auto
;
overflow
:
hidden
;
padding-bottom
:
20px
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
{
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
space-between
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
{
display
:
inline-block
;
position
:
relative
;
margin
:
20px
0
0
0
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-more
{
width
:
385px
;
height
:
347px
;
background-color
:
white
;
line-height
:
364px
;
text-align
:
center
;
background-size
:
100%
100%
;
background-image
:
url(../images/more.png)
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-more
div
{
border
:
1px
solid
#aaa
;
color
:
#666
;
padding
:
6px
18px
;
display
:
inline-block
;
line-height
:
1
;
border-radius
:
30px
;
font-size
:
1.4rem
;
cursor
:
pointer
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-more
div
:hover
{
background
:
#aaa
;
color
:
white
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-info
{
padding
:
18px
;
background
:
white
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-info
span
{
display
:
block
;
margin-bottom
:
18px
;
color
:
#666
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-info
.ms-model-info-img
{
width
:
35px
;
height
:
35px
;
border-radius
:
50%
;
margin-right
:
6px
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-info
.ms-model-type
{
color
:
#fb803c
;
display
:
inline-block
;
float
:
right
;
font-size
:
2.4rem
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-img
{
overflow
:
hidden
;
position
:
relative
;
height
:
235px
;
z-index
:
2
;
display
:
block
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-img
img
{
width
:
385px
;
position
:
relative
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-mobile-img
{
position
:
absolute
;
overflow
:
hidden
;
z-index
:
3
;
right
:
0
;
top
:
0
;
height
:
285px
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-mobile-img
div
{
width
:
150px
;
height
:
192px
;
padding
:
0
15px
0
26px
;
margin-top
:
47px
;
overflow
:
hidden
;
position
:
relative
}
.ms-content-index
.ms-content-template
.ms-content-all
.tab-content
.ms-model-content
.ms-model-list
.ms-model-mobile-img
div
img
{
width
:
100%
;
position
:
relative
;
min-height
:
100%
}
.ms-content-index
.ms-content-case
{
width
:
100%
;
overflow
:
hidden
;
background-color
:
#fff
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
{
width
:
1200px
;
margin
:
auto
;
overflow
:
hidden
;
padding-bottom
:
40px
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-title
{
overflow
:
hidden
;
border-bottom
:
1px
solid
#eee
;
padding-bottom
:
20px
;
padding-top
:
20px
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-title
.ms-content-case-title-words
{
float
:
left
;
font-size
:
20px
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-title
.ms-content-case-more
{
float
:
right
;
font-size
:
14px
;
color
:
#999
;
cursor
:
pointer
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-title
.ms-content-case-more
a
:link
{
color
:
#999
;
text-decoration
:
none
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-title
.ms-content-case-more
a
:visited
{
color
:
#999
;
text-decoration
:
none
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
:nth-child
(
3n
)
{
margin-right
:
0
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
{
border
:
1px
solid
#f0f0f0
;
width
:
384px
;
height
:
332px
;
margin-right
:
22px
;
float
:
left
;
position
:
relative
;
overflow
:
hidden
;
color
:
#ffffff
;
margin-top
:
20px
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
:hover
.ms-content-main-case-explain
{
display
:
block
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
.ms-content-main-case-img
{
width
:
384px
;
height
:
334px
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
.ms-content-main-case-img
img
{
width
:
100%
;
height
:
100%
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
.ms-content-main-case-explain
{
display
:
none
;
width
:
100%
;
height
:
100%
;
background-color
:
#0099ff
;
opacity
:
.9
;
position
:
absolute
;
top
:
0
;
left
:
0
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-title
{
font-size
:
22px
;
text-align
:
center
;
margin
:
20px
0
;
padding
:
0
20px
;
height
:
22px
;
line-height
:
22px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
-webkit-line-clamp
:
1
;
-webkit-box-orient
:
vertical
;
display
:
-webkit-box
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-content
{
min-height
:
215px
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-content
p
{
font-size
:
14px
;
padding
:
0
30px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
-webkit-line-clamp
:
4
;
-webkit-box-orient
:
vertical
;
display
:
-webkit-box
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-content
p
img
{
width
:
90px
;
text-align
:
center
;
margin
:
10px
0
0
0
;
height
:
90px
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-click
{
text-align
:
center
}
.ms-content-index
.ms-content-case
.ms-content-case-mian
.ms-content-case-list
.ms-content-main-case
.ms-content-main-case-explain
.ms-content-main-case-click
a
{
border
:
1px
solid
#ffffff
;
border-radius
:
17px
;
padding
:
5px
39px
;
color
:
#ffffff
}
.ms-content-index
.ms-content-product
{
background
:
#fafafa
}
.ms-content-index
.ms-content-product
.ms-content-product-main
{
width
:
1200px
;
padding
:
20px
0
;
margin
:
auto
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-title
{
padding
:
15px
0
;
font-size
:
18px
;
text-align
:
center
;
border-bottom
:
1px
solid
#eee
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-title
.ms-content-product-title-words
{
font-size
:
20px
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-list
{
margin
:
20px
0
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-list
.ms-content-product-list-ul
{
overflow
:
hidden
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-list
.ms-content-product-list-ul
li
:last-child
{
margin-right
:
0
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-list
.ms-content-product-list-ul
li
{
width
:
384px
;
margin-right
:
22px
;
background-color
:
#fff
;
float
:
left
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-list
.ms-content-product-list-ul
li
img
{
width
:
100%
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-list
.ms-content-product-list-ul
li
.ms-content-product-list-content
{
margin
:
0
20px
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-list
.ms-content-product-list-ul
li
.ms-content-product-list-content
a
:hover
{
color
:
#0099ff
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-list
.ms-content-product-list-ul
li
.ms-content-product-list-content
.ms-content-product-list-content-title
{
margin
:
18px
0
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-list
.ms-content-product-list-ul
li
.ms-content-product-list-content
.ms-content-product-list-content-title
a
{
color
:
#555
;
font-size
:
16px
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-list
.ms-content-product-list-ul
li
.ms-content-product-list-content
.ms-content-product-list-content-title
a
:hover
{
color
:
#0099ff
}
.ms-content-index
.ms-content-product
.ms-content-product-main
.ms-content-product-list
.ms-content-product-list-ul
li
.ms-content-product-list-content
.ms-content-product-list-content-describe
{
font-size
:
12px
;
color
:
#999
;
padding-bottom
:
20px
}
.ms-content-index
.ms-content-news-main-title-more
,
.ms-content-index
.ms-content-case-more
{
padding-top
:
9px
;
font-size
:
14px
}
.ms-content-index
.ms-content-news-main-title-more
a
:hover
,
.ms-content-index
.ms-content-case-more
a
:hover
{
color
:
#0099ff
!important
}
.ms-content-index
.ms-content-news
{
margin-bottom
:
40px
;
background-color
:
#fff
}
.ms-content-index
.ms-content-news
.ms-content-news-main
{
width
:
1200px
;
margin
:
auto
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-title
{
overflow
:
hidden
;
border-bottom
:
1px
solid
#eee
;
padding-bottom
:
20px
;
padding-top
:
40px
;
line-height
:
1
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-title
.ms-content-news-main-title-words
{
float
:
left
;
font-size
:
20px
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-title
.ms-content-news-main-title-more
{
float
:
right
;
font-size
:
14px
;
color
:
#999
;
cursor
:
pointer
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-title
.ms-content-news-main-title-more
a
:link
{
color
:
#999
;
text-decoration
:
none
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-title
.ms-content-news-main-title-more
a
:visited
{
color
:
#999
;
text-decoration
:
none
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-img-text
{
margin-top
:
21px
;
height
:
250px
;
padding-bottom
:
40px
;
overflow
:
hidden
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-img-text
img
{
float
:
left
;
margin-right
:
20px
;
width
:
420px
;
height
:
251px
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-img-text
.ms-content-news-main-ul
{
overflow
:
hidden
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-img-text
.ms-content-news-main-ul
span
:hover
{
color
:
#0099ff
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-img-text
.ms-content-news-main-ul
li
{
overflow
:
hidden
;
margin-bottom
:
14px
;
border-bottom
:
1px
dotted
#eee
;
padding-bottom
:
10px
;
line-height
:
1
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-img-text
.ms-content-news-main-ul
li
.ms-content-news-main-li-title
{
float
:
left
;
font-size
:
14px
;
color
:
#555
;
height
:
19px
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-img-text
.ms-content-news-main-ul
li
.ms-content-news-main-li-title
.ms-content-news-main-li-span
{
margin-right
:
12px
}
.ms-content-index
.ms-content-news
.ms-content-news-main
.ms-content-news-main-img-text
.ms-content-news-main-ul
li
.ms-content-news-main-li-time
{
float
:
right
;
font-size
:
14px
;
color
:
#999
}
/*# sourceMappingURL=./index.css.map */
\ No newline at end of file
src/main/webapp/templets/1/default/css/login.css
0 → 100644
View file @
bf29ba83
html
,
body
,
#login
{
height
:
100%
}
body
{
background-color
:
#ffffff
}
body
,
p
{
margin
:
0
}
input
:focus
,
textarea
:focus
{
outline
:
none
}
#login
{
display
:
flex
;
flex-direction
:
column
;
height
:
893px
;
min-width
:
1200px
;
background
:
url("../images/pic.png")
no-repeat
;
background-position
:
50%
}
#login
.ms-none
{
display
:
none
!important
}
#login
.ms-login-float
{
float
:
left
}
#login
.ms-head
,
#login
.ms-footer
,
#login
.ms-content-form
,
#login
.ms-content-code
{
background-color
:
#ffffff
}
#login
.ms-head-line
,
#login
.ms-head-welcome-login
,
#login
.ms-footer
{
color
:
#999999
}
#login
.ms-head-welcome-login
,
#login
.ms-login-english-title
,
#login
.ms-login-remmember-password
,
#login
.ms-footer
{
font-size
:
12px
}
#login
.ms-head
{
vertical-align
:
middle
;
height
:
22px
;
padding
:
34px
46px
;
display
:
flex
;
align-content
:
center
}
#login
.ms-head
a
{
width
:
147px
}
#login
.ms-head
img
{
height
:
100%
}
#login
.ms-head
.ms-head-welcome-login
{
margin-top
:
4px
;
font-size
:
1rem
!important
}
#login
.ms-head
.ms-head-line
{
margin
:
0
12px
;
border-left
:
1px
solid
#999
}
#login
.ms-content
{
flex
:
1
;
position
:
relative
}
#login
.ms-content
.ms-content-form
,
#login
.ms-content
.ms-content-code
{
width
:
280px
;
height
:
215px
;
padding
:
24px
20px
;
position
:
absolute
;
right
:
160px
;
top
:
25%
;
box-shadow
:
2px
2px
8px
6px
#3bb1ff
}
#login
.ms-content
#ms-content-form-register
{
height
:
260px
}
#login
.ms-content
.ms-login-chinese-title
{
color
:
#0099ff
;
font-size
:
16px
;
line-height
:
15px
}
#login
.ms-content
.ms-login-code
{
position
:
absolute
;
top
:
4px
;
right
:
4px
}
#login
.ms-content
.ms-login-code-title
{
color
:
#0099ff
;
font-size
:
12px
}
#login
.ms-content
.ms-content-form
.ms-login-title
{
line-height
:
13px
}
#login
.ms-content
.ms-content-form
.ms-login-english-title
,
#login
.ms-content
.ms-content-form
.ms-login-remmember-password
,
#login
.ms-content
.ms-content-form
.ms-login-code-text
{
color
:
#999999
}
#login
.ms-content
.ms-content-form
.ms-login-people-name
,
#login
.ms-content
.ms-content-form
.ms-login-remmember-password
{
margin-bottom
:
12px
}
#login
.ms-content
.ms-content-form
.ms-login-error-text
{
height
:
15px
;
font-size
:
12px
;
color
:
#e4393c
;
display
:
flex
;
align-items
:
center
;
padding
:
5px
0
}
#login
.ms-content
.ms-content-form
.ms-login-error-text
img
{
padding-right
:
5px
}
#login
.ms-content
.ms-content-form
input
{
border
:
1px
solid
#eeeeee
;
border-radius
:
3px
;
color
:
#555555
;
outline-color
:
#0099ff
}
#login
.ms-content
.ms-content-form
input
::-webkit-input-placeholder
{
color
:
#999999
}
#login
.ms-content
.ms-content-form
input
::-moz-placeholder
{
color
:
#999999
}
#login
.ms-content
.ms-content-form
.ms-login-people-name
{
width
:
260px
;
height
:
20px
;
padding
:
5px
10px
}
#login
.ms-content
.ms-content-form
.ms-error
{
border
:
1px
solid
#e4393c
}
#login
.ms-content
.ms-content-form
.ms-login-remmember-password
{
display
:
flex
;
line-height
:
13px
;
align-items
:
center
;
height
:
13px
}
#login
.ms-content
.ms-content-form
.ms-login-remmember-password
input
[
type
=
"checkbox"
]
{
margin
:
0
6px
0
0
}
#login
.ms-content
.ms-content-form
.ms-login-button
{
pointer-events
:
none
;
background-color
:
#fafafa
;
color
:
#ddd
;
width
:
100%
;
height
:
34px
;
line-height
:
34px
;
font-size
:
14px
;
text-align
:
center
;
cursor
:
pointer
;
border-radius
:
4px
}
#login
.ms-content
.ms-content-form
.login-code
{
overflow
:
hidden
;
margin-bottom
:
12px
}
#login
.ms-content
.ms-content-form
.login-code
.login-code-input
{
width
:
120px
;
height
:
12px
;
padding
:
10px
}
#login
.ms-content
.ms-content-form
.login-code
.login-code-input
,
#login
.ms-content
.ms-content-form
.login-code
.login-code-img
{
margin-right
:
11px
}
#login
.ms-content
.ms-content-form
.login-code
.login-code-img
{
height
:
34px
}
#login
.ms-content
.ms-content-form
.login-code
.login-code-text
{
font-size
:
10px
}
#login
.ms-content
.ms-content-form
.login-code
.login-code-change
{
cursor
:
pointer
;
color
:
#0099ff
}
#login
.ms-content
.ms-content-form
.login-code
.login-code-rompt
{
color
:
#999
}
#login
.ms-content
.ms-content-form
.ms-login-rand-code
{
width
:
110px
;
height
:
12px
;
padding
:
10px
}
#login
.ms-content
.ms-content-form
.ms-login-rand-code-img
{
height
:
34px
}
#login
.ms-content
.ms-content-code
.ms-computer-title
{
background
:
url(../images/frame.png)
no-repeat
;
position
:
absolute
;
top
:
10px
;
background-size
:
100%
100%
;
color
:
#ffffff
;
font-size
:
10px
;
width
:
90px
;
right
:
45px
}
#login
.ms-content
.ms-content-code
.ms-login-weixin
{
text-align
:
center
}
#login
.ms-content
.ms-content-code
.ms-login-weixin
img
{
margin
:
auto
;
display
:
block
;
margin-top
:
18px
;
margin-bottom
:
16px
}
#login
.ms-content
.ms-login-button
:hover
,
#login
.ms-content
.ms-login-button
:active
{
background-color
:
#0086ff
}
#login
.ms-footer
{
height
:
40px
;
padding
:
40px
0
;
text-align
:
center
}
#login
.ms-footer
a
:link
{
color
:
#999999
;
text-decoration
:
none
}
#login
.ms-footer
a
:visited
{
color
:
#999999
;
text-decoration
:
none
}
#login
.ms-footer
a
:active
{
color
:
#999999
;
text-decoration
:
none
}
#login
.ms-footer
a
:hover
{
color
:
#0099ff
;
text-decoration
:
none
}
#login
.ms-footer
p
{
margin
:
0
0
18px
0
;
line-height
:
11px
}
#login
.ms-footer
p
:last-child
{
margin
:
0
}
/*# sourceMappingURL=./login.css.map */
\ No newline at end of file
src/main/webapp/templets/1/default/css/news-list.css
0 → 100644
View file @
bf29ba83
.ms-content
{
margin
:
20px
0
}
.ms-content
.ms-content-left
{
width
:
230px
;
float
:
left
;
margin-right
:
20px
}
.ms-content
.ms-content-left
.ms-content-left-title
{
font-weight
:
bold
;
background-color
:
#009aff
;
color
:
#fff
;
height
:
40px
;
line-height
:
40px
;
width
:
190px
;
padding
:
0
20px
}
.ms-content
.ms-content-left
.ms-content-left-ul
{
background-color
:
#fff
;
margin-top
:
1px
;
width
:
230px
}
.ms-content
.ms-content-left
.ms-content-left-ul
a
:hover
{
color
:
#fff
}
.ms-content
.ms-content-left
.ms-content-left-ul
a
:hover
li
{
background-color
:
#54bcfe
}
.ms-content
.ms-content-left
.ms-content-left-ul
a
{
color
:
#999999
}
.ms-content
.ms-content-left
.ms-content-left-ul
li
{
height
:
40px
;
line-height
:
40px
;
font-size
:
14px
;
cursor
:
pointer
;
padding
:
0
20px
}
.ms-content
.ms-content-left
.ms-content-left-ul
li
.ms-content-left-li-more
{
float
:
right
}
.ms-content
.ms-content-left
.ms-content-left-ul
.ms-content-left-li-first
{
color
:
#fff
}
.ms-content
.ms-content-left
.ms-content-left-ul
.ms-content-left-li-first
li
{
background-color
:
#54bcfe
}
.ms-content
a
:visited
{
color
:
#000000
}
.ms-content
.ms-content-new-list
{
overflow
:
hidden
;
margin-top
:
20px
}
.ms-content
.ms-content-right-position
{
font-size
:
14px
;
overflow
:
hidden
;
margin-bottom
:
20px
}
.ms-content
.ms-content-right-position
a
:hover
{
color
:
#0099ff
}
.ms-content
.ms-content-right-position
span
{
padding
:
0
5px
}
.ms-content
#ms-content-search
{
float
:
none
;
width
:
100%
;
margin-top
:
20px
}
.ms-content
.ms-content-main-list
{
float
:
right
;
width
:
950px
;
min-height
:
400px
}
.ms-content
.ms-content-main-list
.ms-content-main-div
{
background-color
:
#fff
;
padding-bottom
:
30px
}
.ms-content
.ms-content-main-list
.ms-content-main-div
.ms-content-main-ul
{
margin
:
0
20px
}
.ms-content
.ms-content-main-list
.ms-content-main-div
.ms-content-main-ul
a
:link
{
color
:
#333
;
text-decoration
:
none
}
.ms-content
.ms-content-main-list
.ms-content-main-div
.ms-content-main-ul
a
:visited
{
color
:
#333
;
text-decoration
:
none
}
.ms-content
.ms-content-main-list
.ms-content-main-div
.ms-content-main-ul
a
:active
{
color
:
#333
;
text-decoration
:
none
}
.ms-content
.ms-content-main-list
.ms-content-main-div
.ms-content-main-ul
a
:hover
{
color
:
#0099ff
;
text-decoration
:
none
}
.ms-content
.ms-content-main-list
.ms-content-main-div
.ms-content-main-ul
li
{
border-bottom
:
1px
dotted
#eee
;
padding
:
12px
0
;
overflow
:
hidden
}
.ms-content
.ms-content-main-list
.ms-content-main-div
.ms-content-main-ul
.ms-content-main-li-span
{
padding-right
:
10px
;
float
:
left
}
.ms-content
.ms-content-main-list
.ms-content-main-div
.ms-content-main-ul
.ms-content-main-li-title
{
float
:
left
;
color
:
#333
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
-webkit-line-clamp
:
1
;
-webkit-box-orient
:
vertical
;
display
:
-webkit-box
;
font-size
:
14px
;
width
:
500px
}
.ms-content
.ms-content-main-list
.ms-content-main-div
.ms-content-main-ul
.ms-content-main-li-time
{
float
:
right
;
color
:
#999999
;
font-size
:
14px
}
.ms-content
.ms-content-main-page
{
text-align
:
center
;
margin-top
:
30px
;
margin-bottom
:
50px
}
.ms-content
.ms-content-main-page
a
{
color
:
#999
;
font-size
:
14px
}
.ms-content
.ms-content-main-page
a
:hover
{
background-color
:
#eee
}
.ms-content
.ms-content-main-page
.ms-content-main-page-first
,
.ms-content
.ms-content-main-page
.ms-content-main-page-last
{
border
:
1px
solid
#ddd
;
padding
:
10px
15px
;
margin-right
:
-5px
}
.ms-content
.ms-content-main-page
.ms-content-main-page-upper
,
.ms-content
.ms-content-main-page
.ms-content-main-page-next
{
border-top
:
1px
solid
#ddd
;
border-bottom
:
1px
solid
#ddd
;
padding
:
10px
15px
;
margin-right
:
-5px
}
.ms-content
.ms-content-main-page
.ms-content-main-page-upper
{
border-right
:
1px
solid
#ddd
}
.ms-content
.ms-content-main-page
.ms-content-main-page-first
{
border-top-left-radius
:
4px
;
border-bottom-left-radius
:
4px
}
.ms-content
.ms-content-main-page
.ms-content-main-page-last
{
border-top-right-radius
:
4px
;
border-bottom-right-radius
:
4px
}
.ms-content
.ms-content-main-div
.ms-content-main-div-prompt
{
border-bottom
:
1px
solid
#d0cfcf99
99
;
padding-top
:
20px
;
padding-left
:
20px
;
padding-bottom
:
10px
;
font-size
:
14px
;
color
:
#999999
}
.ms-content
.ms-content-main-div
.ms-content-main-div-prompt
span
{
color
:
#0198ff
}
.ms-content
.ms-content-main-div
.ms-content-main-ul
li
{
height
:
22px
;
line-height
:
22px
}
.ms-content
.ms-content-main-div
.ms-content-main-ul
a
{
font-size
:
14px
}
.ms-content
.ms-content-main-div
.ms-content-main-ul
.ms-content-main-li-title
:hover
{
color
:
#0099ff
}
.ms-content
.ms-content-main-div
.ms-content-main-ul
.ms-content-main-ul-result
{
color
:
#0198ff
}
.ms-content
.ms-content-main-div
.ms-content-main-div-nothing
{
font-size
:
14px
;
color
:
#999999
;
padding-top
:
20px
;
padding-left
:
20px
;
text-align
:
center
}
/*# sourceMappingURL=./news-list.css.map */
\ No newline at end of file
src/main/webapp/templets/1/default/css/news-show.css
0 → 100644
View file @
bf29ba83
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-title
{
overflow
:
hidden
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-title
.ms-content-right-main-title-div
{
color
:
#333
}
.ms-content-about
.ms-content-main
.ms-content-right
#ms-content-right-main-title
{
padding-bottom
:
0
;
text-align
:
left
;
border-bottom
:
1px
solid
#fafafa
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
{
font-size
:
12px
;
color
:
#999999
;
overflow
:
hidden
;
padding
:
20px
0
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-right-vertical
{
color
:
#ccc
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-icon-left
div
,
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-icon-right
div
{
float
:
left
;
overflow
:
hidden
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-icon-left
div
span
,
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-icon-right
div
span
{
margin
:
0
12px
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-icon-right
{
float
:
right
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-right-main-icon-clicks
,
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-right-main-icon-comment
,
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-right-main-icon-Fabulous
{
background-image
:
url(../images/pics.png)
;
width
:
16px
;
height
:
15px
;
margin-top
:
2px
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-right-main-icon-clicks
{
background-position
:
-11px
84px
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-right-main-icon-comment
{
background-position
:
-67px
84px
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-right-main-icon-Fabulous
{
background-position
:
-120px
85px
}
.ms-content-about
.ms-content-main
.ms-content-right
.ms-content-right-main-icon
.ms-content-right-main-icon-num
{
margin-left
:
5px
}
.ms-content-about
.ms-content-main
.ms-content-right-main-content-Fabulous
{
width
:
952px
;
height
:
96px
;
border-top
:
1px
solid
#fafafa
;
background-color
:
#fff
;
display
:
flex
;
align-items
:
center
}
.ms-content-about
.ms-content-main
.ms-content-right-main-content-Fabulous
.ms-content-right-main-content-icon
{
transition
:
all
.6s
;
background-image
:
url(../images/pics.png)
;
width
:
56px
;
height
:
56px
;
background-position
:
-45px
53px
;
background-color
:
#bababa
;
border-radius
:
50%
;
margin
:
0
auto
;
cursor
:
pointer
}
.ms-content-about
.ms-content-main
.ms-content-right-main-content-Fabulous
.ms-is-attention
{
background-color
:
#009bff
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
{
width
:
952px
;
background-color
:
#fff
;
margin-top
:
10px
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-input
{
border-bottom
:
1px
solid
#fafafa
;
padding-bottom
:
40px
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-input
textarea
::-webkit-input-placeholder
{
color
:
#ddd
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-input
textarea
{
width
:
888px
;
height
:
15px
;
padding
:
10px
;
background-color
:
#fafafa
;
border
:
1px
solid
#eee
;
border-radius
:
3px
;
margin
:
0
20px
;
margin-top
:
20px
;
margin-bottom
:
10px
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-input
.ms-content-right-comment-button
{
width
:
910px
;
overflow
:
hidden
;
margin
:
0
20px
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-input
.ms-content-right-comment-button
.ms-content-right-comment-expression
{
background-image
:
url(../images/pics.png)
;
background-position
:
-2px
37px
;
width
:
30px
;
height
:
30px
;
float
:
left
;
cursor
:
pointer
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-input
.ms-content-right-comment-button
.ms-content-right-comment-submit
{
width
:
50px
;
background-color
:
#fafafa
;
font-size
:
14px
;
height
:
25px
;
border-radius
:
4px
;
color
:
#ddd
;
line-height
:
25px
;
text-align
:
center
;
float
:
right
;
cursor
:
no-drop
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-input
.ms-content-right-comment-button
.ms-submit-comments-css
{
opacity
:
.9
!important
;
cursor
:
pointer
;
background-color
:
#009aff
!important
;
color
:
#ffffff
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-input
.ms-content-right-comment-button
.ms-submit-comments-css
:hover
{
opacity
:
1
!important
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
{
overflow
:
hidden
;
padding
:
20px
0
;
margin
:
0
20px
;
border-bottom
:
1px
solid
#fafafa
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-left
{
font-size
:
14px
;
margin-left
:
40px
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-left
.ms-content-right-comment-list-portrait
{
float
:
left
;
margin-right
:
20px
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-left
.ms-content-right-comment-list-portrait
img
{
width
:
64px
;
height
:
64px
;
border-radius
:
50%
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-left
.ms-content-right-comment-list-content
{
overflow
:
hidden
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-left
.ms-content-right-comment-list-content
.ms-content-right-comment-list-name
{
margin-bottom
:
20px
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-left
.ms-content-right-comment-list-content
.ms-content-right-comment-list-comment
{
color
:
#999
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-right
{
float
:
right
;
margin-right
:
20px
;
overflow
:
hidden
;
height
:
15px
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-right
.ms-content-right-main-icon-comment
,
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-right
.ms-content-right-main-icon-Fabulous
{
background-image
:
url(../images/pics.png)
;
width
:
16px
;
height
:
15px
;
float
:
left
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-right
.ms-content-right-main-icon-comment
{
background-position
:
-67px
85px
;
margin-right
:
20px
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-right
.ms-content-right-main-icon-Fabulous
{
background-position
:
-120px
85px
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-right
.ms-content-right-main-icon-num
{
margin-left
:
5px
;
float
:
left
;
font-size
:
12px
;
color
:
#999
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-div-more
{
cursor
:
pointer
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-div-more
,
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-div-no
{
text-align
:
center
;
font-size
:
14px
;
color
:
#999
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-div-load
{
text-align
:
center
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-div
.ms-content-right-comment-list-div-load
img
{
width
:
30px
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-active
{
border
:
none
}
.ms-content-about
.ms-content-main
.ms-content-right-comment
.ms-content-right-comment-list
.ms-content-right-comment-list-no-comment
{
text-align
:
center
;
height
:
200px
;
line-height
:
200px
}
/*# sourceMappingURL=./news-show.css.map */
\ No newline at end of file
src/main/webapp/templets/1/default/head-file.htm
View file @
bf29ba83
<title>
{ms:global.name/}
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{ms:global.host/}/plugins/iconfont/1.0.0/iconfont.css"
/>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/less/base.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/less/index.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/less/advice.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/less/case-list.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/less/about.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/less/news-list.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/less/news-show.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/less/center.less"
>
<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=
"{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>
...
...
src/main/webapp/templets/1/default/head.htm
View file @
bf29ba83
...
...
@@ -28,7 +28,7 @@
<a
href=
'{ms:global.url/}/149/index.html'
>
案例
</a>
</li>
<li
class=
"head-menu-list-li"
>
<a
target=
"_blank"
href=
'http://
mstore.mingsoft.net/mstoreShow
.do'
>
插件
&
模板
</a>
<a
target=
"_blank"
href=
'http://
store.mingsoft.net/mstore/index
.do'
>
插件
&
模板
</a>
<!-- <ul class="head-menu-son-list">
<li><a href='http://mstore.mingsoft.net/mstoreShow.do'>模板</a></li>
<li><a href='http://mstore.mingsoft.net/mstoreShow.do'>插件</a></li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment