Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-frontend
·
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-03-30 15:29:48 +0800
Commit
bd38d8e367b8dae16b3406c83cc2156551d2ee62
1 parent
9852a242
article-type-one
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
mobile/public/sass/_article-type-one.scss
mobile/public/sass/detail.scss
mobile/views/partials/article-type-one.html
mobile/public/sass/_article-type-one.scss
View file @
bd38d8e
$pxConvertRem
:
40
;
.article-type-one
.img
{
width
:
640rem
/
$pxConvertRem
;
height
:
640rem
/
$pxConvertRem
;
}
\ No newline at end of file
...
...
mobile/public/sass/detail.scss
View file @
bd38d8e
@import
"compass"
;
@include
global-reset
();
@import
"article-author"
,
"article-title"
;
@import
"article-author"
,
"article-title"
,
"article-type-one"
;
body
{
font-family
:
helvetica
,
Arial
,
"黑体"
;
...
...
mobile/views/partials/article-type-one.html
View file @
bd38d8e
{{# type1}}
<div
class=
"article-type-one"
>
<img
src=
"{{img}}"
alt=
"{{alt}}"
>
<img
class=
"img"
src=
"{{img}}"
alt=
"{{alt}}"
>
</div>
{{/ type1}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment