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
d8356ddc
authored
2020-10-29 17:42:08 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
4726b327
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
6 deletions
staticViews/ggxq/css/index.css
staticViews/ggxq/index.html
staticViews/gsgg/css/index.css
staticViews/gsgg/index.html
staticViews/ggxq/css/index.css
View file @
d8356dd
...
...
@@ -222,6 +222,7 @@ div.navigation {
font-weight
:
400
;
color
:
#4A4A4A
;
line-height
:
24px
;
padding-bottom
:
30px
;
}
/* -----------------底部start----------------------------- */
div
.footer
{
...
...
staticViews/ggxq/index.html
View file @
d8356dd
...
...
@@ -53,7 +53,7 @@
<li
class=
"layui-nav-item"
class=
"item_last_child"
><a
href=
""
>
好差评
</a></li>
</ul>
</div>
<div
class=
"navigation_crumbs"
>
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../../staticIndex.html"
>
首页
</a>
...
...
@@ -196,4 +196,12 @@
}
});
});
layui
.
use
(
'element'
,
function
(){
var
element
=
layui
.
element
;
//监听Tab切换,以改变地址hash值
element
.
on
(
'tab(docDemoTabBrief)'
,
function
(){
location
.
hash
=
'test1='
+
this
.
getAttribute
(
'lay-id'
);
});
});
</script>
\ No newline at end of file
...
...
staticViews/gsgg/css/index.css
View file @
d8356dd
...
...
@@ -3,10 +3,23 @@
padding
:
0
;
}
.main
{
}
::-webkit-input-placeholder
{
/* WebKit browsers */
font-size
:
13px
;
color
:
#9B9B9B
;
}
::-moz-placeholder
{
/* Mozilla Firefox 19+ */
font-size
:
13px
;
color
:
#9B9B9B
;
}
:-ms-input-placeholder
{
/* Internet Explorer 10+ */
font-size
:
13px
;
color
:
#9B9B9B
;
}
input
{
padding-left
:
10px
;
}
/*================首页 start=====================*/
div
a
{
color
:
#000000
;
...
...
@@ -123,6 +136,7 @@ div.navigation {
line-height
:
25px
;
background
:
#FAFAFA
;
border
:
1px
solid
#E6E6E6
;
box-sizing
:
border-box
;
}
.navigation_crumbs
.layui-breadcrumb
a
:hover
{
color
:
#f46143
!important
;
...
...
@@ -226,6 +240,7 @@ div.navigation {
background
:
#FFFFFF
;
border-radius
:
2px
;
border
:
1px
solid
#CBCBCB
;
margin-left
:
10px
;
}
.top
button
{
...
...
@@ -269,7 +284,6 @@ div.navigation {
.body
{
display
:
flex
;
justify-items
:
left
;
border-top
:
1px
solid
#CBCBCB
;
}
.body
div
{
...
...
staticViews/gsgg/index.html
View file @
d8356dd
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment