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
61a5ef55
authored
2020-12-22 19:58:12 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:网上申请
1 parent
3556cd9b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
20 deletions
staticCss/bljy.css
staticCss/common.css
staticCss/sfrz.css
staticJs/onlineApply/bdcqlCheck.js
staticCss/bljy.css
View file @
61a5ef5
...
...
@@ -165,21 +165,6 @@
background-color
:
#F26363
;
opacity
:
0.8
;
}
.layui-layer-btn
{
position
:
relative
;
top
:
50px
;
left
:
-153px
;
}
.layui-layer-btn0
{
width
:
120px
!important
;
height
:
42px
!important
;
text-align
:
center
;
line-height
:
42px
!important
;
font-size
:
16px
;
}
.layui-layer-content
{
height
:
auto
!important
;
}
.dialog_con
li
{
line-height
:
36px
;
color
:
#303030
;
...
...
staticCss/common.css
View file @
61a5ef5
...
...
@@ -290,7 +290,7 @@ div.footer .system_service ul li a:hover {
left
:
0
;
top
:
-5px
;
font-size
:
14px
;
/* color: #fff; */
color
:
#fff
;
}
/* --------------进度条美化---------------- */
::-webkit-scrollbar
{
...
...
@@ -421,7 +421,9 @@ div.footer .system_service ul li a:hover {
min-height
:
calc
(
100vh
-
520px
);
}
.layui-layer-content
{
height
:
auto
!important
;
}
/* 0091FF */
.layui-layer-content
.userList
{
width
:
50%
;
...
...
@@ -431,6 +433,9 @@ div.footer .system_service ul li a:hover {
box-sizing
:
border-box
;
padding
:
0
20px
;
}
.layui-layer-content
.userList
:last-child
{
margin-bottom
:
60px
;
}
.layui-layer-content
.userList
input
{
width
:
16px
;
height
:
16px
;
...
...
@@ -438,4 +443,12 @@ div.footer .system_service ul li a:hover {
position
:
relative
;
top
:
3px
;
cursor
:
pointer
;
}
/* */
.layui-layer-title
{
background-color
:
#1E9FFF
!important
;
color
:
#fff
!important
;
}
.layui-layer-btn
{
text-align
:
center
;
}
\ No newline at end of file
...
...
staticCss/sfrz.css
View file @
61a5ef5
...
...
@@ -53,9 +53,10 @@
cursor
:
pointer
;
font-size
:
12px
;
color
:
#6e7172
;
width
:
73px
;
height
:
23px
;
text-align
:
center
;
line-height
:
23px
;
display
:
inline-block
;
}
.num
{
display
:
none
;
}
\ No newline at end of file
...
...
staticJs/onlineApply/bdcqlCheck.js
View file @
61a5ef5
...
...
@@ -180,7 +180,6 @@ function addCreatSLSQ(jsondata) {
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
)
{
console
.
log
(
999
,
result
.
data
)
skipNextPage
(
result
.
data
.
bsmSlsq
,
business
.
businessno
);
}
else
{
...
...
Please
register
or
sign in
to post a comment