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
d629ddf4
authored
2020-11-21 17:26:21 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/portalStaticPage
2 parents
947047e5
18296ce4
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
84 additions
and
65 deletions
index.html
staticCss/progressBar.css
staticCss/xwdt.css
staticCss/yyjg.css
staticCss/zcfg.css
staticJs/head.js
staticJs/pageHome.js
staticJs/yyxz.js
staticViews/xwdt.html
staticViews/yyjg.html
staticViews/zcfg.html
index.html
View file @
d629ddf
...
...
@@ -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>
...
...
staticCss/progressBar.css
View file @
d629ddf
...
...
@@ -36,7 +36,7 @@
content
:
" "
;
display
:
block
;
position
:
absolute
;
left
:
1
1
px
;
left
:
1
0
px
;
top
:
6px
;
width
:
8px
;
height
:
12px
;
...
...
staticCss/xwdt.css
View file @
d629ddf
div
.subject
h2
a
:hover
{
color
:
#0091FF
;
}
.content_zc
{
min-height
:
calc
(
100vh
-
207px
);
}
div
.subject
{
margin
:
0
auto
;
float
:
none
;
...
...
@@ -103,7 +105,9 @@ div.subject {
.right
{
width
:
400px
;
}
.left
{
width
:
82%
;
}
.left
,
.right
{
float
:
left
;
}
...
...
@@ -195,6 +199,7 @@ div.subject {
#page
{
margin-top
:
20px
;
text-align
:
center
;
margin-bottom
:
50px
;
}
.right
{
...
...
staticCss/yyjg.css
View file @
d629ddf
...
...
@@ -9,38 +9,6 @@
padding-top
:
25px
;
margin-bottom
:
25
}
.app_progress
li
{
padding
:
0
30px
;
line-height
:
40px
;
background
:
#eee
;
display
:
inline-block
;
color
:
#fff
;
position
:
relative
;
color
:
black
;
cursor
:
pointer
;
}
.app_progress
li
:hover
{
background-color
:
#1E9FFF
;
color
:
#fff
;
}
.app_progress
li
:hover:after
{
border-left-color
:
#1E9FFF
;
}
.app_progress
li
:after
{
content
:
''
;
display
:
block
;
border-top
:
20px
solid
#fff
;
border-bottom
:
20px
solid
#fff
;
border-left
:
12px
solid
#eee
;
position
:
absolute
;
right
:
0
;
top
:
0
;
}
.active
{
background-color
:
#1E9FFF
!important
;
color
:
#fff
!important
;
}
.app_progress
li
.active
:after
{
border-left-color
:
#1E9FFF
;
}
...
...
@@ -79,12 +47,13 @@
padding
:
10px
;
font-size
:
14px
;
box-sizing
:
border-box
;
margin-top
:
30px
!important
;
}
.status_info
{
float
:
left
;
}
.appointment_status
.title
{
color
:
#
009688
;
color
:
#
4A4A4A
;
font-weight
:
600
;
margin-bottom
:
10px
;
}
...
...
@@ -93,10 +62,16 @@
margin-bottom
:
8px
;
}
.appointment_status
.title
h3
span
{
color
:
#FF5722
;
color
:
#FA6400
;
font-size
:
18px
;
}
.appointment_status
ul
{
margin-top
:
30px
;
}
.appointment_status
ul
li
{
line-height
:
24px
;
color
:
#4A4A4A
;
line-height
:
28px
;
display
:
inline-block
;
}
.code
{
float
:
left
;
...
...
@@ -114,20 +89,33 @@
font-size
:
14px
;
}
.appointment_info
{
width
:
25%
;
float
:
left
;
height
:
500px
;
box-sizing
:
border-box
;
padding
:
10px
;
margin-right
:
10px
;
}
.appointment_info
ul
{
font-size
:
0
;
}
.appointment_info
h3
{
font-weight
:
600
;
margin-bottom
:
10px
;
}
.appointment_info
li
{
line-height
:
30px
;
font-size
:
14px
;
width
:
50%
;
display
:
inline-block
;
}
.appointment_info
li
p
{
display
:
inline-block
;
}
.appointment_info
li
span
{
color
:
#9B9B9B
;
display
:
inline-block
;
width
:
80px
;
text-align
:
right
;
}
#container
{
margin-bottom
:
100px
;
margin-top
:
10px
;
}
\ No newline at end of file
...
...
staticCss/zcfg.css
View file @
d629ddf
...
...
@@ -98,11 +98,13 @@ div.subject {
}
/* ---------------------------------------------------- */
.content_zc
{
min-height
:
calc
(
100vh
-
190px
);
}
.leftandright
{
width
:
1200px
;
margin
:
0
auto
;
overflow
:
hidden
;
min-height
:
calc
(
100vh
-
207px
);
}
.leftandright
.left
{
width
:
80%
;
...
...
@@ -198,6 +200,7 @@ div.subject {
#page
{
margin-top
:
20px
;
text-align
:
center
;
margin-bottom
:
50px
;
}
.right
{
...
...
staticJs/head.js
View file @
d629ddf
...
...
@@ -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 @
d629ddf
...
...
@@ -49,6 +49,7 @@ function getDate() {
//初始化方法
$
(
function
()
{
$
(
'.loadheader'
).
hide
();
addTabs
(
'#index'
);
recentlyDay
=
getDate
();
NewsData
();
...
...
staticJs/yyxz.js
View file @
d629ddf
...
...
@@ -24,7 +24,9 @@ $(function () {
}
else
{
layui
.
use
(
'layer'
,
function
()
{
layer
.
alert
(
'请先同意以上协议'
,
{
icon
:
6
,
title
:
'提示'
});
layer
.
msg
(
'请先同意以上协议'
,
function
(){
//关闭后的操作
});
})
}
})
...
...
staticViews/xwdt.html
View file @
d629ddf
...
...
@@ -31,6 +31,10 @@
<div
class=
"right-top"
>
<h2>
新闻推荐
</h2>
</div>
<div
class=
"right"
>
<div
class=
"right-top"
>
<h2>
新闻推荐
</h2>
</div>
<ul
class=
"right-body"
>
<li
class=
"tj"
>
<img
...
...
@@ -82,6 +86,7 @@
</ul>
</div>
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
...
...
staticViews/yyjg.html
View file @
d629ddf
...
...
@@ -8,6 +8,7 @@
<title>
我的预约-预约结果
</title>
<script
type=
"text/javascript"
src=
"../staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/yyjg.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/progressBar.css"
>
</head>
<body>
...
...
@@ -23,31 +24,45 @@
</div>
<!-- ----------------------------------内容模块的开始----------------------------------------------- -->
<div
class=
"central_area"
>
<div
class=
"
appointment_notice
contentBox"
>
<div
class=
"
progressBar
contentBox"
>
<ul
class=
"app_progress"
>
<li
class=
"selected"
>
<span>
1
</span>
<li>
<p
class=
"active"
></p>
<h5>
预约须知
</h5>
</li>
<div
class=
"line"
></div>
<li
class=
"selected"
>
<span>
2
</span>
<div
class=
"layui-progress"
>
<div
class=
"layui-progress-bar"
lay-percent=
"100%"
></div>
</div>
<li>
<p
class=
"active"
></p>
<h5>
选择区域
</h5>
</li>
<div
class=
"line"
></div>
<li
class=
"selected"
>
<span>
3
</span>
<div
class=
"layui-progress"
>
<div
class=
"layui-progress-bar"
lay-percent=
"100%"
></div>
</div>
<li>
<p
class=
"active"
></p>
<h5>
预约时间
</h5>
</li>
<div
class=
"line"
></div>
<li
class=
"active"
>
<span>
4
</span>
<div
class=
"layui-progress"
>
<div
class=
"layui-progress-bar"
lay-percent=
"100%"
></div>
</div>
<li>
<p
class=
"active"
></p>
<h5>
预约结果
</h5>
</li>
</ul>
</div>
<!-- ---------------------预约状态------------------------- -->
<div
class=
"appointment_status
layui-bg-gray
contentBox"
>
<div
class=
"appointment_status contentBox"
>
<div
class=
"status_info"
>
<div
class=
"title"
>
<h3>
...
...
@@ -62,13 +77,9 @@
<li>
3.请凭预约号及相关证件,按预约时间提前10分钟到选定的不动产登记中心办理业务
</li>
</ul>
</div>
<div
class=
"code"
>
<img
src=
"../staticImages/code.png"
>
</div>
</div>
<div
class=
"appointment_info_content contentBox"
>
<div
class=
"appointment_info layui-bg-gray"
>
<h3>
预约信息
</h3>
<div
class=
"appointment_info"
>
<ul>
<li>
<span>
姓名:
</span>
...
...
@@ -83,7 +94,7 @@
<p>
碑林区办事大厅
</p>
</li>
<li>
<span>
办理业务类型
:
</span>
<span>
预约业务
:
</span>
<p>
二手房过户
</p>
</li>
<li>
...
...
@@ -92,7 +103,7 @@
</li>
</ul>
</div>
<div
id=
"container"
style=
"width:
74
%;height: 500px;"
></div>
<div
id=
"container"
style=
"width:
100
%;height: 500px;"
></div>
</div>
</div>
</div>
...
...
staticViews/zcfg.html
View file @
d629ddf
...
...
@@ -20,6 +20,7 @@
</span>
</div>
</div>
<div
class=
"content_zc"
>
<div
class=
"leftandright"
>
<div
class=
"left"
>
<ul
class=
"leftContainer"
>
...
...
@@ -116,6 +117,7 @@
</ul>
</div>
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
...
...
Please
register
or
sign in
to post a comment