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
f0d44bd9
authored
2021-01-07 16:41:01 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:我的业务
1 parent
db1682e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
staticCss/wdyw.css
staticJs/wdyw.js
staticCss/wdyw.css
View file @
f0d44bd
...
...
@@ -156,7 +156,7 @@
display
:
inline-block
;
position
:
relative
;
top
:
12px
;
margin-right
:
5
0px
;
margin-right
:
4
0px
;
}
.business_name
h5
{
font-size
:
16px
;
...
...
@@ -244,4 +244,8 @@
.applyBusinessEnd
a
{
background
:
url('../staticImages/yibanjie.png')
;
background-size
:
100%
100%
;
}
.obligee
{
min-width
:
106px
;
margin-right
:
30px
!important
;
}
\ No newline at end of file
...
...
staticJs/wdyw.js
View file @
f0d44bd
...
...
@@ -238,7 +238,7 @@ function dataRendering() {
li
+=
'<h5>'
+
dataList
.
list
[
i
].
djywjc
+
'</h5>'
li
+=
'<p>权力类型:'
+
dataList
.
list
[
i
].
qllxmc
+
'</p>'
li
+=
'</div>'
li
+=
'<div>'
li
+=
'<div
class="obligee"
>'
li
+=
'<p>权利人</p>'
li
+=
'<p>'
+
dataList
.
list
[
i
].
qlrmc
+
'</p>'
li
+=
'</div>'
...
...
Please
register
or
sign in
to post a comment