Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
qsl_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邓丽
qsl_web
Commits
1ed2b76f
Commit
1ed2b76f
authored
Sep 23, 2016
by
邓丽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
js
parent
9f357292
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
14 deletions
+14
-14
dist/css/index.css
+2
-1
dist/css/jcarousellite.css
+2
-1
dist/css/largeSlides.css
+2
-1
dist/html/gal_activity.html
+2
-4
dist/js/public.js
+1
-1
src/js/public.js
+1
-1
src/less/common/header_footer.less
+2
-1
src/pages/gal_activity.ejs
+2
-4
No files found.
dist/css/index.css
View file @
1ed2b76f
...
@@ -269,7 +269,8 @@ footer {
...
@@ -269,7 +269,8 @@ footer {
width
:
1200px
;
width
:
1200px
;
height
:
83px
;
height
:
83px
;
overflow
:
hidden
;
overflow
:
hidden
;
padding
:
20px
60px
;
line-height
:
50px
;
padding
:
0px
60px
;
background
:
#00151e
;
background
:
#00151e
;
}
}
footer
>
p
{
footer
>
p
{
...
...
dist/css/jcarousellite.css
View file @
1ed2b76f
...
@@ -269,7 +269,8 @@ footer {
...
@@ -269,7 +269,8 @@ footer {
width
:
1200px
;
width
:
1200px
;
height
:
83px
;
height
:
83px
;
overflow
:
hidden
;
overflow
:
hidden
;
padding
:
20px
60px
;
line-height
:
50px
;
padding
:
0px
60px
;
background
:
#00151e
;
background
:
#00151e
;
}
}
footer
>
p
{
footer
>
p
{
...
...
dist/css/largeSlides.css
View file @
1ed2b76f
...
@@ -269,7 +269,8 @@ footer {
...
@@ -269,7 +269,8 @@ footer {
width
:
1200px
;
width
:
1200px
;
height
:
83px
;
height
:
83px
;
overflow
:
hidden
;
overflow
:
hidden
;
padding
:
20px
60px
;
line-height
:
50px
;
padding
:
0px
60px
;
background
:
#00151e
;
background
:
#00151e
;
}
}
footer
>
p
{
footer
>
p
{
...
...
dist/html/gal_activity.html
View file @
1ed2b76f
...
@@ -315,15 +315,13 @@
...
@@ -315,15 +315,13 @@
</footer>
</footer>
<script
src=
"../js/jquery-1.11.1.js"
></script>
<script
src=
"../js/jquery-1.11.1.js"
></script>
<script
src=
"../js/public.js"
></script>
<script
src=
"../js/jquery.mousewheel-3.1.12.js"
></script>
<script
src=
"../js/jquery.mousewheel-3.1.12.js"
></script>
<script
src=
"../js/jquery.jcarousellite.js"
></script>
<script
src=
"../js/jquery.jcarousellite.js"
></script>
<script
src=
"../js/public.js"
></script>
<!--五张图轮播效果-->
<!--五张图轮播效果-->
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
window
.
onload
=
function
(){
window
.
onload
=
function
(){
/*导航栏选中样式*/
minHeight
(
"article"
);
GetRequest
();
/*多图片滚动效果*/
/*多图片滚动效果*/
var
lis
=
$
(
".cooperation>ul>li"
);
var
lis
=
$
(
".cooperation>ul>li"
);
...
...
dist/js/public.js
View file @
1ed2b76f
...
@@ -23,7 +23,7 @@ function minHeight(obj){
...
@@ -23,7 +23,7 @@ function minHeight(obj){
var
H
=
window
.
screen
.
availHeight
;
var
H
=
window
.
screen
.
availHeight
;
var
headerH
=
$
(
"header"
).
height
();
var
headerH
=
$
(
"header"
).
height
();
var
footerH
=
$
(
"footer"
).
height
();
var
footerH
=
$
(
"footer"
).
height
();
var
min
=
H
-
headerH
-
footerH
-
2
5
;
var
min
=
H
-
headerH
-
footerH
+
1
5
;
$
(
obj
).
css
(
"min-height"
,
min
);
$
(
obj
).
css
(
"min-height"
,
min
);
}
}
/*页面刷新执行函数*/
/*页面刷新执行函数*/
...
...
src/js/public.js
View file @
1ed2b76f
...
@@ -23,7 +23,7 @@ function minHeight(obj){
...
@@ -23,7 +23,7 @@ function minHeight(obj){
var
H
=
window
.
screen
.
availHeight
;
var
H
=
window
.
screen
.
availHeight
;
var
headerH
=
$
(
"header"
).
height
();
var
headerH
=
$
(
"header"
).
height
();
var
footerH
=
$
(
"footer"
).
height
();
var
footerH
=
$
(
"footer"
).
height
();
var
min
=
H
-
headerH
-
footerH
-
2
5
;
var
min
=
H
-
headerH
-
footerH
+
1
5
;
$
(
obj
).
css
(
"min-height"
,
min
);
$
(
obj
).
css
(
"min-height"
,
min
);
}
}
/*页面刷新执行函数*/
/*页面刷新执行函数*/
...
...
src/less/common/header_footer.less
View file @
1ed2b76f
...
@@ -39,7 +39,8 @@ header{
...
@@ -39,7 +39,8 @@ header{
/*底部版权模块*/
/*底部版权模块*/
footer{
footer{
.margin-auto(1200px,83px);
.margin-auto(1200px,83px);
padding: 20px 60px;
line-height: 50px;
padding:0px 60px;
background: #00151e;
background: #00151e;
>p{
>p{
color:#4f626f;
color:#4f626f;
...
...
src/pages/gal_activity.ejs
View file @
1ed2b76f
...
@@ -283,15 +283,13 @@
...
@@ -283,15 +283,13 @@
<
%
include
./
common
/
footer
.
ejs
%
>
<
%
include
./
common
/
footer
.
ejs
%
>
<script
src=
"../js/jquery-1.11.1.js"
></script>
<script
src=
"../js/jquery-1.11.1.js"
></script>
<script
src=
"../js/public.js"
></script>
<script
src=
"../js/jquery.mousewheel-3.1.12.js"
></script>
<script
src=
"../js/jquery.mousewheel-3.1.12.js"
></script>
<script
src=
"../js/jquery.jcarousellite.js"
></script>
<script
src=
"../js/jquery.jcarousellite.js"
></script>
<script
src=
"../js/public.js"
></script>
<!--五张图轮播效果-->
<!--五张图轮播效果-->
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
window
.
onload
=
function
(){
window
.
onload
=
function
(){
/*导航栏选中样式*/
minHeight
(
"article"
);
GetRequest
();
/*多图片滚动效果*/
/*多图片滚动效果*/
var
lis
=
$
(
".cooperation>ul>li"
);
var
lis
=
$
(
".cooperation>ul>li"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment