如何在css和div中将某些文字加到样式中区,变成模板?

如何在css和div中将某些文字加到样式中区,变成模板?,第1张

可以,但是复杂的不行,结合:after :before使用。例如

div.test:after {content: ' 哎呀'}

<div class='test'>我</div>

content :

attr(alt) | counter(name) |

counter(name , list-style-type) |

counters(name , string) |

counters(name , string , list-style-type) |

no-close-quote | no-open-quote | close-quote |

open-quote | string | url(url)

取值:

attr(alt):  使用对象的 alt 属性的文字

counter(name):  使用已命名的计数器

counter(name, list-style-type):  使用已命名的计数器并遵从指定的 list-style-type 属性

counters(name, string):  使用所有已命名的计数器

counters(name, string,

list-style-type):  使用所有已命名的计数器并遵从指定的 list-style-type

属性

no-close-quote:  并不插入 quotes 属性的后标记。但增加其嵌套级别

no-open-quote:  并不插入 quotes 属性的前标记。但减少其嵌套级别

close-quote:  插入 quotes 属性的后标记

open-quote:  插入 quotes 属性的前标记

string:  使用用引号括起的字符串

url(url):  使用指定的绝对或相对 url 地址

首先文字是写在html标签里面的例如:<span class="txt">怎么给我家养事呢?</span>

用css加样式加在标签上作用在标签里面的文字,写法如下:

1、span{font-size:30pxcolor:#F00}

2、 .txt{font-size:30pxcolor:#F00} 等等这些加 类或者id样式也可以……

有不清楚的,请追问。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/11943467.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-19
下一篇 2023-05-19

发表评论

登录后才能评论

评论列表(0条)

保存