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 {
}
@for
$
i
from
1
to
3
{
.line-clamp-
$
i
{
.line-clamp-
$
i
{
/* stylelint-disable-line */
-webkit-line-clamp
:
$
(
i
);
@mixin
line-clamp
;
...
...
public/scss/common/_loading.css
View file @
c684433
...
...
@@ -34,6 +34,7 @@
}
$
init
:
calc
((
$
i
+
1
)
*
0
.12
);
}
display
:
inline-block
;
margin
:
4px
;
width
:
30px
;
...
...
public/scss/me/_details.css
View file @
c684433
...
...
@@ -16,6 +16,7 @@
height
:
130px
;
line-height
:
130px
;
}
height
:
90px
;
border-bottom
:
1px
solid
#e0e0e0
;
...
...
Please
register
or
login
to post a comment