# /s 页面上插入介绍性文本？

**URL:** https://meta.discourse.org/t/insert-intro-text-on-s-page/390569
**Category:** Development
**Tags:** subscriptions
**Created:** [2025年十二月6日 03:55 UTC](https://meta.discourse.org/t/insert-intro-text-on-s-page/390569 "2025-12-06T03:55:18Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [2025年十二月7日 02:32 UTC](https://meta.discourse.org/t/insert-intro-text-on-s-page/390569/12 "2025-12-07T02:32:18Z")

</div>

在谷歌和 Stack Overflow 上做了一些研究后，我拼凑了一个纯 CSS 版本：

```css
.above-main-container-outlet.subscriptions-campaign::after {
  content: "我想要放在这里的任何文本！ \A 这是新的一行！ \A";
  white-space: pre;
}

```

使用 `\A` 作为换行符。

希望这对你有帮助？

---

_[View the full topic](https://meta.discourse.org/t/insert-intro-text-on-s-page/390569)._
