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
b3ab644d
authored
2020-11-21 15:52:47 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
caf5f295
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
staticCss/xwdt.css
staticCss/zcfg.css
staticViews/xwdt.html
staticViews/zcfg.html
staticCss/xwdt.css
View file @
b3ab644
div
.subject
h2
a
:hover
{
color
:
#0091FF
;
}
.content_zc
{
min-height
:
calc
(
100vh
-
207px
);
}
div
.subject
{
margin
:
0
auto
;
float
:
none
;
...
...
@@ -195,6 +197,7 @@ div.subject {
#page
{
margin-top
:
20px
;
text-align
:
center
;
margin-bottom
:
50px
;
}
.right
{
...
...
staticCss/zcfg.css
View file @
b3ab644
...
...
@@ -98,11 +98,13 @@ div.subject {
}
/* ---------------------------------------------------- */
.content_zc
{
min-height
:
calc
(
100vh
-
190px
);
}
.leftandright
{
width
:
1200px
;
margin
:
0
auto
;
overflow
:
hidden
;
min-height
:
calc
(
100vh
-
207px
);
}
.leftandright
.left
{
width
:
80%
;
...
...
@@ -198,6 +200,7 @@ div.subject {
#page
{
margin-top
:
20px
;
text-align
:
center
;
margin-bottom
:
50px
;
}
.right
{
...
...
staticViews/xwdt.html
View file @
b3ab644
...
...
@@ -18,6 +18,7 @@
</span>
</div>
</div>
<div
class=
"content_zc"
>
<div
class=
"leftandright"
>
<div
class=
"left"
>
<ul
class=
"leftContainer"
>
...
...
@@ -215,6 +216,7 @@
</ul>
</div>
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
...
...
staticViews/zcfg.html
View file @
b3ab644
...
...
@@ -20,6 +20,7 @@
</span>
</div>
</div>
<div
class=
"content_zc"
>
<div
class=
"leftandright"
>
<div
class=
"left"
>
<ul
class=
"leftContainer"
>
...
...
@@ -116,6 +117,7 @@
</ul>
</div>
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
...
...
Please
register
or
sign in
to post a comment