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
7f5633e7
authored
2020-11-10 16:02:42 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
14b9e60f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
staticCss/common.css
staticIndex.html
staticViews/grzx/index.html
staticViews/zxjf/css/index.css
staticViews/zxjf/index.html
staticCss/common.css
View file @
7f5633e
...
...
@@ -67,7 +67,7 @@ div.subject {
min-width
:
1200px
;
}
div
.top-logo
{
width
:
1
19
0px
;
width
:
1
20
0px
;
height
:
70px
!important
;
padding-top
:
20px
;
margin
:
0
auto
;
...
...
@@ -128,7 +128,7 @@ div.navigation {
text-align
:
center
;
}
.navigation
.layui-nav-item
{
width
:
16
8
px
;
width
:
16
9
px
;
position
:
relative
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0.2
);
margin-left
:
-1px
;
...
...
staticIndex.html
View file @
7f5633e
...
...
@@ -30,7 +30,7 @@
<ul
class=
"login"
>
<!-- <li>登录</li> -->
<li>
<a
href=
"./staticViews/grzx/index.html"
>
个人中心
</a>
<a
href=
"./staticViews/grzx/index.html"
>
登录
</a>
</li>
<li>
注册
</li>
</ul>
...
...
staticViews/grzx/index.html
View file @
7f5633e
...
...
@@ -13,8 +13,8 @@
<link
rel=
'icon'
href=
'favicon.ico'
type=
'image/x-ico'
/>
<meta
name=
"description"
content=
""
/>
<meta
name=
"keywords"
content=
""
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../staticCss/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../staticLib/layui/css/layui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../staticCss/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./css/index.css"
>
</head>
...
...
staticViews/zxjf/css/index.css
View file @
7f5633e
...
...
@@ -26,7 +26,7 @@
height
:
32px
;
margin-left
:
6px
;
}
.
layui-
input
{
.
tab_list_search
input
{
height
:
32px
;
}
.payed
{
...
...
staticViews/zxjf/index.html
View file @
7f5633e
...
...
@@ -14,8 +14,8 @@
<meta
name=
"description"
content=
""
/>
<meta
name=
"keywords"
content=
""
/>
<link
rel=
"stylesheet"
href=
"../../staticCss/swiper-bundle.min.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../staticCss/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../staticLib/layui/css/layui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../staticCss/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./css/index.css"
>
</head>
...
...
Please
register
or
sign in
to post a comment