|
@@ -444,9 +444,7 @@ const canShowMask = computed(() => {
|
|
|
.article-page-container.v-w1200 {
|
|
|
margin-top: 32px;
|
|
|
}
|
|
|
-</style>
|
|
|
-<style lang="scss" scoped>
|
|
|
-.article-page-container {
|
|
|
+.in-app .article-page-container.v-w1200 {
|
|
|
.content-container {
|
|
|
&.calc {
|
|
|
.content-main {
|
|
@@ -462,6 +460,8 @@ const canShowMask = computed(() => {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+</style>
|
|
|
+<style lang="scss" scoped>
|
|
|
.article-content-footer-container {
|
|
|
::v-deep {
|
|
|
.adsense {
|