修复CSS问题

This commit is contained in:
yi-ge 2020-07-12 16:32:48 +08:00
parent 6ad10cd450
commit 7e61d738cf
2 changed files with 226 additions and 224 deletions

View File

@ -500,11 +500,11 @@ input:-moz-placeholder
color #ffffff color #ffffff
position fixed position fixed
right 8px right 8px
bottom 38px bottom 42px
z-index 999 z-index 999
padding 4px padding 4px
@media (max-width: 768px) @media (max-width 768px)
.header .header
position fixed position fixed
z-index 999999 z-index 999999

View File

@ -1,5 +1,5 @@
<template lang="pug"> <template lang="pug">
div .postPage
article.articleDetails article.articleDetails
.articleTitle .articleTitle
| {{ articels.post_title }} | {{ articels.post_title }}
@ -453,7 +453,8 @@ export default {
} }
</script> </script>
<style lang="stylus" socped> <style lang="stylus">
.postPage
.articleDetails .articleDetails
margin-top 30px margin-top 30px
background-color #fff background-color #fff
@ -727,6 +728,7 @@ export default {
z-index 9999999 z-index 9999999
@media (max-width: 768px) @media (max-width: 768px)
.postPage
.articleDetails .articleDetails
padding 20px padding 20px
margin-top 50px margin-top 50px