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-05-11 14:33:04 +0800
Commit
818d48031b53cf5ecb01239db51afbbbf4fd877b
1 parent
7850b7eb
移除作者列表页跳转
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
mobile/public/sass/module/_editor.scss
mobile/views/pages/editor.html
mobile/public/sass/module/_editor.scss
View file @
818d480
...
...
@@ -18,8 +18,6 @@
.name
{
font-size
:
32rem
/
$pxConvertRem
;
line-height
:
40rem
/
$pxConvertRem
;
text-decoration
:
none
;
color
:
#000
;
}
.intro
{
font-size
:
28rem
/
$pxConvertRem
;
...
...
mobile/views/pages/editor.html
View file @
818d480
{{# data}}
{{# author}}
<div
class=
"editor-header clearfix"
>
<
a
class=
"avatar"
>
<
div
class=
"avatar"
>
<img
src=
"{{avatar}}"
>
</
a
>
</
div
>
<div
class=
"text"
>
<
a
class=
"name"
href=
"{{url}}"
>
{{name}}
</a
>
<
p
class=
"name"
>
{{name}}
</p
>
<p
class=
"intro"
>
{{intro}}
</p>
<p
class=
"info"
>
{{info}}
</p>
</div>
...
...
Please
register
or
login
to post a comment