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
95a5b92c
authored
2020-10-29 16:26:12 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style():更改文件夹调整样式
1 parent
13c08481
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
16 deletions
staticViews/xwdt/css/index.css
staticViews/xwxq/css/index.css
staticViews/xwdt/css/index.css
View file @
95a5b92
...
...
@@ -33,8 +33,8 @@ div.subject {
/*新闻 */
div
.top-logo
{
width
:
1200px
;
height
:
90px
;
padding-top
:
18
px
;
height
:
70px
!important
;
padding-top
:
20
px
;
}
div
.top-logo
::-webkit-input-placeholder
{
/* WebKit browsers */
...
...
staticViews/xwxq/css/index.css
View file @
95a5b92
...
...
@@ -12,7 +12,18 @@
margin
:
0
auto
;
}
/*================首页 start=====================*/
/* -------------------------头部start----------------------------------- */
html
,
body
,
div
,
span
,
applet
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
abbr
,
acronym
,
address
,
big
,
cite
,
code
,
del
,
dfn
,
em
,
font
,
img
,
ins
,
kbd
,
q
,
s
,
samp
,
small
,
strike
,
strong
,
sub
,
sup
,
tt
,
var
,
b
,
u
,
i
,
center
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
{
border
:
0
;
margin
:
0
;
outline
:
0
none
;
padding
:
0
;
vertical-align
:
baseline
;
font-size
:
100%
;
background
:
transparent
;
font-family
:
Arial
;
}
div
a
{
color
:
#000000
;
text-decoration
:
none
;
...
...
@@ -29,11 +40,9 @@ div.subject {
position
:
relative
;
min-width
:
1200px
;
}
/*新闻 */
div
.top-logo
{
width
:
1200px
;
height
:
70px
;
height
:
70px
!important
;
padding-top
:
20px
;
}
...
...
@@ -48,44 +57,65 @@ div.top-logo ::-moz-placeholder { /* Mozilla Firefox 19+ */
div
.top-logo
:-ms-input-placeholder
{
/* Internet Explorer 10+ */
font-size
:
13px
;
}
.top_logo_content
{
height
:
40px
;
width
:
100%
;
margin
:
0
auto
;
}
div
.top-logo
.top_logo_search
{
float
:
left
;
width
:
350px
;
position
:
relative
;
margin-left
:
400px
;
}
div
.top-logo
.top_logo_search
input
{
border-radius
:
50px
;
}
div
.top-logo
.login
{
float
:
right
;
margin-top
:
8px
;
}
div
.top-logo
.top_logo_search
i
{
position
:
absolute
;
right
:
10px
;
top
:
11px
;
cursor
:
pointer
;
}
/*end*/
.top-logo
h1
{
display
:
inline-block
;
float
:
left
;
}
.top-logo
ul
li
{
display
:
inline-block
;
padding
:
0
8px
;
}
.top-logo
ul
li
:first-child
{
border-right
:
1px
solid
grey
;
}
/*------------------首页 end------------*/
div
.navigation
{
text-align
:
center
;
}
.navigation
.layui-nav-item
{
width
:
130px
;
position
:
relative
;
margin
:
0
22px
;
}
.layui-bg-blue
{
background-color
:
#006CFF
!important
;
}
.layui-nav-item
:not
(
:first-child
)
::before
{
content
:
''
;
position
:
absolute
;
height
:
22px
;
border-left
:
1px
solid
#ccc
;
top
:
21px
;
left
:
-22px
;
}
/* ------------------------------end--------------------------------------- */
/* --------------------导航tab------------------------- */
.navigation_crumbs
{
width
:
100%
;
...
...
@@ -196,7 +226,7 @@ div.navigation {
}
.navigation
.layui-nav-item
{
width
:
1
0
0px
;
width
:
1
3
0px
;
position
:
relative
;
margin
:
0
22px
;
}
...
...
Please
register
or
sign in
to post a comment