Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
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-07-07 15:48:27 +0800
Commit
af5494edf9dbcbad33c0107f5363345aa86f6cf8
1 parent
c0c3ab00
逛固定部分fixed-top透明度
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
mobile/public/sass/saunter/_article-type-one.scss
mobile/public/sass/saunter/_article-type-three.scss
mobile/public/sass/saunter/_article-type-one.scss
View file @
af5494e
...
...
@@ -6,5 +6,5 @@ $pxConvertRem : 40;
}
.article-type-one
.img
{
width
:
100%
;
//
height: 640rem / $pxConvertRem;
height
:
640rem
/
$pxConvertRem
;
}
\ No newline at end of file
...
...
mobile/public/sass/saunter/_article-type-three.scss
View file @
af5494e
...
...
@@ -22,7 +22,7 @@ $pxConvertRem : 40;
left
:
0
;
right
:
0
;
bottom
:
0
;
background
:
#fff
;
background
:
rgba
(
255
,
255
,
255
,
0
.9
)
;
.thumb.focus
.arrow
{
display
:
none
;
...
...
Please
register
or
login
to post a comment