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
90a4cd17
Commit
90a4cd17
authored
Aug 02, 2016
by
liaili
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
33a77590
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
41 deletions
+27
-41
about.css
public/stylesheets/about.css
+0
-6
about.less
public/stylesheets/about.less
+0
-6
project.css
public/stylesheets/project.css
+13
-14
project.less
public/stylesheets/project.less
+13
-14
project.hbs
views/project.hbs
+1
-1
No files found.
public/stylesheets/about.css
View file @
90a4cd17
...
...
@@ -133,12 +133,6 @@
.company-introduction
.friend-list
a
:nth-child
(
4
)
{
border-top
:
0
;
}
.company-introduction
.friend-list
a
:nth-child
(
5
),
.company-introduction
.friend-list
a
:nth-child
(
6
),
.company-introduction
.friend-list
a
:nth-child
(
7
),
.company-introduction
.friend-list
a
:nth-child
(
8
)
{
background-position
:
center
38px
;
}
/* .company-introduction end */
/* .address-map */
.address-map
{
...
...
public/stylesheets/about.less
View file @
90a4cd17
...
...
@@ -144,12 +144,6 @@
&:nth-child(4) {
border-top: 0;
}
&:nth-child(5),
&:nth-child(6),
&:nth-child(7),
&:nth-child(8) {
background-position: center 38px;
}
}
}
}
...
...
public/stylesheets/project.css
View file @
90a4cd17
...
...
@@ -171,17 +171,17 @@
width
:
100%
;
}
.hot-project-address
.hot-project-address-box
>
div
:nth-child
(
2
)
a
{
width
:
1
38
px
;
height
:
4
6
px
;
width
:
1
20
px
;
height
:
4
0
px
;
text-align
:
center
;
line-height
:
4
6
px
;
line-height
:
4
0
px
;
font-size
:
18px
;
font-weight
:
bold
;
border-radius
:
2
6px
;
border-radius
:
1
6px
;
background
:
#fff
;
color
:
#000
;
position
:
absolute
;
right
:
-1
44
px
;
right
:
-1
26
px
;
z-index
:
3
;
}
.hot-project-address
.hot-project-address-box
>
div
:nth-child
(
2
)
a
:hover
{
...
...
@@ -189,28 +189,28 @@
color
:
#fff
;
}
.hot-project-address
.hot-project-address-box
>
div
:nth-child
(
2
)
a
:nth-child
(
2
)
{
top
:
3
%
;
top
:
4
%
;
}
.hot-project-address
.hot-project-address-box
>
div
:nth-child
(
2
)
a
:nth-child
(
3
)
{
top
:
2
3
%
;
top
:
2
4
%
;
}
.hot-project-address
.hot-project-address-box
>
div
:nth-child
(
2
)
a
:nth-child
(
4
)
{
top
:
3
8
%
;
top
:
3
9
%
;
}
.hot-project-address
.hot-project-address-box
>
div
:nth-child
(
2
)
a
:nth-child
(
5
)
{
top
:
5
6
%
;
top
:
5
7
%
;
}
.hot-project-address
.hot-project-address-box
>
div
:nth-child
(
2
)
a
:nth-child
(
6
)
{
top
:
6
5
%
;
top
:
6
6
%
;
}
.hot-project-address
.hot-project-address-box
>
div
:nth-child
(
2
)
a
:nth-child
(
7
)
{
top
:
7
4
%
;
top
:
7
5
%
;
}
.hot-project-address
.hot-project-address-box
>
div
:nth-child
(
2
)
a
:nth-child
(
8
)
{
top
:
84%
;
}
.hot-project-address
.hot-project-address-box
>
div
:nth-child
(
2
)
a
:nth-child
(
9
)
{
top
:
9
4
%
;
top
:
9
3
%
;
}
/* .hot-project-address end */
/* .hot-project-tabs start */
...
...
@@ -352,7 +352,6 @@
}
.modal-box
.modal-dialog
img
{
width
:
200px
;
height
:
300px
;
position
:
absolute
;
right
:
55px
;
top
:
108px
;
...
...
@@ -381,7 +380,7 @@
left
:
50%
;
top
:
50%
;
margin-top
:
-200px
;
margin-left
:
-2
5
0px
;
margin-left
:
-2
0
0px
;
width
:
500px
;
height
:
400px
;
background
:
#fff
;
...
...
public/stylesheets/project.less
View file @
90a4cd17
...
...
@@ -181,45 +181,45 @@
width: 100%;
}
a {
width: 1
38
px;
height: 4
6
px;
width: 1
20
px;
height: 4
0
px;
text-align: center;
line-height: 4
6
px;
line-height: 4
0
px;
font-size: 18px;
font-weight: bold;
border-radius:
2
6px;
border-radius:
1
6px;
background: #fff;
color: #000;
position: absolute;
right: -1
44
px;
right: -1
26
px;
z-index: 3;
&:hover {
background: #000;
color: #fff;
}
&:nth-child(2) {
top:
3
%;
top:
4
%;
}
&:nth-child(3) {
top: 2
3
%;
top: 2
4
%;
}
&:nth-child(4) {
top: 3
8
%;
top: 3
9
%;
}
&:nth-child(5) {
top: 5
6
%;
top: 5
7
%;
}
&:nth-child(6) {
top: 6
5
%;
top: 6
6
%;
}
&:nth-child(7) {
top: 7
4
%;
top: 7
5
%;
}
&:nth-child(8) {
top: 84%;
}
&:nth-child(9) {
top: 9
4
%;
top: 9
3
%;
}
}
}
...
...
@@ -387,7 +387,6 @@
}
img {
width: 200px;
height: 300px;
position: absolute;
right: 55px;
top: 108px;
...
...
@@ -420,7 +419,7 @@
left: 50%;
top: 50%;
margin-top: -200px;
margin-left: -2
5
0px;
margin-left: -2
0
0px;
width: 500px;
height: 400px;
background: #fff;
...
...
views/project.hbs
View file @
90a4cd17
...
...
@@ -52,7 +52,7 @@
<a
data-index=
"2"
href=
"javascrpt:;"
>
江苏海安
</a>
<a
data-index=
"3"
href=
"javascrpt:;"
>
成都金堂
</a>
<a
data-index=
"4"
href=
"javascrpt:;"
>
四川巴中
</a>
<a
data-index=
"5"
href=
"javascrpt:;"
>
贵州
同
仁
</a>
<a
data-index=
"5"
href=
"javascrpt:;"
>
贵州
铜
仁
</a>
<a
data-index=
"6"
href=
"javascrpt:;"
>
贵州余庆
</a>
<a
data-index=
"7"
href=
"javascrpt:;"
>
贵州黔南州
</a>
</div>
...
...
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