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
7e0fcaa2
authored
2021-01-22 13:56:08 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style
1 parent
f2a4628a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
staticCss/gsgg.css
staticViews/gsgg.html
staticCss/gsgg.css
View file @
7e0fcaa
...
...
@@ -355,7 +355,7 @@ div.navigation {
padding-left
:
8px
;
}
.
gg
{
.
notice-item
{
text-overflow
:
clip
;
overflow
:
hidden
;
height
:
100px
;
...
...
staticViews/gsgg.html
View file @
7e0fcaa
...
...
@@ -47,6 +47,16 @@
<div
class=
"listArea"
>
<div
class=
"announcement_list"
>
<ul
class=
"gglist"
id=
"notice-list"
>
<!-- <li>
<a href="./ggxq.html?id=c0654da77bda44270f558bb36f8574c3" target="_blank">
<div class="notice-item"> <svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icongongshi"></use>
</svg>
<p class="item_list"> 2222222 </p>
</div>
</a>
</li> -->
<!-- icongonggao1 -->
</ul>
<div
id=
"test1"
></div>
</div>
...
...
@@ -74,7 +84,7 @@
{{
#
layui
.
each
(
d
.
list
,
function
(
index
,
item
){
}}
<
li
>
<
a
href
=
'./ggxq.html?id={{item.id}}'
target
=
"_blank"
>
<
div
class
=
"
gg
"
>
<
div
class
=
"
notice-item
"
>
{{
#
if
(
item
.
noticeType
==
1
){
}}
<
svg
class
=
"icon svg-icon"
aria
-
hidden
=
"true"
>
<
use
xlink
:
href
=
"#icongongshi"
><
/use
>
...
...
Please
register
or
sign in
to post a comment