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
4c166725
Commit
4c166725
authored
Jan 11, 2019
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9ede1b20
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
13 deletions
+22
-13
frame_two_tpl.html
application/index/view/global/frame_two_tpl.html
+1
-1
main_index.html
application/index/view/main_index/main_index.html
+10
-6
performance_ranking.html
...n/index/view/performance_ranking/performance_ranking.html
+1
-1
public.css
public/resource/css/public.css
+3
-3
mainIndex.js
public/resource/js/mainIndex.js
+7
-2
No files found.
application/index/view/global/frame_two_tpl.html
View file @
4c166725
<!DOCTYPE html>
<html
lang=
"en-us"
class=
"main-index-liu"
style=
"overflow-y: auto;"
>
<html
lang=
"en-us"
class=
"main-index-liu"
>
<head>
<link
rel=
"icon"
href=
"/favicon.ico"
type=
"image/x-icon"
>
<link
rel=
"shortcut icon"
href=
"/favicon.ico"
type=
"image/x-icon"
>
...
...
application/index/view/main_index/main_index.html
View file @
4c166725
...
...
@@ -21,11 +21,15 @@
height
:
100%
;
}
iframe
{
overflow
:
hidden
;
;
overflow
:
hidden
!important
;
}
iframe
>
html
{
overflow
:
hidden
!important
;
}
#mainFrameTabs
{
padding-left
:
1%
;
width
:
86%
;
overflow-y
:
scroll
;
}
.nav-tabs
{
border
:
none
;
...
...
@@ -57,17 +61,17 @@
/* 左侧目录标签的滚动条样式 */
html
::-webkit-scrollbar-track
{
#mainFrameTabs
::-webkit-scrollbar-track
{
-webkit-box-shadow
:
inset
0
0
6px
rgba
(
0
,
0
,
0
,
0.3
)
!important
;
background-color
:
#ccc
!important
;
}
/* 滚动条的滑轨背景颜色 */
html
::-webkit-scrollbar
{
width
:
2
px
!important
;
#mainFrameTabs
::-webkit-scrollbar
{
width
:
4
px
!important
;
background-color
:
#FF2F2F
!important
;
}
/* 滑块颜色 */
html
::-webkit-scrollbar-thumb
{
#mainFrameTabs
::-webkit-scrollbar-thumb
{
background-color
:
#CCCCCC
!important
;
}
</style>
...
...
@@ -83,7 +87,7 @@
<div
class=
"tab-pane active"
style=
"width:100%;"
id=
"bTabs_indexperformanceRanking"
>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
<iframe
frameborder=
"0"
class=
"iframe-type"
scrolling=
"yes"
style=
"width:100%;height:100%;border:0px
;overflow-y:auto
"
src=
"/index/PerformanceRanking"
>
<iframe
frameborder=
"0"
class=
"iframe-type"
scrolling=
"yes"
style=
"width:100%;height:100%;border:0px"
src=
"/index/PerformanceRanking"
>
</iframe>
...
...
application/index/view/performance_ranking/performance_ranking.html
View file @
4c166725
...
...
@@ -6,7 +6,7 @@
html
{
font-size
:
640%
;
width
:
98.9%
;
/*width : 98.9%;*/
overflow
:
hidden
;
}
...
...
public/resource/css/public.css
View file @
4c166725
...
...
@@ -25,7 +25,7 @@ iframe > html > body {
}
html
{
height
:
100%
;
/*overflow-y: scroll;*/
overflow
:
hidden
;
}
a
:hover
{
...
...
@@ -138,7 +138,7 @@ a:hover{
}
/* html滚动条样式 (iframe标签下) */
html
::-webkit-scrollbar-track
{
/*
html::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
background-color: #ccc !important;
}
...
...
@@ -148,7 +148,7 @@ html::-webkit-scrollbar{
}
html::-webkit-scrollbar-thumb{
background-color: #CCCCCC !important;
}
}
*/
@keyframes
show-mulu-action
{
...
...
public/resource/js/mainIndex.js
View file @
4c166725
...
...
@@ -15,9 +15,14 @@ define (['doT', 'text!temp/menu_template_tpl.html','ckfinder','ckfinderStart', '
event
:
function
()
{
var
that
=
this
;
//只在首页显示 菜单
var
height1
=
$
(
"html"
).
height
();
console
.
log
(
height1
)
var
height
=
$
(
"html"
).
height
()
-
120
+
"px !important"
;
console
.
log
(
height
)
// $('.tab-content').attr("style","height:"+height);
var
height
=
window
.
screen
.
availHeight
-
100
;
$
(
'.tab-content'
).
css
(
"height"
,
height
);
$
(
'#mainFrameTabs'
).
attr
(
"style"
,
"height:"
+
height
)
;
menu_bar
(
function
(){
//回调部分
//记录tab的点击状态,对应的标签内容展开,并高亮显示
...
...
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