diff --git a/src/web/app/mobile/tags/post-detail.tag b/src/web/app/mobile/tags/post-detail.tag index 37e65884bc..361eb6b030 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