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
21fc30d6
Commit
21fc30d6
authored
Jan 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台样式优化
parent
3032f359
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
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
+2
-1
public.css
public/resource/css/public.css
+6
-3
b-liu.tabs.js
public/resource/lib/js/b-liu.tabs.js
+1
-1
No files found.
application/index/view/global/frame_two_tpl.html
View file @
21fc30d6
<!DOCTYPE html>
<html
lang=
"en-us"
class=
"main-index-liu"
>
<html
lang=
"en-us"
class=
"main-index-liu"
style=
"overflow-y: auto;"
>
<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 @
21fc30d6
...
...
@@ -51,6 +51,7 @@
}
.tab-content
{
border
:
none
;
height
:
1300px
!important
;
}
...
...
@@ -81,7 +82,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-
x:hidden
"
src=
"/index/PerformanceRanking"
>
<iframe
frameborder=
"0"
class=
"iframe-type"
scrolling=
"yes"
style=
"width:100%;height:100%;border:0px;overflow-
y:auto
"
src=
"/index/PerformanceRanking"
>
</iframe>
...
...
public/resource/css/public.css
View file @
21fc30d6
...
...
@@ -89,8 +89,9 @@ a:hover{
-o-transition
:
all
0.5s
ease
;
-webkit-transition
:
all
0.5s
ease
;
padding-left
:
0
;
height
:
770px
;
/*height: 1500px;*/
transition
:
all
0.5s
ease
;
width
:
98%
!important
;
}
#wrapper
.toggled
{
}
...
...
@@ -114,6 +115,7 @@ a:hover{
width
:
14%
;
z-index
:
1000
;
float
:
left
;
height
:
850px
;
/*animation: show-mulu-action 1.3s;*/
/*目录显示的动画效果(from透明 to 全部显示,用时1.5秒)*/
}
...
...
@@ -158,6 +160,7 @@ a:hover{
#page-content-wrapper
{
width
:
100%
;
float
:
left
;
background
:
#fff
;
}
/*隐藏按钮 样式*/
#hide_menu
{
...
...
@@ -224,7 +227,7 @@ a:hover{
border
:
none
;
}
.container
{
width
:
100
%
;
width
:
97
%
;
padding
:
0px
!important
;
}
/*-------------------------------*/
...
...
@@ -812,6 +815,6 @@ p{margin: 0;}
padding-right
:
28px
;
}
.panel-body
{
padding-right
:
28
px
;
padding-right
:
15
px
;
padding-top
:
10px
;
}
public/resource/lib/js/b-liu.tabs.js
View file @
21fc30d6
...
...
@@ -132,7 +132,7 @@
openTabs
.
push
(
tabId
);
var
openIframe
=
function
(){
$
(
content
).
append
(
'<iframe frameborder="0" class="iframe-type" scrolling="yes" style="width:100%;height:100%;border:0px;" src="'
+
url
+
'"></iframe>'
);
$
(
content
).
append
(
'<iframe frameborder="0" class="iframe-type" scrolling="yes" style="width:100%;height:100%;border:0px;
overflow-y:auto
" src="'
+
url
+
'"></iframe>'
);
};
//进行登录验证
if
(
loginCheck
&&
$
.
isFunction
(
loginCheck
)){
...
...
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