From a28b3a46f7da954779e18ea9f213796e98be1407 Mon Sep 17 00:00:00 2001 From: tamaina Date: Fri, 10 Feb 2017 23:07:17 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E7=A8=BF=E8=A9=B3=E7=B4=B0:=E6=9C=AC?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/app/mobile/tags/post-detail.tag | 80 ++++++++++++------------- 1 file changed, 38 insertions(+), 42 deletions(-) diff --git a/src/web/app/mobile/tags/post-detail.tag b/src/web/app/mobile/tags/post-detail.tag index 37e65884b..361eb6b03 100644 --- a/src/web/app/mobile/tags/post-detail.tag +++ b/src/web/app/mobile/tags/post-detail.tag @@ -15,8 +15,8 @@

avatar{ post.user.name }恌Repost

-
avatar -
{ p.user.name }@{ p.user.username }
+
+
avatar
{ p.user.name }@{ p.user.username }
@@ -148,49 +148,45 @@ > .main > footer > button color #888 - > .avatar-anchor - display block - - > .avatar - display block - width 54px - height 54px - margin 0 - border-radius 8px - vertical-align bottom - - @media (min-width 500px) - width 60px - height 60px - > header - position absolute - top 18px - left 80px - width calc(100% - 80px) + display flex + line-height 1.1em - @media (min-width 500px) - top 28px - left 108px - width calc(100% - 108px) - - > .name - display inline-block - margin 0 - color #777 - font-size 16px - font-weight bold - text-align left - text-decoration none - - &:hover - text-decoration underline - - > .username + > .avatar-anchor display block - text-align left - margin 0 - color #ccc + padding 0 .5em 0 0 + + > .avatar + display block + width 54px + height 54px + margin 0 + border-radius 8px + vertical-align bottom + + @media (min-width 500px) + width 60px + height 60px + + > div + + > .name + display inline-block + margin .4em 0 + color #777 + font-size 16px + font-weight bold + text-align left + text-decoration none + + &:hover + text-decoration underline + + > .username + display block + text-align left + margin 0 + color #ccc > .body padding 8px 0