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
bc34574c
authored
2021-01-12 08:53:01 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页细节
1 parent
b8d57d72
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
index.html
staticCss/pageHome.css
staticJs/pageHome.js
index.html
View file @
bc34574
...
...
@@ -34,7 +34,8 @@
</a>
</li>
<li>
<a
class=
"cardItem"
href=
"/staticViews/yyxz.html"
title=
"在线预约"
>
<a
class=
"cardItem"
id=
"onlineBooking"
title=
"在线预约"
>
<!-- href="/staticViews/yyxz.html" -->
<img
src=
"./staticImages/zxyy.png"
alt=
"在线预约"
>
在线预约
</a>
...
...
@@ -86,7 +87,7 @@
<div
class=
"c_two"
>
<div
class=
"subject"
>
<h2><a
href=
""
title=
"便民服务"
>
便民服务
</a></h2>
<ul>
<ul
class=
"convenient_service"
>
<li>
<a
href=
"./staticViews/convenienceService/businessInquiry.html"
title=
"业务查询"
>
<img
src=
"./staticImages/ywcx.png"
alt=
"业务查询"
/>
...
...
@@ -101,7 +102,7 @@
<p>
查询个人/企业线上约号业务,包含预约的业务名称、预约大厅详情、预约时间、预约流水号等信息
</p>
</a>
</li>
<li>
<li
class=
""
>
<a
href=
"./staticViews/convenienceService/certificateVerification.html"
title=
"证书查询"
>
<img
src=
"./staticImages/zscx.png"
alt=
"证书查询"
/>
<h6>
证书查询
</h6>
...
...
staticCss/pageHome.css
View file @
bc34574
...
...
@@ -153,6 +153,9 @@ div.banner ul li a {
.laws_regulations
.laws_list
li
:not
(
:last-child
)
{
border-bottom
:
1px
dashed
#DEDEDE
;
}
.convenient_service
li
a
{
cursor
:
pointer
;
}
/* ---------------好差评start---------------------------- */
.Good_bad_reviews
{
...
...
staticJs/pageHome.js
View file @
bc34574
...
...
@@ -64,6 +64,11 @@ function initData() {
window
.
open
(
'./staticViews/wdyy.html'
)
}
})
$
(
'#onlineBooking'
).
click
(
function
(){
if
(
isLogin
())
{
window
.
open
(
'./staticViews/wdyy.html'
)
}
})
}
//加载新闻数据
function
NewsData
()
{
...
...
Please
register
or
sign in
to post a comment