Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ba7d1815
authored
2020-11-21 16:28:26 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
b3ab644d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
index.html
staticJs/head.js
staticJs/pageHome.js
index.html
View file @
ba7d181
...
...
@@ -5,11 +5,14 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
网上“一窗办事”登记系统
</title>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"./staticCss/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"./staticCss/pageHome.css"
/>
<script
type=
"text/javascript"
src=
"./staticJs/head.js"
></script>
</head>
<body>
<div
class=
"top-logo loadheader"
></div>
<div
class=
"navigation loadheader"
></div>
<div>
<div
class=
"banner"
>
<div
class=
"layui-carousel"
id=
"banner_swiper"
>
...
...
@@ -556,7 +559,6 @@
</ul>
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"./staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"./staticJs/common.js"
></script>
...
...
staticJs/head.js
View file @
ba7d181
...
...
@@ -16,6 +16,7 @@ document.writeln(" <meta name=\'description\' content=\'\' />");
document
.
writeln
(
" <meta name=\'Keywords\' content=\'\' />"
);
document
.
writeln
(
" <link rel=\'stylesheet\' type=\'text/css\' href=\'"
+
localhostPaht
+
"/staticLib/layui/css/layui.css\' />"
);
document
.
writeln
(
" <link type=\'text/css\' rel=\'stylesheet\' href=\'"
+
localhostPaht
+
"/staticCss/common.css\' />"
);
document
.
writeln
(
"<script type='text/javascript' src=\'"
+
localhostPaht
+
"/staticLib/jquery/jquery.min.js\'></script>"
);
document
.
writeln
(
"</head>"
);
document
.
writeln
(
""
);
document
.
writeln
(
"<body>"
);
...
...
@@ -61,6 +62,5 @@ document.writeln(" </div> ");
document
.
writeln
(
"</body>"
);
document
.
writeln
(
""
);
document
.
writeln
(
"</html>"
);
document
.
writeln
(
"<script type='text/javascript' src=\'"
+
localhostPaht
+
"/staticLib/jquery/jquery.min.js\'></script>"
);
document
.
writeln
(
"<script type='text/javascript' src=\'"
+
localhostPaht
+
"/staticLib/layui/layui.js\'></script>"
);
document
.
writeln
(
"<script src=\'https://at.alicdn.com/t/font_2174584_uxkon9mpq1.js\'></script>"
);
\ No newline at end of file
...
...
staticJs/pageHome.js
View file @
ba7d181
...
...
@@ -31,6 +31,7 @@ layui.use('util', function () {
//初始化方法
$
(
function
()
{
$
(
'.loadheader'
).
hide
()
// NewsData();
addTabs
(
'#index'
)
});
...
...
Please
register
or
sign in
to post a comment