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
b308cc08
authored
2021-01-06 15:52:55 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:办事指南
1 parent
11d152c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
staticCss/bszn.css
staticViews/bszn.html
staticCss/bszn.css
View file @
b308cc0
...
...
@@ -202,4 +202,11 @@
}
.itemButton
button
{
display
:
inline-block
;
}
.business_name
{
display
:
inline-block
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
width
:
350px
;
}
\ No newline at end of file
...
...
staticViews/bszn.html
View file @
b308cc0
...
...
@@ -89,7 +89,7 @@
<
ul
class
=
"online_list"
>
{{
#
for
(
var
i
=
0
;
i
<
item
.
bsznListVOS
.
length
;
i
++
){
}}
<
li
>
<
span
>
{{
item
.
bsznListVOS
[
i
].
headline
}}
<
/span
>
<
span
class
=
"business_name"
>
{{
item
.
bsznListVOS
[
i
].
headline
}}
<
/span
>
<
div
class
=
"itemButton"
>
<
a
href
=
'./businessGuideDeatil.html?id="{{item.bsznListVOS[i].bsmBszn}}"'
target
=
"_blank"
>
<
button
type
=
"button"
...
...
@@ -121,7 +121,7 @@
<
ul
class
=
"online_list"
>
{{
#
for
(
var
i
=
0
;
i
<
item
.
bsznListVOS
.
length
;
i
++
){
}}
<
li
>
<
span
>
{{
item
.
bsznListVOS
[
i
].
headline
}}
<
/span
>
<
span
class
=
"business_name"
>
{{
item
.
bsznListVOS
[
i
].
headline
}}
<
/span
>
<
div
class
=
"itemButton"
>
<
a
href
=
'./businessGuideDeatil.html?id={{item.bsznListVOS[i].bsmBszn}}'
target
=
"_blank"
>
<
button
type
=
"button"
class
=
"layui-btn layui-btn-sm"
>
查看详情
<
/button
>
...
...
Please
register
or
sign in
to post a comment