Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
e75b0dcf
Commit
e75b0dcf
authored
Jun 11, 2021
by
msgroup
Browse files
2.1.3
parent
912377cb
Changes
173
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/template/2/whfubao/product-list.html
deleted
100644 → 0
View file @
912377cb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
{ms:global.name/}
</title>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{ms:global.host/}/{ms:global.style/}/css/product-list.css"
>
<link
rel=
"stylesheet"
href=
"{ms:global.host/}/{ms:global.style/}/css/jointly.css"
>
<script
src=
"{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js"
type=
"text/javascript"
></script>
</head>
<body>
<
#include
"
head.html
"
>
<!-- 主要内容-->
<div
class=
"main"
>
<!--位置导航-->
<div
class=
"present"
>
<span>
您现在的位置:
</span>
<span><a
href=
{ms:global.host/}
>
首页 >
</a></span>
<span><a
href=
"{ms:global.url/}${field.typelink}"
>
{ms:field.typetitle/}
</a>
</span>
</div>
<!--产品系列-->
<div
class=
"main-container"
>
<div
class=
"info"
>
<ul>
<li
class=
"product"
>
产品信息
</li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/bianxieshixilie/index.html"
>
便携式系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/diancifaxilie/index.html"
>
电磁阀系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/gongyexilie/index.html"
>
工业系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/minyongxiliejiqitachanpin/index.html"
>
民用系列及其它产品
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
</ul>
</div>
<!--产品图片-->
<div
class=
"pic"
>
<ul>
{ms:arclist size=9 ispaging=true }
<li>
<a
href=
'{ms:global.url/}[field.link/]'
target=
"_self"
>
<img
src=
'{ms:global.host/}/{@ms:file field.litpic/}'
/>
<div>
[field.title/]
</div>
</a>
</li>
{/ms:arclist}
</ul>
</div>
<!--分页-->
<ul
class=
"fanye"
>
<li
class=
"home-page"
><a
href=
"{ms:global.url/}{ms:page.index/}"
>
首页
</a></li>
<li><a
href=
"{ms:global.url/}{ms:page.pre/}"
>
上一页
</a></li>
<li><a
href=
"{ms:global.url/}{ms:page.next/}"
>
下一页
</a></li>
<li
class=
"last"
><a
href=
"{ms:global.url/}{ms:page.last/}"
>
最末页
</a></li>
</ul>
</div>
<div
class=
"qq"
>
<a
target=
"_blank"
href=
"http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes"
><img
data-type=
"img1"
src=
"{ms:global.host/}/{ms:global.style/}/images/qq.png"
class=
"img_qq"
/>
</a>
<img
data-type=
"img2"
src=
"{ms:global.host/}/{ms:global.style/}/images/pic.png"
class=
"img_tel"
/>
</div>
<img
style=
"position: fixed;right: 52px;top: 210px;display:none"
class=
"img_one"
style=
"width: 223px; height: 114px;"
src=
"{ms:global.host/}/{ms:global.style/}/images/talk.png"
/>
<img
style=
"position: fixed;right: 52px;top: 270px;display:none"
class=
"img_two"
style=
"width: 223px; height: 114px;"
src=
"{ms:global.host/}/{ms:global.style/}/images/tel.png"
/>
</div>
<
#include
"
foot.html
"
>
</body>
</html>
<script>
$
(
"
.qq >a
"
).
hover
(
function
(){
$
(
"
.img_one
"
).
css
(
"
display
"
,
"
block
"
);
},
function
(){
$
(
"
.img_one
"
).
css
(
"
display
"
,
"
none
"
);
}
);
$
(
"
.qq > .img_tel
"
).
hover
(
function
(){
$
(
"
.img_two
"
).
css
(
"
display
"
,
"
block
"
);
},
function
(){
$
(
"
.img_two
"
).
css
(
"
display
"
,
"
none
"
);
}
);
</script>
src/main/webapp/template/2/whfubao/search.htm
deleted
100644 → 0
View file @
912377cb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
{ms:global.name/}
</title>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{ms:global.host/}/{ms:global.style/}/css/product-list.css"
>
<link
rel=
"stylesheet"
href=
"{ms:global.host/}/{ms:global.style/}/css/jointly.css"
>
<script
type=
"text/javascript"
src=
"{ms:global.host/}/static/plugins/vue/2.6.9/vue.min.js"
></script>
<script
src=
"{ms:global.host/}/static/plugins/element-ui/2.12.0/index.js"
></script>
<link
rel=
"stylesheet"
href=
"{ms:global.host/}/static/plugins/element-ui/2.12.0/index.css"
>
<script
src=
"{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js"
type=
"text/javascript"
></script>
</head>
<body>
<
#include
"
head.html
"
>
<!--主要内容-->
<div
class=
"main"
>
<!--位置导航-->
<div
class=
"present"
>
<span>
您搜索的关键字:
</span>
<span>
{ms:search.content_title/}
</span>
</div>
<!--产品系列-->
<div
class=
"main-container"
>
<div
class=
"info"
>
<ul>
<li
class=
"product"
>
产品信息
</li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/bianxieshixilie/index.html"
>
便携式系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/diancifaxilie/index.html"
>
电磁阀系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/gongyexilie/index.html"
>
工业系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/minyongxiliejiqitachanpin/index.html"
>
民用系列及其它产品
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
</ul>
</div>
<!--产品图片-->
<div
class=
"pic"
>
<ul>
{ms:arclist size=9 ispaging=true }
<li>
<a
href=
'{ms:global.url/}/${field.link}'
target=
"_self"
>
<img
src=
"{ms:global.host/}/{@ms:file field.litpic/}"
/>
<div>
${field.title}
</div>
</a>
</li>
{/ms:arclist}
<el-pagination
background
@
current-change=
"handleCurrentChange"
:page-size=
"pageSize"
:current-page.sync=
"pageCur"
layout=
"prev, pager, next, jumper"
:total=
"contentCount"
>
</el-pagination>
</ul>
</div>
<ul
class=
"fanye"
>
<li
class=
"home-page"
><a
href=
"{ms:page.index/}"
>
首页
</a></li>
<li><a
href=
"{ms:page.pre/}"
>
上一页
</a></li>
<li><a
href=
"{ms:page.next/}"
>
下一页
</a></li>
<li
class=
"last"
><a
href=
"{ms:page.last/}"
>
最末页
</a></li>
</ul>
</div>
<div
class=
"qq"
>
<a
target=
"_blank"
href=
"http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes"
><img
data-type=
"img1"
src=
"{ms:global.host/}/{ms:global.style/}/images/qq.png"
class=
"img_qq"
/>
</a>
<img
data-type=
"img2"
src=
"{ms:global.host/}/{ms:global.style/}/images/pic.png"
class=
"img_tel"
/>
</div>
<img
style=
"position: fixed;right: 52px;top: 210px;display:none"
class=
"img_one"
style=
"width: 223px; height: 114px;"
src=
"{ms:global.host/}/{ms:global.style/}/images/talk.png"
/>
<img
style=
"position: fixed;right: 52px;top: 270px;display:none"
class=
"img_two"
style=
"width: 223px; height: 114px;"
src=
"{ms:global.host/}/{ms:global.style/}/images/tel.png"
/>
</div>
<
#include
"
foot.html
"
>
</body>
</html>
<script>
$
(
function
(){
if
(
$
(
"
.pic >ul > li
"
).
length
<=
0
){
$
(
"
.pic
"
).
html
(
"
<span style='font-size:20px;color:#ccc;width:100%;tex'>对不起,没有找到你所要的商品</span>
"
);
}
})
$
(
"
.qq >a
"
).
hover
(
function
(){
$
(
"
.img_one
"
).
css
(
"
display
"
,
"
block
"
);
},
function
(){
$
(
"
.img_one
"
).
css
(
"
display
"
,
"
none
"
);
}
);
$
(
"
.qq > .img_tel
"
).
hover
(
function
(){
$
(
"
.img_two
"
).
css
(
"
display
"
,
"
block
"
);
},
function
(){
$
(
"
.img_two
"
).
css
(
"
display
"
,
"
none
"
);
}
);
var
app
=
new
Vue
({
el
:
'
#app
'
,
data
:
{
//当前页数
pageCur
:
$
{(
page
.
cur
)
!
1
},
//每页文章条数
pageSize
:
$
{(
page
.
size
)
!
20
},
//页数总数
pageTotal
:
$
{(
page
.
total
)
!
0
},
//内容总数
contentCount
:
$
{(
page
.
rcount
)
!
0
},
keyword
:
"
{ms:search.content_title/}
"
},
methods
:
{
handleCurrentChange
:
function
(
val
)
{
var
form
=
document
.
createElement
(
"
form
"
);
form
.
setAttribute
(
"
method
"
,
"
post
"
);
var
input
=
document
.
createElement
(
'
input
'
);
input
.
setAttribute
(
'
type
'
,
'
hidden
'
);
input
.
setAttribute
(
'
name
'
,
'
size
'
);
input
.
setAttribute
(
'
value
'
,
this
.
pageSize
);
form
.
append
(
input
);
input
=
document
.
createElement
(
'
input
'
);
input
.
setAttribute
(
'
type
'
,
'
hidden
'
);
input
.
setAttribute
(
'
name
'
,
'
pageNo
'
);
input
.
setAttribute
(
'
value
'
,
val
);
form
.
append
(
input
);
input
=
document
.
createElement
(
'
input
'
);
input
.
setAttribute
(
'
type
'
,
'
hidden
'
);
input
.
setAttribute
(
'
name
'
,
'
content_title
'
);
input
.
setAttribute
(
'
value
'
,
this
.
keyword
);
form
.
append
(
input
);
input
=
document
.
createElement
(
'
input
'
);
input
.
setAttribute
(
'
type
'
,
'
hidden
'
);
input
.
setAttribute
(
'
name
'
,
'
categoryIds
'
);
input
.
setAttribute
(
'
value
'
,
this
.
categoryIds
);
form
.
append
(
input
);
form
.
setAttribute
(
"
action
"
,
location
.
pathname
);
document
.
body
.
appendChild
(
form
);
form
.
submit
();
form
.
remove
();
},
}
})
</script>
src/main/webapp/template/3/jdzmx/about.htm
deleted
100644 → 0
View file @
912377cb
<!DOCTYPE HTML
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
>
<title>
{ms:global.name/}
</title>
<link
rel=
"shortcut icon"
href=
"{ms:global.host/}/{ms:global.style/}/favicon.ico"
type=
"x-icon"
/>
<meta
name=
"Keywords"
content=
"{ms:global.keyword/}"
/>
<meta
name=
"Description"
content=
"{ms:global.descrip/}"
/>
<link
href=
"{ms:global.host/}/{ms:global.style/}/css/style.css"
type=
text/css
rel=
stylesheet
>
<script
src=
"{ms:global.host/}/{ms:global.style/}/js/comm.js"
type=
"text/javascript"
></script>
<link
href=
"{ms:global.host/}/{ms:global.style/}/css/style.css"
type=
text/css
rel=
stylesheet
>
<script
src=
"{ms:global.host/}/{ms:global.style/}/js/comm.js"
type=
"text/javascript"
></script>
</head>
<body
topmargin=
"0"
oncopy=
"nocopy()"
>
<
#include
"
header.htm
"
>
<center>
<div
style=
"width:1007px; height:2px; border-bottom:2px solid #C18D54;"
></div>
</center>
<table
width=
"1007"
border=
"0"
align=
"center"
cellpadding=
"00"
cellspacing=
"0"
bgcolor=
"#ECE9E4"
>
<tr>
<td
style=
"padding-top:15px"
>
<table
width=
"966"
border=
"0"
align=
"center"
cellpadding=
"00"
cellspacing=
"0"
>
<tr>
<td
width=
"230"
valign=
"top"
style=
"padding-top:3px;"
>
<table
width=
"210"
height=
"44"
border=
"0"
align=
"center"
cellpadding=
"00"
cellspacing=
"0"
background=
"{ms:global.host/}/{ms:global.style/}/images/news_left_title.jpg"
>
<tr>
<td
align=
"center"
style=
"color:#664617; font-size:16px; font-weight:bold;font-family:'微软雅黑,黑体'"
>
{ms:field.typetitle/}
</td>
</tr>
</table>
<table
style=
"margin-top:3px;"
width=
"210"
height=
"500"
border=
"0"
align=
"center"
cellpadding=
"00"
cellspacing=
"0"
bgcolor=
"#897455"
>
<tr>
<td
valign=
"top"
>
</td>
</tr>
</table>
</td>
<td
width=
"736"
valign=
"top"
>
<table
width=
"100%"
height=
"45"
border=
"0"
cellpadding=
"00"
cellspacing=
"0"
>
<tr>
<td
align=
"left"
background=
"{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg"
style=
"padding-left:26px;"
><span
style=
"color:#575350; font-weight:100"
>
>>
<a
href=
"about/-82.html"
></a></span>
{ms:field.typetitle/}
</td>
</tr>
</table>
<div
style=
"height:1px;"
></div>
<table
width=
"100%"
height=
"45"
border=
"0"
cellpadding=
"00"
cellspacing=
"0"
>
<tr>
<td
background=
"{ms:global.host/}/{ms:global.style/}/images/news_right_bg.jpg"
style=
"padding:20px; line-height:25px;"
>
{ms:field.content/}
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<
#include
"
foot.htm
"
>
</body>
</html>
\ No newline at end of file
src/main/webapp/template/3/jdzmx/css/style.css
deleted
100644 → 0
View file @
912377cb
BODY
{
FONT-SIZE
:
12px
;
BACKGROUND
:
url("../images/bg_all.jpg")
no-repeat
center
top
;
MARGIN
:
0
auto
0px
;
LINE-HEIGHT
:
normal
;
FONT-FAMILY
:
"宋体"
;
background-color
:
#FFFFFF
}
form
{
border
:
0px
;
margin
:
0px
;
padding
:
0px
;}
A
{
COLOR
:
#333
;
TEXT-DECORATION
:
none
}
ul
,
li
{
border-top-width
:
0px
;
border-right-width
:
0px
;
border-bottom-width
:
0px
;
border-left-width
:
0px
;
margin
:
0px
;
padding
:
0px
;
}
.clear
{
CLEAR
:
both
}
.searchinput
{
WIDTH
:
120px
}
.page
.button
{
BORDER-TOP-WIDTH
:
0px
;
BORDER-LEFT-WIDTH
:
0px
;
BACKGROUND
:
url("../images/btn_search.gif")
;
BORDER-BOTTOM-WIDTH
:
0px
;
WIDTH
:
60px
;
HEIGHT
:
21px
;
BORDER-RIGHT-WIDTH
:
0px
}
.page
{
WIDTH
:
204px
;
PADDING-TOP
:
10px
;
TEXT-ALIGN
:
right
}
.query
{
OVERFLOW
:
hidden
;
}
.boldblue
{
FONT-WEIGHT
:
bold
;
COLOR
:
#003eb1
}
.blue
{
COLOR
:
#003eb1
}
.text
{
line-height
:
25px
;
color
:
#6f6f6f
;
}
#header
{
MARGIN
:
0px
auto
;
WIDTH
:
910px
}
#logo
{
FLOAT
:
left
}
#tele
{
MARGIN-TOP
:
0px
;
FLOAT
:
right
}
#mainflash
{
MARGIN
:
3px
auto
0px
;
WIDTH
:
910px
}
#links
{
FONT-WEIGHT
:
normal
;
MARGIN
:
10px
auto
0px
;
WIDTH
:
850px
;
COLOR
:
#035ea7
;
PADDING
:
10px
30px
0
30px
;
HEIGHT
:
57px
;
TEXT-ALIGN
:
left
;
}
#footer
{
FONT-WEIGHT
:
normal
;
BACKGROUND
:
url("../images/bg_footer.jpg")
;
MARGIN
:
10px
auto
0px
;
WIDTH
:
910px
;
COLOR
:
#035ea7
;
PADDING-TOP
:
10px
;
HEIGHT
:
47px
;
TEXT-ALIGN
:
center
;
}
#footer
A
,
#links
a
{
COLOR
:
#035ea7
}
#footer
{
color
:
#035ea7
}
#index_container
{
MARGIN
:
10px
auto
0px
;
WIDTH
:
910px
}
#index_left
{
FLOAT
:
left
;
WIDTH
:
224px
}
#index_search
{
}
#index_search1
{
BACKGROUND
:
url("../images/bg_index_title3.jpg")
;
HEIGHT
:
33px
}
#index_search2
{
BACKGROUND
:
url("../images/bg_index_content3.jpg")
;
COLOR
:
#0f5ebd
;
}
.sunput
{
BORDER-RIGHT
:
#B7DAEF
1px
solid
;
BORDER-TOP
:
#B7DAEF
1px
solid
;
BORDER-LEFT
:
#B7DAEF
1px
solid
;
WIDTH
:
140px
;
BORDER-BOTTOM
:
#B7DAEF
1px
solid
}
.sbut
{
BORDER-RIGHT
:
#B7DAEF
1px
solid
;
BORDER-TOP
:
#B7DAEF
1px
solid
;
BORDER-LEFT
:
#B7DAEF
1px
solid
;
BORDER-BOTTOM
:
#B7DAEF
1px
solid
}
#index_search3
{
BACKGROUND
:
url("../images/bg_index_btm3.jpg")
;
OVERFLOW
:
hidden
;
HEIGHT
:
6px
}
#index_prolist
{
MARGIN-TOP
:
6px
}
#index_prolist1
{
BACKGROUND
:
url("../images/bg_index_title4.jpg")
;
HEIGHT
:
33px
}
#index_prolist2
{
BACKGROUND
:
url("../images/bg_index_content4.jpg")
;
HEIGHT
:
173px
}
#index_prolist3
{
BACKGROUND
:
url("../images/bg_index_btm4.jpg")
;
OVERFLOW
:
hidden
;
HEIGHT
:
7px
}
#index_contact
{
MARGIN-TOP
:
6px
}
#index_contact1
{
BACKGROUND
:
url("../images/bg_index_title5.jpg")
;
HEIGHT
:
33px
}
#index_contact2
{
PADDING-LEFT
:
8px
;
BACKGROUND
:
url("../images/bg_index_content5.jpg")
;
COLOR
:
#0359a2
;
LINE-HEIGHT
:
22px
;
PADDING-TOP
:
5px
;
HEIGHT
:
200px
;
line-height
:
2em
;
}
#index_right
{
FLOAT
:
right
;
WIDTH
:
679px
}
#index_news1
{
FLOAT
:
left
;
WIDTH
:
337px
}
#index_news1_1
{
BACKGROUND
:
url("../images/bg_index_title1.jpg")
no-repeat
;
HEIGHT
:
29px
}
#index_news1_2
{
BACKGROUND
:
url("../images/bg_index_content1.jpg")
;
HEIGHT
:
157px
}
#index_news1_4
{
BACKGROUND
:
url("../images/bg_index_content1.jpg")
;
HEIGHT
:
314px
}
#index_news1_3
{
BACKGROUND
:
url("../images/bg_index_btm1.jpg")
;
OVERFLOW
:
hidden
;
HEIGHT
:
7px
}
#index_news2
{
FLOAT
:
left
;
MARGIN-LEFT
:
5px
;
WIDTH
:
337px
}
#index_news2_1
{
BACKGROUND
:
url("../images/bg_index_title1.jpg")
;
HEIGHT
:
29px
}
#index_news2_2
{
BACKGROUND
:
url("../images/bg_index_content1.jpg")
;
HEIGHT
:
157px
}
#index_news2_3
{
BACKGROUND
:
url("../images/bg_index_btm1.jpg")
;
OVERFLOW
:
hidden
;
HEIGHT
:
7px
}
#index_hotproduct
{
MARGIN-TOP
:
6px
;
FLOAT
:
left
;
WIDTH
:
679px
}
#index_hotproduct_1
{
BACKGROUND
:
url("../images/bg_index_title2.jpg")
;
HEIGHT
:
34px
}
#index_hotproduct_11
{
BACKGROUND
:
url("../images/bg_right_title1.jpg")
;
HEIGHT
:
32px
;
FONT-WEIGHT
:
bold
;
padding-left
:
35px
;
color
:
#FFFFFF
;
padding-top
:
2px
;
margin-top
:
15px
;
}
#index_hotproduct_12
{
BACKGROUND
:
url("../images/bg_right_title1.jpg")
;
HEIGHT
:
26px
;
FONT-WEIGHT
:
bold
;
padding-left
:
35px
;
color
:
#FFFFFF
;
padding-top
:
8px
;
}
#index_hotproduct_2
{
BACKGROUND
:
url("../images/bg_index_content2.jpg")
;
OVERFLOW
:
hidden
;
HEIGHT
:
490px
}
#index_hotproduct_21
{
BACKGROUND
:
url("../images/bg_index_content2.jpg")
;
OVERFLOW
:
hidden
;
HEIGHT
:
160px
;
}
#index_hotproduct_23
{
BACKGROUND
:
url("../images/bg_index_content2.jpg")
;
OVERFLOW
:
hidden
;
}
#index_hotproduct_21
li
{
float
:
left
;
width
:
310px
;
border-bottom
:
#bfc1c0
1px
dashed
;
margin-left
:
10px
;
line-height
:
2.1em
;
list-style
:
none
;
}
#index_hotproduct_22
{
BACKGROUND
:
url("../images/bg_index_content2.jpg")
;
OVERFLOW
:
hidden
;
}
#index_hotproduct_3
{
BACKGROUND
:
url("../images/bg_index_btm2.jpg")
;
OVERFLOW
:
hidden
;
HEIGHT
:
6px
}
.index_news_title
{
PADDING-LEFT
:
30px
;
FONT-WEIGHT
:
bold
;
FLOAT
:
left
;
WIDTH
:
100px
;
COLOR
:
#fff
;
LINE-HEIGHT
:
29px
}
.index_more1
{
DISPLAY
:
block
;
FONT-SIZE
:
26px
;
FLOAT
:
right
;
VERTICAL-ALIGN
:
middle
;
WIDTH
:
50px
;
LINE-HEIGHT
:
29px
;
HEIGHT
:
29px
;
TEXT-ALIGN
:
center
}
.index_more1
IMG
{
VERTICAL-ALIGN
:
middle
}
.index_more1
:unknown
{
FONT-SIZE
:
12px
;
VISIBILITY
:
hidden
;
MARGIN-LEFT
:
-5px
;
content
:
"."
}
.right_border
{
BORDER-RIGHT
:
#d4eaf5
1px
solid
;
PADDING-RIGHT
:
20px
;
BORDER-TOP
:
#d4eaf5
0px
solid
;
PADDING-LEFT
:
20px
;
PADDING-BOTTOM
:
0px
;
BORDER-LEFT
:
#d4eaf5
1px
solid
;
PADDING-TOP
:
0px
;
BORDER-BOTTOM
:
#d4eaf5
1px
solid
}
#right_title
{
PADDING-LEFT
:
40px
;
FONT-WEIGHT
:
bold
;
BACKGROUND
:
url("../images/bg_right_title.jpg")
;
OVERFLOW
:
hidden
;
COLOR
:
#fff
;
LINE-HEIGHT
:
35px
;
HEIGHT
:
33px
}
#right_title1
{
PADDING-LEFT
:
40px
;
FONT-WEIGHT
:
bold
;
BACKGROUND
:
url("../images/bg_right_title1.jpg")
;
OVERFLOW
:
hidden
;
COLOR
:
#fff
;
LINE-HEIGHT
:
35px
;
HEIGHT
:
33px
;
}
#left_title
{
PADDING-LEFT
:
23px
;
FONT-WEIGHT
:
bold
;
BACKGROUND
:
url("../images/bg_left_title.jpg")
;
COLOR
:
#055eb0
;
LINE-HEIGHT
:
34px
;
HEIGHT
:
40px
}
#left_content
{
BACKGROUND
:
url("../images/bg_left_content.jpg")
}
#left_btm
{
BACKGROUND
:
url("../images/bg_left_btm.jpg")
;
OVERFLOW
:
hidden
;
HEIGHT
:
6px
}
a
.linknews1
{
font-size
:
9pt
;
color
:
#004285
;
letter-spacing
:
2px
;
}
a
.linknews1
:hover
{
font-size
:
9pt
;
color
:
#004285
;
letter-spacing
:
2px
;
text-decoration
:
underline
;
}
/*----------------------导航栏样式开始---------------------------*/
#menu
{
MARGIN-TOP
:
5px
;
background-image
:
url("../images/title1.jpg")
;
width
:
37px
;
width
:
874px
;
line-height
:
37px
;
text-align
:
center
;
height
:
37px
;
padding-left
:
130px
;
}
#menu
ul
{
list-style-type
:
none
;
margin
:
0px
;
padding
:
0px
;}
#menu
ul
li
{
margin
:
0px
;
list-style-type
:
none
;
display
:
inline
;
}
#menu
ul
li
a
{
color
:
#FFF
;
font-weight
:
bold
;
font-size
:
10pt
;}
#menu
ul
li
a
:hover
{
text-decoration
:
underline
;
}
#navigation
,
#navigation
li
ul
{
list-style-type
:
none
;
}
#navigation
{
padding-left
:
50px
;
margin-top
:
8px
;
height
:
}
#navigation
.nav_
{
float
:
left
;
width
:
160px
;
}
.b
{
font-weight
:
bold
;
font-size
:
15px
;}
#navigation
li
{
text-align
:
center
;
float
:
left
;
position
:
relative
;
}
#navigation
li
a
:link
,
#navigation
li
a
:visited
{
display
:
block
;
text-decoration
:
none
;
color
:
#FFFFFF
;
width
:
90px
;
height
:
39px
;
line-height
:
36px
;
/* background:#c5dbf2; */
font-size
:
12px
;
}
#navigation
li
ul
li
a
:link
,
#navigation
li
ul
li
a
:visited
{
display
:
block
;
text-decoration
:
none
;
color
:
#666
;
width
:
90px
;
height
:
32px
;
line-height
:
32px
;
font-size
:
12px
;
}
#navigation
li
ul
li
a
:link
,
#navigation
li
ul
li
a
:visited
{
background
:
#f9fbfa
;
font-size
:
12px
;
font-weight
:
normal
;
border-top
:
#bfc1c0
1px
solid
;
}
#navigation
li
ul
li
a
:hover
{
color
:
#fff
;
background
:
#0989E2
;
}
#navigation
li
ul
{
display
:
none
;
position
:
absolute
;
left
:
0px
;
margin-top
:
-1px
;
width
:
90px
;
border
:
#bfc1c0
1px
solid
;
}
#navigation
li
ul
li
{
}
#navigation
li
ul
li
ul
{
display
:
none
;
position
:
absolute
;
top
:
0px
;
left
:
0px
;
margin-top
:
0
;
margin-left
:
1px
;
width
:
120px
;
}
.clear
{
clear
:
both
;}
/*----------------------导航栏样式结束---------------------------*/
.clistbox
{
width
:
90%
;
text-align
:
left
;
margin-bottom
:
10px
;
margin-top
:
3px
;
}
.clistbox
.line1
{
border-bottom
:
1px
dashed
#999999
;
text-align
:
left
;
padding-left
:
10px
;
}
.clistbox
.line1
span
{
float
:
right
;
}
.clistbox
.line2
{
padding
:
5px
;}
#commentPage
{
height
:
20px
;
padding-left
:
200px
;}
#commentPage
a
{
display
:
block
;
width
:
18px
;
border
:
1px
solid
#3299F5
;
float
:
left
;
margin-left
:
5px
;
line-height
:
18px
;
font-size
:
14px
;
}
#commentPage
a
:hover
,
.selectpage
{
color
:
#FFFFFF
;
display
:
block
;
width
:
18px
;
float
:
left
;
margin-left
:
5px
;
line-height
:
18px
;
font-size
:
14px
;
background-image
:
url("../images/pagebg.jpg")
;
}
#commentPage
a
.ppage
,
#commentPage
a
.npage
{
display
:
block
;
width
:
50px
;
float
:
left
;
margin-left
:
5px
;
line-height
:
16px
;
padding-top
:
2px
;
height
:
16px
;
font-size
:
12px
;
}
#commentPage
a
.ppage
:hover
,
#commentPage
a
.npage
:hover
{
color
:
#fff
;
display
:
block
;
width
:
50px
;
float
:
left
;
margin-left
:
5px
;
line-height
:
16px
;
height
:
16px
;
font-size
:
12px
;
background-image
:
url("../images/pagebg_.jpg")
;
}
/*---新闻列表---*/
.newsList
{
list-style
:
none
;
background
:
url("../images/li_bg.jpg")
no-repeat
;
height
:
30px
;
line-height
:
25px
;
}
.newsList
li
{
height
:
30px
;
line-height
:
25px
;
padding-left
:
20px
;
}
.newsList
li
.date
{
text-align
:
right
;
}
/**新闻分类**/
.newsSort_A
{
width
:
210px
;
height
:
32px
;
line-height
:
32px
;
text-align
:
center
;
background
:
url("../images/news_left_m_a.jpg")
;
color
:
#E5D6C1
;
}
.newsSort_B
{
width
:
210px
;
height
:
32px
;
line-height
:
32px
;
text-align
:
center
;
background
:
url("../images/news_left_m_b.jpg")
;
color
:
#FEFFFF
;
}
\ No newline at end of file
src/main/webapp/template/3/jdzmx/favicon.ico
deleted
100644 → 0
View file @
912377cb
7.19 KB
src/main/webapp/template/3/jdzmx/flash/slideflash.swf
deleted
100644 → 0
View file @
912377cb
File deleted
src/main/webapp/template/3/jdzmx/foot.htm
deleted
100644 → 0
View file @
912377cb
<div
class=
"clear"
></div>
<script
type=
"text/javascript"
src=
"inc/AspCms_Statistics.asp"
></script>
<center><div
style=
"width:1007px;background-color:#ECE9E4;height:30px"
></div></center>
<table
width=
"1007"
border=
"0"
align=
"center"
cellpadding=
"00"
cellspacing=
"0"
style=
" background-color:#ECE9E4;"
>
<tr
bgcolor=
"#928D87"
>
<td>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"00"
>
<tr
bgcolor=
"#928D87"
>
<td
width=
"8%"
height=
"25"
><img
src=
"{ms:global.host/}/{ms:global.style/}/images/foot_left.jpg"
width=
"86"
height=
"28"
/></td>
<td
width=
"84%"
align=
"center"
valign=
"middle"
style=
"color:#EBE8E3"
>
申请办展 | 地理位置 | 友情连接 | 联系我们 |
<font
color=
"#EBE8E3"
>
后台登陆
</font>
</td>
<td
width=
"8%"
><img
src=
"{ms:global.host/}/{ms:global.style/}/images/foot_right.jpg"
width=
"86"
height=
"28"
/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td
height=
"66"
align=
"center"
style=
"line-height:20px;"
>
联系地址:江西省景德镇珠山区 e-mail:jdzmeishujia@163.com
<br/>
联系电话:0798-8284386、18607988066 传真:0798-8284386
<br/>
版权说明 版权所有:2011-2012 景德镇市美术家协会 浙ICP备12000827号 网站设计、建设:qq 52457427
<br/>
<a
href=
"http://www.ming-soft.com"
>
技术支持:铭飞陶瓷数字展厅
</td>
</tr>
</table>
src/main/webapp/template/3/jdzmx/header.htm
deleted
100644 → 0
View file @
912377cb
<table
width=
"1007"
border=
"0"
align=
"center"
cellpadding=
"0"
cellspacing=
"0"
>
<tr>
<td
background=
"{ms:global.host/}/{ms:global.style/}/images/top_title_bg.jpg"
style=
"padding-left:60px"
><img
src=
"{ms:global.host/}/{ms:global.style/}/images/top_title.jpg"
width=
"279"
height=
"30"
/></td>
</tr>
</table>
<table
width=
"1007"
height=
"165"
border=
"0"
align=
"center"
cellpadding=
"0"
cellspacing=
"0"
bgcolor=
"#D5D5D5"
>
<tr>
<td><img
src=
"{ms:global.host/}/{ms:global.style/}/images/banner.jpg"
width=
"1007"
height=
"165"
/></td>
</tr>
</table>
<table
width=
"1007"
border=
"0"
align=
"center"
cellpadding=
"0"
cellspacing=
"0"
>
<tr>
<td><img
name=
"/cn_jdzmx/templates/jdzmx/images/menu_r1_c1"
src=
"{ms:global.host/}/{ms:global.style/}/images/menu_r1_c1.jpg"
width=
"116"
height=
"34"
border=
"0"
id=
"menu_r1_c1"
alt=
""
/></td>
<td><a
href=
{ms:global.url/}/wangzhanshouye/index.html
><img
name=
"/cn_jdzmx/templates/jdzmx/images/menu_r1_c2"
src=
"{ms:global.host/}/{ms:global.style/}/images/menu_r1_c2.jpg"
width=
"104"
height=
"34"
border=
"0"
id=
"menu_r1_c2"
alt=
""
/></a></td>
<td><a
href=
"{ms:global.url/}/xianrenlingdao/index.html"
><img
name=
"/cn_jdzmx/templates/jdzmx/images/menu_r1_c3"
src=
"{ms:global.host/}/{ms:global.style/}/images/menu_r1_c3.jpg"
width=
"96"
height=
"34"
border=
"0"
id=
"menu_r1_c3"
alt=
""
/></a></td>
<td><a
href=
"{ms:global.url/}/meixiegaikuang/index.html"
><img
name=
"/cn_jdzmx/templates/jdzmx/images/menu_r1_c4"
src=
"{ms:global.host/}/{ms:global.style/}/images/menu_r1_c4.jpg"
width=
"99"
height=
"34"
border=
"0"
id=
"menu_r1_c4"
alt=
""
/></a></td>
<td><a
href=
"{ms:global.url/}/xinwenzhongxin/index.html"
><img
name=
"/cn_jdzmx/templates/jdzmx/images/menu_r1_c5"
src=
"{ms:global.host/}/{ms:global.style/}/images/menu_r1_c5.jpg"
width=
"102"
height=
"34"
border=
"0"
id=
"menu_r1_c5"
alt=
""
/></a></td>
<td><a
href=
"{ms:global.url/}/xueshujiaoliu/index.html"
><img
name=
"/cn_jdzmx/templates/jdzmx/images/menu_r1_c6"
src=
"{ms:global.host/}/{ms:global.style/}/images/menu_r1_c6.jpg"
width=
"97"
height=
"34"
border=
"0"
id=
"menu_r1_c6"
alt=
""
/></a></td>
<td><a
href=
"{ms:global.url/}/zhanlanxinxi/index.html"
><img
name=
"/cn_jdzmx/templates/jdzmx/images/menu_r1_c7"
src=
"{ms:global.host/}/{ms:global.style/}/images/menu_r1_c7.jpg"
width=
"98"
height=
"34"
border=
"0"
id=
"menu_r1_c7"
alt=
""
/></a></td>
<td><a
href=
"{ms:global.url/}/huajiazuopin/index.html"
><img
name=
"/cn_jdzmx/templates/jdzmx/images/menu_r1_c8"
src=
"{ms:global.host/}/{ms:global.style/}/images/menu_r1_c8.jpg"
width=
"99"
height=
"34"
border=
"0"
id=
"menu_r1_c8"
alt=
""
/></a></td>
<td><a
href=
"{ms:global.url/}/huiyuanfengcai/index.html"
><img
name=
"/cn_jdzmx/templates/jdzmx/images/menu_r1_c9"
src=
"{ms:global.host/}/{ms:global.style/}/images/menu_r1_c9.jpg"
width=
"100"
height=
"34"
border=
"0"
id=
"menu_r1_c9"
alt=
""
/></a></td>
<td><img
name=
"/cn_jdzmx/templates/jdzmx/images/menu_r1_c10"
src=
"{ms:global.host/}/{ms:global.style/}/images/menu_r1_c10.jpg"
width=
"96"
height=
"34"
border=
"0"
id=
"menu_r1_c10"
alt=
""
/></td>
<td><img
src=
"spacer.gif"
width=
"1"
height=
"34"
border=
"0"
alt=
""
/></td>
</tr>
</table>
src/main/webapp/template/3/jdzmx/images/ad_line.jpg
deleted
100644 → 0
View file @
912377cb
904 Bytes
src/main/webapp/template/3/jdzmx/images/banner.jpg
deleted
100644 → 0
View file @
912377cb
34 KB
src/main/webapp/template/3/jdzmx/images/foot_left.jpg
deleted
100644 → 0
View file @
912377cb
1.53 KB
src/main/webapp/template/3/jdzmx/images/foot_right.jpg
deleted
100644 → 0
View file @
912377cb
1.53 KB
src/main/webapp/template/3/jdzmx/images/li_bg.jpg
deleted
100644 → 0
View file @
912377cb
3.71 KB
src/main/webapp/template/3/jdzmx/images/menu_r1_c1.jpg
deleted
100644 → 0
View file @
912377cb
3.09 KB
src/main/webapp/template/3/jdzmx/images/menu_r1_c10.jpg
deleted
100644 → 0
View file @
912377cb
2.48 KB
src/main/webapp/template/3/jdzmx/images/menu_r1_c2.jpg
deleted
100644 → 0
View file @
912377cb
4.51 KB
src/main/webapp/template/3/jdzmx/images/menu_r1_c3.jpg
deleted
100644 → 0
View file @
912377cb
4.33 KB
src/main/webapp/template/3/jdzmx/images/menu_r1_c4.jpg
deleted
100644 → 0
View file @
912377cb
4.57 KB
src/main/webapp/template/3/jdzmx/images/menu_r1_c5.jpg
deleted
100644 → 0
View file @
912377cb
4.45 KB
src/main/webapp/template/3/jdzmx/images/menu_r1_c6.jpg
deleted
100644 → 0
View file @
912377cb
4.38 KB
Prev
1
2
3
4
5
6
7
8
9
Next
Write
Preview
Supports
Markdown
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