Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
www.fudou6.com
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liaili
www.fudou6.com
Commits
0b5038d5
Commit
0b5038d5
authored
Aug 01, 2016
by
superman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'express' of gitlab.yanky.cn:liaili/www.fudou6.com into express
parents
32d13b8e
529cf8da
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
172 additions
and
1 deletion
+172
-1
project.css
public/stylesheets/project.css
+75
-0
project.less
public/stylesheets/project.less
+82
-0
product.hbs
views/product.hbs
+1
-1
project.hbs
views/project.hbs
+14
-0
No files found.
public/stylesheets/project.css
View file @
0b5038d5
...
...
@@ -403,6 +403,81 @@
cursor
:
pointer
;
}
/* .modal-box end */
/* .modal-box-success start */
.modal-box-success
{
display
:
none
;
top
:
0
;
left
:
0
;
bottom
:
0
;
right
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.3
);
z-index
:
999
;
position
:
fixed
;
}
.modal-box-success
.modal-dialog
{
position
:
fixed
;
left
:
50%
;
top
:
50%
;
margin-top
:
-200px
;
margin-left
:
-250px
;
width
:
500px
;
height
:
400px
;
background
:
#fff
;
border-radius
:
10px
;
overflow
:
hidden
;
}
.modal-box-success
.modal-dialog
div
:nth-child
(
1
)
{
width
:
100%
;
height
:
80px
;
background
:
#ff4a4b
;
position
:
relative
;
}
.modal-box-success
.modal-dialog
div
:nth-child
(
1
)
h4
{
line-height
:
80px
;
font-size
:
30px
;
color
:
#fff
;
padding-left
:
50px
;
}
.modal-box-success
.modal-dialog
div
:nth-child
(
1
)
a
{
display
:
inline-block
;
width
:
46px
;
height
:
46px
;
line-height
:
46px
;
text-align
:
center
;
border-radius
:
50%
;
border
:
3px
solid
#fff
;
font-size
:
42px
;
position
:
absolute
;
right
:
27px
;
top
:
15px
;
cursor
:
pointer
;
color
:
#fff
;
}
.modal-box-success
.modal-dialog
div
:nth-child
(
2
)
{
position
:
relative
;
}
.modal-box-success
.modal-dialog
div
:nth-child
(
2
)
i
{
display
:
inline-block
;
width
:
69px
;
height
:
69px
;
background
:
url(https://res.fudou6.com/c/4/20160730/e86YXBwb2ludG1lbnQtc3VjY2VzcyA=_69x69.png)
no-repeat
;
position
:
absolute
;
left
:
90px
;
top
:
8px
;
}
.modal-box-success
.modal-dialog
div
:nth-child
(
2
)
h3
{
font-size
:
50px
;
font-weight
:
bold
;
color
:
#ff4a4a
;
margin
:
43px
0
;
padding-left
:
180px
;
}
.modal-box-success
.modal-dialog
p
{
font-size
:
24px
;
line-height
:
28px
;
text-align
:
center
;
}
/* .modal-box-success end */
@media
screen
and
(
min-width
:
769px
)
{
body
.hot-project-introducer
{
width
:
990px
;
...
...
public/stylesheets/project.less
View file @
0b5038d5
...
...
@@ -505,6 +505,88 @@
/* .modal-box end */
/* .modal-box-success start */
.modal-box-success {
display: none;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 999;
position: fixed;
.modal-dialog {
position: fixed;
left: 50%;
top: 50%;
margin-top: -200px;
margin-left: -250px;
width: 500px;
height: 400px;
background: #fff;
border-radius: 10px;
overflow: hidden;
div {
&:nth-child(1) {
width: 100%;
height: 80px;
background: #ff4a4b;
position: relative;
h4 {
line-height: 80px;
font-size: 30px;
color: #fff;
padding-left: 50px;
}
a {
display: inline-block;
width: 46px;
height: 46px;
line-height: 46px;
text-align: center;
border-radius: 50%;
border: 3px solid #fff;
font-size: 42px;
position: absolute;
right: 27px;
top: 15px;
cursor: pointer;
color: #fff;
}
}
&:nth-child(2) {
position: relative;
i {
display: inline-block;
width: 69px;
height: 69px;
background: url(https://res.fudou6.com/c/4/20160730/e86YXBwb2ludG1lbnQtc3VjY2VzcyA=_69x69.png) no-repeat;
position: absolute;
left: 90px;
top: 8px;
}
h3 {
font-size: 50px;
font-weight: bold;
color: #ff4a4a;
margin: 43px 0;
padding-left: 180px;
}
}
}
p {
font-size: 24px;
line-height: 28px;
text-align: center;
}
}
}
/* .modal-box-success end */
.screen() {
.media(@screen-width-small, @container-width-small);
.media(@screen-width, @container-width);
...
...
views/product.hbs
View file @
0b5038d5
...
...
@@ -159,7 +159,7 @@
</div>
<div>
<i></i>
<h3>
恭喜你预约成功
</h3>
<h3>
恭喜你预约成功
!
</h3>
</div>
<p>
富豆工作人员将第一时间与您取得联系!
</p>
</div>
...
...
views/project.hbs
View file @
0b5038d5
...
...
@@ -112,3 +112,17 @@
<a
href=
"javascript:void('close');"
class=
"modal-dialog-close"
>
×
</a>
</div>
</div>
<div
class=
"modal-box-success"
>
<div
class=
"modal-dialog"
>
<div>
<h4>
优质项目介绍
</h4>
<a
href=
"javascript:void('close');"
class=
"modal-dialog-close"
>
×
</a>
</div>
<div>
<i></i>
<h3>
提交成功!
</h3>
</div>
<p>
富豆工作人员将第一时间与您取得联系!
</p>
</div>
</div>
\ No newline at end of file
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