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
8190fb04
authored
2020-11-21 10:52:24 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
818c2409
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
index.html
staticCss/global.css → staticCss/pageHome.css
staticJs/pageHome.js
index.html
View file @
8190fb0
...
...
@@ -5,7 +5,7 @@
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
网上“一窗办事”登记系统
</title>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"./staticCss/
global
.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"./staticCss/
pageHome
.css"
/>
<script
type=
"text/javascript"
src=
"./staticJs/head.js"
></script>
</head>
...
...
@@ -66,9 +66,9 @@
<li>
<a
href=
""
title=
"创新技术体系 引领事业发展"
>
<div
class=
"news_item"
>
<svg
class=
"icon svg-icon"
aria-hidden=
"true"
>
<
!-- <
svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#iconzuixin"></use>
</svg>
</svg>
-->
创新技术体系 引领事业发展引领事业发展引领事业发展引领事业发展
</div>
<span>
2020-06-19
</span>
...
...
staticCss/
global
.css
→
staticCss/
pageHome
.css
View file @
8190fb0
...
...
@@ -398,7 +398,7 @@ div.c_one #ulNews .news_item{
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
width
:
7
2
%
;
width
:
7
5
%
;
font-size
:
14px
;
}
div
.c_one
.news_item
.icon
{
...
...
staticJs/pageHome.js
View file @
8190fb0
...
...
@@ -31,7 +31,7 @@ layui.use('util', function () {
//初始化方法
$
(
function
()
{
NewsData
();
//
NewsData();
addTabs
(
'#index'
)
});
...
...
Please
register
or
sign in
to post a comment