Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2016-08-08 17:05:06 +0800
Commit
c6844331afc12dc9fee4fe5daf627f3984ee766f
1 parent
26ee25af
代码检查
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
public/scss/common/_common.css
public/scss/common/_loading.css
public/scss/me/_details.css
public/scss/common/_common.css
View file @
c684433
@@ -91,7 +91,7 @@ ul {
@@ -91,7 +91,7 @@ ul {
91
}
91
}
92
92
93
@for
$
i
from
1
to
3
{
93
@for
$
i
from
1
to
3
{
94
-
.line-clamp-
$
i
{
94
+
.line-clamp-
$
i
{
/* stylelint-disable-line */
95
-webkit-line-clamp
:
$
(
i
);
95
-webkit-line-clamp
:
$
(
i
);
96
96
97
@mixin
line-clamp
;
97
@mixin
line-clamp
;
public/scss/common/_loading.css
View file @
c684433
@@ -34,6 +34,7 @@
@@ -34,6 +34,7 @@
34
}
34
}
35
$
init
:
calc
((
$
i
+
1
)
*
0
.12
);
35
$
init
:
calc
((
$
i
+
1
)
*
0
.12
);
36
}
36
}
37
+
37
display
:
inline-block
;
38
display
:
inline-block
;
38
margin
:
4px
;
39
margin
:
4px
;
39
width
:
30px
;
40
width
:
30px
;
public/scss/me/_details.css
View file @
c684433
@@ -16,6 +16,7 @@
@@ -16,6 +16,7 @@
16
height
:
130px
;
16
height
:
130px
;
17
line-height
:
130px
;
17
line-height
:
130px
;
18
}
18
}
19
+
19
height
:
90px
;
20
height
:
90px
;
20
border-bottom
:
1px
solid
#e0e0e0
;
21
border-bottom
:
1px
solid
#e0e0e0
;
21
22
Please
register
or
login
to post a comment