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
d83f48a4
authored
2020-10-29 16:49:46 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:新闻动态
1 parent
cb0aacb1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
3 deletions
staticViews/xwdt/css/index.css
staticViews/xwdt/index.html
staticViews/xwdt/css/index.css
View file @
d83f48a
...
...
@@ -125,8 +125,7 @@ div.navigation {
.navigation_crumbs
{
width
:
100%
;
padding
:
10px
0
;
line-height
:
25px
;
background
:
#FAFAFA
;
`
background
:
#FAFAFA
;
border
:
1px
solid
#E6E6E6
;
}
.navigation_crumbs
.layui-breadcrumb
a
:hover
{
...
...
@@ -220,10 +219,15 @@ div.navigation {
}
.xw
{
display
:
block
;
padding-top
:
10px
;
height
:
150px
;
border-bottom-style
:
inset
;
border-bottom
:
1px
solid
#DEDEDE
;
cursor
:
pointer
;
}
.xw-left
{
margin-right
:
20px
;
}
.xw-left
img
{
...
...
@@ -235,7 +239,9 @@ div.navigation {
.xw-left
,
.xw-right
{
float
:
left
;
}
.xw-right
{
padding-right
:
10px
;
}
.left-top
{
width
:
408px
;
height
:
18px
;
...
...
@@ -244,6 +250,7 @@ div.navigation {
font-weight
:
bold
;
color
:
#4A4A4A
;
line-height
:
18px
;
margin-bottom
:
10px
;
}
.left-body
{
...
...
@@ -255,10 +262,24 @@ div.navigation {
color
:
#6D7278
;
line-height
:
21px
;
}
.left-buttom
{
overflow
:
hidden
;
color
:
#9B9B9B
;
padding-top
:
20px
;
}
.left-buttom
div
:nth-child
(
2
)
{
margin-left
:
10px
;
}
.left-buttom
div
{
float
:
left
;
}
.left-buttom
i
{
font-size
:
14px
!important
;
color
:
#9B9B9B
;
margin-right
:
10px
;
}
.left-buttom-date
{
line-height
:
57px
;
...
...
staticViews/xwdt/index.html
View file @
d83f48a
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment