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
55da5a14
Commit
55da5a14
authored
Dec 14, 2017
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc后台前端
parent
a7037589
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
16 deletions
+36
-16
footer_tpl.html
application/index/view/global/footer_tpl.html
+2
-2
navigation.html
application/index/view/global/navigation.html
+8
-8
consumer_list.html
application/index/view/member/consumer_list.html
+3
-2
diagram_list.html
application/index/view/member/diagram_list.html
+3
-2
public.css
public/resource/css/public.css
+6
-0
home.js
public/resource/js/home.js
+14
-2
No files found.
application/index/view/global/footer_tpl.html
View file @
55da5a14
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=11555'
charset=
'utf-8'
></script>
\ No newline at end of file
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=1122555'
charset=
'utf-8'
></script>
\ No newline at end of file
application/index/view/global/navigation.html
View file @
55da5a14
...
...
@@ -18,17 +18,17 @@
<!--<li><a href="#">One more separated link</a></li>-->
<!--</ul>-->
<!--</li>-->
<li>
<a
href=
"preview_list.html"
><span
class=
"glyphicon glyphicon-search"
aria-hidden=
"true"
></span>
预约看铺列表
</a>
<li
role=
"presentation"
class=
"active"
>
<a
href=
"preview_list.html"
class=
"active"
><span
class=
"glyphicon glyphicon-search"
aria-hidden=
"true"
></span>
预约看铺列表
</a>
</li>
<li>
<a
href=
"entrust_list.html"
>
<i
class=
"fa fa-fw fa-folder"
></i>
委托转铺列表
</a>
<li
role=
"presentation"
class=
"active"
>
<a
href=
"entrust_list.html"
>
委托转铺列表
</a>
</li>
<li>
<a
href=
"consumer_list.html"
>
<i
class=
"fa fa-fw fa-file-o"
></i>
用户列表
</a>
<li
role=
"presentation"
class=
"active"
>
<a
href=
"consumer_list.html"
>
用户列表
</a>
</li>
<li>
<a
href=
"diagram_list.html"
>
<i
class=
"fa fa-fw fa-file-o"
></i>
首页轮播图
</a>
<li
role=
"presentation"
class=
"active"
>
<a
href=
"diagram_list.html"
>
首页轮播图
</a>
</li>
</ul>
</nav>
application/index/view/member/consumer_list.html
View file @
55da5a14
...
...
@@ -11,8 +11,9 @@
<div
class=
"row"
>
<div
class=
"col-lg-10 col-lg-offset-0"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
用户列表
<div
class=
"panel-heading breadcrumb"
>
<li><a
href=
"#"
>
用户列表
</a></li>
<li
class=
"active"
>
添加用户
</li>
<div
class=
"pull-right"
>
<ul
class=
"bread_btn"
>
<li>
...
...
application/index/view/member/diagram_list.html
View file @
55da5a14
...
...
@@ -11,8 +11,9 @@
<div
class=
"row"
>
<div
class=
"col-lg-10 col-lg-offset-0"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
首页轮播图
<div
class=
"panel-heading breadcrumb"
>
<li><a
href=
"#"
>
首页轮播图
</a></li>
<li
class=
"active"
>
新增广告
</li>
<div
class=
"pull-right"
>
<ul
class=
"bread_btn"
>
<li>
...
...
public/resource/css/public.css
View file @
55da5a14
...
...
@@ -128,6 +128,7 @@ body {
width
:
3px
;
z-index
:
-1
;
}
.sidebar-nav
li
:first-child
a
{
background-color
:
#1a1a1a
;
color
:
#ffffff
;
...
...
@@ -135,6 +136,7 @@ body {
.sidebar-nav
li
:nth-child
(
2
)
:before
{
background-color
:
#ff9419
;
}
.sidebar-nav
li
:nth-child
(
3
)
:before
{
background-color
:
#ff9419
;
}
...
...
@@ -197,4 +199,7 @@ body {
right
:
0
;
bottom
:
0
;
z-index
:
1
;
}
.clickbg
{
background
:
#ff9419
!important
;
}
\ No newline at end of file
public/resource/js/home.js
View file @
55da5a14
...
...
@@ -3,16 +3,28 @@
*/
define
([
'css!style/home.css'
,
'bootstrapJs'
],
function
()
{
var
home
=
{
urls
:
''
,
init
:
function
()
{
//初始化dot
home
.
ldClick
=
sessionStorage
.
getItem
(
"navclick"
);
home
.
event
();
},
event
:
function
()
{
}
if
(
home
.
ldClick
!==
null
){
$
(
'#sidebar-wrapper ul li:nth-child('
+
(
Number
(
home
.
ldClick
)
+
1
)
+
') a'
).
addClass
(
"clickbg"
);
$
(
'#sidebar-wrapper ul li:nth-child('
+
(
Number
(
home
.
ldClick
)
+
1
)
+
')'
).
siblings
().
find
(
"a"
).
removeClass
(
"clickbg"
);
}
else
{
$
(
'#sidebar-wrapper ul li:nth-child(1) a'
).
addClass
(
"clickbg"
);
$
(
'#sidebar-wrapper ul li:nth-child(1)'
).
siblings
().
find
(
"a"
).
removeClass
(
"clickbg"
);
}
$
(
'#sidebar-wrapper ul li'
).
click
(
function
()
{
sessionStorage
.
setItem
(
"navclick"
,
$
(
this
).
index
());
});
}
}
return
home
;
});
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