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
b27354f5
authored
2020-11-10 16:47:01 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
e749fee9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
42 additions
and
13 deletions
staticViews/xzqy/css/index.css
staticViews/xzqy/index.html
staticViews/yyjg/css/index.css
staticViews/yyjg/index.html
staticViews/yysj/css/index.css
staticViews/yysj/index.html
staticViews/xzqy/css/index.css
View file @
b27354f
...
...
@@ -16,8 +16,8 @@
cursor
:
pointer
;
}
.app_progress
li
:hover
{
background-color
:
#1E9FFF
!important
;
color
:
#fff
!important
;
background-color
:
#1E9FFF
;
color
:
#fff
;
}
.app_progress
li
:hover:after
{
...
...
@@ -40,6 +40,16 @@
.app_progress
li
.active
:after
{
border-left-color
:
#1E9FFF
;
}
.selected
{
background-color
:
#5FB878
!important
;
color
:
#fff
!important
;
}
.selected
:hover
{
background-color
:
#5FB878
!important
;
}
.app_progress
li
.selected
:after
{
border-left-color
:
#5FB878
;
}
.line
{
width
:
80px
;
height
:
0
;
...
...
staticViews/xzqy/index.html
View file @
b27354f
...
...
@@ -52,7 +52,6 @@
<li
class=
"layui-nav-item"
>
<a
href=
"javascript:;"
>
查验中心
</a>
<dl
class=
"layui-nav-child"
>
<!-- 二级菜单 -->
<dd><a
href=
""
>
移动模块
</a></dd>
<dd><a
href=
""
>
后台模版
</a></dd>
<dd><a
href=
""
>
电商平台
</a></dd>
...
...
@@ -74,7 +73,7 @@
<!-- ----------------------------------内容模块的开始----------------------------------------------- -->
<div
class=
"appointment_notice contentBox"
>
<ul
class=
"app_progress"
>
<li>
<li
class=
"selected"
>
<span>
1
</span>
预约须知
</li>
...
...
staticViews/yyjg/css/index.css
View file @
b27354f
...
...
@@ -20,8 +20,8 @@
cursor
:
pointer
;
}
.app_progress
li
:hover
{
background-color
:
#1E9FFF
!important
;
color
:
#fff
!important
;
background-color
:
#1E9FFF
;
color
:
#fff
;
}
.app_progress
li
:hover:after
{
...
...
@@ -44,6 +44,16 @@
.app_progress
li
.active
:after
{
border-left-color
:
#1E9FFF
;
}
.selected
{
background-color
:
#5FB878
!important
;
color
:
#fff
!important
;
}
.selected
:hover
{
background-color
:
#5FB878
!important
;
}
.app_progress
li
.selected
:after
{
border-left-color
:
#5FB878
;
}
.line
{
width
:
80px
;
height
:
0
;
...
...
staticViews/yyjg/index.html
View file @
b27354f
...
...
@@ -76,17 +76,17 @@
<div
class=
"central_area"
>
<div
class=
"appointment_notice contentBox"
>
<ul
class=
"app_progress"
>
<li>
<li
class=
"selected"
>
<span>
1
</span>
预约须知
</li>
<div
class=
"line"
></div>
<li>
<li
class=
"selected"
>
<span>
2
</span>
选择区域
</li>
<div
class=
"line"
></div>
<li>
<li
class=
"selected"
>
<span>
3
</span>
预约时间
</li>
...
...
staticViews/yysj/css/index.css
View file @
b27354f
...
...
@@ -24,8 +24,8 @@
cursor
:
pointer
;
}
.app_progress
li
:hover
{
background-color
:
#1E9FFF
!important
;
color
:
#fff
!important
;
background-color
:
#1E9FFF
;
color
:
#fff
;
}
.app_progress
li
:hover:after
{
...
...
@@ -48,6 +48,16 @@
.app_progress
li
.active
:after
{
border-left-color
:
#1E9FFF
;
}
.selected
{
background-color
:
#5FB878
!important
;
color
:
#fff
!important
;
}
.selected
:hover
{
background-color
:
#5FB878
!important
;
}
.app_progress
li
.selected
:after
{
border-left-color
:
#5FB878
;
}
.line
{
width
:
80px
;
height
:
0
;
...
...
staticViews/yysj/index.html
View file @
b27354f
...
...
@@ -76,12 +76,12 @@
<div
class=
"central_area"
>
<div
class=
"appointment_notice contentBox"
>
<ul
class=
"app_progress"
>
<li>
<li
class=
"selected"
>
<span>
1
</span>
预约须知
</li>
<div
class=
"line"
></div>
<li>
<li
class=
"selected"
>
<span>
2
</span>
选择区域
</li>
...
...
Please
register
or
sign in
to post a comment