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
9b424e3f
authored
2020-11-21 11:59:33 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:预约须知
1 parent
0cdaff7c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
24 deletions
staticCss/common.css
staticCss/layuiedit.css
staticCss/yysj.css
staticJs/yyxz.js
staticViews/yyxz.html
staticCss/common.css
View file @
9b424e3
/* ------------------------公共头部和尾部css------------------------------------ */
/* layer confim */
.layui-layer-btn
.layui-layer-btn0
{
background-color
:
#
fff
!important
;
color
:
#
333
!important
;
border
:
1px
solid
#
dedede
!important
;
background-color
:
#
F7B500
!important
;
color
:
#
fff
!important
;
border
:
1px
solid
#
F7B500
!important
;
}
.layui-layer-btn
.layui-layer-btn1
{
border-color
:
#1E9FFF
;
...
...
staticCss/layuiedit.css
0 → 100644
View file @
9b424e3
.layui-layer-title
{
background-color
:
#1E9FFF
!important
;
color
:
#fff
!important
;
}
.layui-layer-ico
{
background
:
none
!important
;
position
:
relative
;
}
.layui-layer-ico
::after
{
content
:
'\2716'
;
position
:
absolute
;
left
:
0
;
top
:
-5px
;
font-size
:
14px
;
color
:
#fff
;
}
\ No newline at end of file
staticCss/yysj.css
View file @
9b424e3
...
...
@@ -306,6 +306,19 @@
background-color
:
#1E9FFF
!important
;
color
:
#fff
!important
;
}
.layui-layer-ico
{
background
:
none
!important
;
position
:
relative
;
}
.layui-layer-ico
::after
{
content
:
'\2716'
;
position
:
absolute
;
left
:
0
;
top
:
-2px
;
font-size
:
14px
;
color
:
#fff
;
}
/* ---------------------信息确认弹框样式------------------------------- */
.infoContent
{
...
...
@@ -340,18 +353,6 @@
height
:
30px
;
line-height
:
30px
;
}
.layui-layer-ico
{
background
:
none
!important
;
position
:
relative
;
}
.layui-layer-ico
::after
{
content
:
'\2716'
;
position
:
absolute
;
left
:
0
;
top
:
-2px
;
font-size
:
14px
;
color
:
#fff
;
}
/* ----------------------------------------------- */
.business_item
.item_time
{
float
:
left
;
...
...
staticJs/yyxz.js
View file @
9b424e3
...
...
@@ -9,15 +9,7 @@ $(function () {
});
var
accept
=
$
(
'.accept'
);
$
(
'.next_button button'
).
click
(
function
()
{
if
(
!
accept
.
is
(
':checked'
))
{
layui
.
use
(
'layer'
,
function
()
{
var
layer
=
layui
.
layer
;
layer
.
open
({
title
:
'标题'
,
content
:
'请先选择同意协议'
});
});
}
else
{
if
(
$
(
'.checkbox'
).
find
(
".img"
).
length
>
0
)
{
layui
.
use
(
'layer'
,
function
()
{
var
layer
=
layui
.
layer
;
layer
.
confirm
(
'本人承诺所填的预约信息属实,如有虚假,将承担法律责任'
,
{
...
...
@@ -29,6 +21,11 @@ $(function () {
window
.
location
.
href
=
"./xzqy.html"
;
});
});
}
else
{
layui
.
use
(
'layer'
,
function
()
{
layer
.
alert
(
'请先同意以上协议'
,
{
icon
:
6
,
title
:
'提示'
});
})
}
})
$
(
'.checkbox'
).
click
(
function
(){
...
...
staticViews/yyxz.html
View file @
9b424e3
...
...
@@ -10,6 +10,7 @@
<script
type=
"text/javascript"
src=
"../staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/yyxz.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/progressBar.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/layuiedit.css"
>
</head>
<body>
...
...
Please
register
or
sign in
to post a comment