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
eb70792a
Commit
eb70792a
authored
Dec 24, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模板
parent
9d73a55d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
59 additions
and
2 deletions
+59
-2
frame_two_tpl.html
application/index/view/global/frame_two_tpl.html
+55
-0
users_list.html
application/index/view/member/users_list.html
+1
-1
realtimePerformance.html
application/index/view/realtime/realtimePerformance.html
+1
-1
b-liu.tabs.css
public/resource/css/b-liu.tabs.css
+2
-0
No files found.
application/index/view/global/frame_two_tpl.html
0 → 100644
View file @
eb70792a
<!DOCTYPE html>
<html
lang=
"en-us"
>
<head>
<link
rel=
"icon"
href=
"/favicon.ico"
type=
"image/x-icon"
>
<link
rel=
"shortcut icon"
href=
"/favicon.ico"
type=
"image/x-icon"
>
{include file="global/header_tpl" /}
<link
rel=
"stylesheet"
href=
"/resource/css/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"/resource/css/public.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"//qidian.gtimg.com/lulu/theme/peak/css/common/ui/Pagination.css"
>
<link
rel=
"stylesheet"
href=
"/resource/css/bootstrap-theme.min.css"
>
<link
rel=
"stylesheet"
href=
"/resource/css/bootstrap-datetimepicker.min.css"
>
<link
rel=
"stylesheet"
href=
"/resource/css/b-liu.tabs.css"
>
<title>
同联商业
</title>
<style>
/*隐藏显示按钮(梯形)样式代码*/
.hideBtn1
{
position
:
relative
;
right
:
1px
;
border-top
:
0px
solid
transparent
;
border-bottom
:
20px
solid
transparent
;
border-right
:
22px
solid
#1a1a1a
;
border-left
:
0px
solid
#1a1a1a
;
height
:
80px
;
width
:
0
;
line-height
:
20px
;
font-size
:
12px
;
}
.hideBtn2
{
position
:
relative
;
right
:
1px
;
border-top
:
0px
solid
transparent
;
border-bottom
:
20px
solid
transparent
;
border-right
:
0px
solid
#ff9419
;
border-left
:
22px
solid
#ff9419
;
height
:
80px
;
width
:
0
;
line-height
:
20px
;
font-size
:
12px
;
}
</style>
</head>
<body>
<!--<div id="hideLine" style="width:2px;height:80px;background-color: #000000;float:left;display:inline;display:none"></div>
--><!--添加隐藏按钮-->
<div
id=
"wrapper"
style=
"width:98% !important;float:right !important;display:inline"
>
{__CONTENT__}
{include file="global/footer_tpl" /}
</div>
</body>
</html>
application/index/view/member/users_list.html
View file @
eb70792a
{layout name="global/frame_tpl" /}
{layout name="global/frame_t
wo_t
pl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"user"
/>
<style>
.modal-body1
{
...
...
application/index/view/realtime/realtimePerformance.html
View file @
eb70792a
{layout name="global/frame_tpl" /}
{layout name="global/frame_t
wo_t
pl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"realtimePerformance"
/>
<style
type=
"text/css"
>
.left
{
...
...
public/resource/css/b-liu.tabs.css
View file @
eb70792a
...
...
@@ -2,6 +2,8 @@
.bTabs
{
margin-top
:
10px
;
height
:
100%
;
width
:
88%
;
float
:
left
;
}
.bTabs
button
.navTabsCloseBtn
{
font-size
:
23px
!important
;
...
...
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