指定伪元素尺寸
因为已经设置float,所以无需设置display:black。
- blockquote:before {
- content: open-quote;
- font-size: 24pt;
- text-align: center;
- line-height: 42px;
- color: #fff;
- background: #ddd;
- float: left;
- position: relative;
- top: 30px;
- border-radius: 25px;
- height: 25px;
- width: 25px;
- }
- blockquote:after {
- content: close-quote;
- font-size: 24pt;
- text-align: center;
- line-height: 42px;
- color: #fff;
- background: #ddd;
- float: right;
- position: relative;
- bottom: 40px;
- border-radius: 25px;
- height: 25px;
- width: 25px;
- }
接洽关系背景图像
我们也可声调换用图片调换内容而不是只有纯文本。尽管content属性供给了 url()来插入图片, 然则在更多的实例中,我更偏向于应用背景(background)属性大年夜而更好的┞菲握图片。