修复CSS问题
This commit is contained in:
parent
6ad10cd450
commit
7e61d738cf
@ -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
|
||||||
|
@ -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,8 +453,9 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="stylus" socped>
|
<style lang="stylus">
|
||||||
.articleDetails
|
.postPage
|
||||||
|
.articleDetails
|
||||||
margin-top 30px
|
margin-top 30px
|
||||||
background-color #fff
|
background-color #fff
|
||||||
padding 50px 10px
|
padding 50px 10px
|
||||||
@ -516,7 +517,7 @@ export default {
|
|||||||
font-size 85%
|
font-size 85%
|
||||||
padding 2px 5px
|
padding 2px 5px
|
||||||
|
|
||||||
.comment
|
.comment
|
||||||
width 100%
|
width 100%
|
||||||
margin-top 60px
|
margin-top 60px
|
||||||
|
|
||||||
@ -726,7 +727,8 @@ export default {
|
|||||||
.vditor--fullscreen
|
.vditor--fullscreen
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user