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
07f427b0
authored
2021-01-07 18:47:48 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:我的业务
1 parent
f0d44bd9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
staticCss/wdyw.css
staticJs/wdyw.js
staticCss/wdyw.css
View file @
07f427b
...
...
@@ -156,7 +156,7 @@
display
:
inline-block
;
position
:
relative
;
top
:
12px
;
margin-right
:
4
0px
;
margin-right
:
3
0px
;
}
.business_name
h5
{
font-size
:
16px
;
...
...
@@ -218,6 +218,7 @@
}
.business_name
{
width
:
330px
;
margin-right
:
15px
!important
;
}
.business_name
p
{
color
:
#9B9B9B
;
...
...
staticJs/wdyw.js
View file @
07f427b
...
...
@@ -242,7 +242,7 @@ function dataRendering() {
li
+=
'<p>权利人</p>'
li
+=
'<p>'
+
dataList
.
list
[
i
].
qlrmc
+
'</p>'
li
+=
'</div>'
li
+=
'<div>'
li
+=
'<div
class="obligee"
>'
li
+=
'<p>义务人</p>'
li
+=
'<p>'
+
dataList
.
list
[
i
].
ywrmc
+
'</p>'
li
+=
'</div>'
...
...
Please
register
or
sign in
to post a comment