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
4b6521ce
Commit
4b6521ce
authored
Dec 21, 2017
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
显示
parent
61d311ef
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
14 deletions
+22
-14
footer_tpl.html
application/index/view/global/footer_tpl.html
+2
-2
navigation.html
application/index/view/global/navigation.html
+1
-8
preview_list.html
application/index/view/member/preview_list.html
+15
-0
public.css
public/resource/css/public.css
+4
-4
No files found.
application/index/view/global/footer_tpl.html
View file @
4b6521ce
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=1vsdfv11'
charset=
'utf-8'
></script>
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=1vsdfv1235544241'
charset=
'utf-8'
></script>
\ No newline at end of file
\ No newline at end of file
application/index/view/global/navigation.html
View file @
4b6521ce
...
@@ -33,11 +33,4 @@
...
@@ -33,11 +33,4 @@
</ul>
</ul>
</nav>
</nav>
<!-- 提示成功模态框(Modal) -->
<div
class=
"successModel"
>
<div
class=
"successModel-center"
>
<p>
提交成功!
</p>
</div>
</div>
application/index/view/member/preview_list.html
View file @
4b6521ce
...
@@ -168,3 +168,17 @@
...
@@ -168,3 +168,17 @@
</div>
</div>
<!-- 提示成功模态框(Modal) -->
<div
class=
"successModel"
>
<div
class=
"successModel-center"
>
<p>
提交成功!
</p>
</div>
</div>
<!--<script>-->
<!--$(document).ready(function(){//页面加载完之后,自动执行该方法-->
<!--$(".successModel").show()-->
<!--setTimeout(function(){$(".successModel").hide();},2000);//2秒后执行该方法-->
<!--});-->
<!--</script>-->
\ No newline at end of file
public/resource/css/public.css
View file @
4b6521ce
...
@@ -228,15 +228,15 @@ body {
...
@@ -228,15 +228,15 @@ body {
box-shadow
:
0
3px
9px
rgba
(
0
,
0
,
0
,
.5
);
box-shadow
:
0
3px
9px
rgba
(
0
,
0
,
0
,
.5
);
-webkit-box-shadow
:
0
5px
15px
rgba
(
0
,
0
,
0
,
.5
);
-webkit-box-shadow
:
0
5px
15px
rgba
(
0
,
0
,
0
,
.5
);
box-shadow
:
0
5px
15px
rgba
(
0
,
0
,
0
,
.5
);
box-shadow
:
0
5px
15px
rgba
(
0
,
0
,
0
,
.5
);
width
:
200px
;
height
:
60px
;
margin
:
0
auto
;
margin
:
0
auto
;
margin-top
:
200px
;
margin-top
:
200px
;
max-width
:
280px
;
}
}
.successModel-center
p
{
.successModel-center
p
{
padding
:
1
5px
;
padding
:
3
5px
;
font-size
:
24
px
;
font-size
:
16
px
;
color
:
#333
;
color
:
#333
;
text-align
:
center
;
text-align
:
center
;
line-height
:
28px
;
}
}
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