Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
fc25b30b
Commit
fc25b30b
authored
Nov 15, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
遮盖层
parent
93525dc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
14 deletions
+10
-14
performance_ranking.html
...n/index/view/performance_ranking/performance_ranking.html
+3
-3
performance_ranking.js
public/resource/js/performance_ranking.js
+7
-11
No files found.
application/index/view/performance_ranking/performance_ranking.html
View file @
fc25b30b
...
@@ -142,10 +142,10 @@
...
@@ -142,10 +142,10 @@
<div
id=
"page-content-wrapper"
>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-xs-12 p-a-0"
>
<div
class=
"col-xs-12 p-a-0"
id=
"paihang"
>
<div
class=
"col-xs-8 p-a-0"
>
<div
class=
"col-xs-8 p-a-0"
>
<div
class=
"col-xs-12 p-a-0"
>
<div
class=
"col-xs-12 p-a-0"
style=
"height:3.86rem"
>
<div
class=
"col-xs-8 p-a-10 p-t-0"
>
<div
class=
"col-xs-8 p-a-10 p-t-0"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel panel-default"
>
<div
class=
"area-title p-a-15 p-tb-10"
>
<div
class=
"area-title p-a-15 p-tb-10"
>
<span><strong>
团队荣誉榜
</strong></span>
<span><strong>
团队荣誉榜
</strong></span>
...
...
public/resource/js/performance_ranking.js
View file @
fc25b30b
...
@@ -55,21 +55,17 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
...
@@ -55,21 +55,17 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
},
},
addDark
:
function
(){
addDark
:
function
(){
var
docHeight
=
$
(
document
).
height
();
//获取窗口高度
var
docHeight
=
'7.52rem'
//获取窗口高度
$
(
'
body'
).
append
(
'<div id="overlay"><div style="position:relative;top:45%;left:48%;font-size:20px;color:#ffffff
">数据加载中,请稍后。。。</div></div>'
);
$
(
'
#paihang'
).
append
(
'<div id="overlay" style="padding-top:25%;height:7.52rem;position:relative;top:0;left:0"><div style="position:relative;top:50%font-size:20px;color:red;transform: translate(-25%,-50%);
">数据加载中,请稍后。。。</div></div>'
);
$
(
'#overlay'
).
height
(
docHeight
).
css
({
$
(
'#overlay'
).
css
({
'opacity'
:
.
9
,
//透明度
'opacity'
:
.
9
,
//透明度
'position'
:
'absolut
e'
,
// 'position': 'relativ
e',
'top'
:
0
,
//
'top': 0,
'left'
:
0
,
//
'left': 0,
'background-color'
:
'black'
,
'background-color'
:
'black'
,
'width'
:
'100%'
,
'width'
:
'100%'
,
'z-index'
:
5000
//保证这个悬浮层位于其它内容之上
'z-index'
:
5000
//保证这个悬浮层位于其它内容之上
});
});
// setTimeout(function(){}, 3000); //设置3秒后覆盖层自动淡出
// });
},
},
dealFileName
:
function
(
str
)
{
dealFileName
:
function
(
str
)
{
...
...
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