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
1537fff0
Commit
1537fff0
authored
Dec 21, 2017
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提示框
parent
12c3509e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
52 additions
and
6 deletions
+52
-6
footer_tpl.html
application/index/view/global/footer_tpl.html
+2
-2
navigation.html
application/index/view/global/navigation.html
+9
-0
preview_list.html
application/index/view/member/preview_list.html
+3
-2
public.css
public/resource/css/public.css
+38
-2
No files found.
application/index/view/global/footer_tpl.html
View file @
1537fff0
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=111'
charset=
'utf-8'
></script>
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=1vsdfv11'
charset=
'utf-8'
></script>
\ No newline at end of file
\ No newline at end of file
application/index/view/global/navigation.html
View file @
1537fff0
...
@@ -32,3 +32,12 @@
...
@@ -32,3 +32,12 @@
</li>
</li>
</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 @
1537fff0
...
@@ -165,4 +165,6 @@
...
@@ -165,4 +165,6 @@
</div>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
<!-- /.modal -->
</div>
</div>
\ No newline at end of file
public/resource/css/public.css
View file @
1537fff0
...
@@ -202,4 +202,41 @@ body {
...
@@ -202,4 +202,41 @@ body {
}
}
.clickbg
{
.clickbg
{
background
:
#ff9419
!important
;
background
:
#ff9419
!important
;
}
}
\ No newline at end of file
.successModel
{
position
:
fixed
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
z-index
:
1050
;
overflow
:
hidden
;
outline
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.6
);
display
:
none
;
}
.successModel-center
{
position
:
relative
;
background-color
:
#fff
;
-webkit-background-clip
:
padding-box
;
background-clip
:
padding-box
;
border
:
1px
solid
#999
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
.2
);
border-radius
:
6px
;
outline
:
0
;
-webkit-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
);
box-shadow
:
0
5px
15px
rgba
(
0
,
0
,
0
,
.5
);
width
:
200px
;
height
:
60px
;
margin
:
0
auto
;
margin-top
:
200px
;
}
.successModel-center
p
{
padding
:
15px
;
font-size
:
24px
;
color
:
#333
;
text-align
:
center
;
}
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