紫影基地

 找回密码
 立即注册
查看: 191|回复: 0

[CSS] css背景样式

[复制链接]
阅读字号:

2002

主题

2117

帖子

21万

积分

超级版主

Rank: 8Rank: 8

积分
210303
发表于 2022-11-20 16:03:44 | 显示全部楼层 |阅读模式

CSS背景background的样式主要有以下⼏种:
1、背景的颜⾊:background-color
背景颜⾊可以写成⼗六进制的以#开头,还可以是rgb格式rgb(255.0.0),还可以直接写成颜⾊的英⽂格式。格式⼀:background-color:#fff;
格式⼆:background-color:rgb(255.0.0);
格式三:background-color:yellow;

2、背景的图⽚:background-image
格式:background-image:url('图⽚路径')

3、背景图⽚的位置:background-position
第⼀种可以使⽤top left right center bottom来规定位置
第⼆种可以使⽤两个百分⽐来规定位置,第⼀个是⽔平位置,第⼆个是垂直位置。
第三种使⽤单位像素来规定位置,如果只规定了⼀个值,那么另⼀个值就是50%。

4、背景图⽚的重复风格:background-repeat
不重复:background-repeat:no-repeat
⽔平重复:background-repeat:repeat-x
垂直纵向重复:background-repeat:repeat-y

5、背景图⽚的固定风格:background-attachment
随着HTML的内容滚动:默认情况下是这样的,不⽤设置。background-attachment:scroll
固定背景图像:background-attachment:fixed
继承⽗元素:background-attachment:inherit

css背景样式.pdf (39.42 KB, 下载次数: 0)

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|紫影基地

GMT+8, 2025-1-12 12:10 , Processed in 0.089945 second(s), 21 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表