Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
xuqi
2015-11-04 19:31:41 +0800
Commit
d886577c19fba99eb03c688fceb6d2014d4b7081
1 parent
cbefa499
head hide
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
static/js/guang/detail.js
static/sass/guang/_detail.scss
static/js/guang/detail.js
View file @
d886577
...
...
@@ -99,7 +99,11 @@ function thumbTouchEvt(e) {
}
if
(
isIphone
)
{
if
(
$
(
'.yoho-header'
).
length
>
0
)
{
$
(
'#wrapper'
).
addClass
(
'ios has-head'
);
}
else
{
$
(
'#wrapper'
).
addClass
(
'ios'
);
}
}
ellipsis
.
init
();
...
...
static/sass/guang/_detail.scss
View file @
d886577
...
...
@@ -35,6 +35,10 @@ $clothes: sprite-map("guang/clothes/*.png");
left
:
0
;
right
:
0
;
overflow
:
hidden
;
&
.has-head
{
top
:
90rem
/
$pxConvertRem
;
}
}
.author
{
...
...
Please
register
or
login
to post a comment