欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

css里面設置變成三個點

阮建安2年前17瀏覽0評論

下面是一個簡單的示例:

```html

<style>

a:before {

content: "";

width: 20px;

height: 20px;

background-color: blue;

border-radius: 50%;

position: absolute;

top: -80px;

a:after {

content: "";

width: 20px;

height: 20px;

background-color: blue;

border-radius: 50%;

position: absolute;

top: -60px;

</style>

```css

font-style: italic;