css背景及css列表
CSS背景
background是一个综合属性,它分为以下几个属性。
background-color 背景色
background-image 背景图片
background-repeat 设置背景图的平铺方式
属性值:no-repeat
repeat-x
repeat-y
background-position 设置或检索对象的背景图像位置
background-size 设置背景图的尺寸
background-attachment 设置或检索背景图像是随对象内容滚动还是固定的 fixed 固定的
综合运用示例
background: url(imgs/banner.jpg) 200px 100px /100% no-repeat fixed; /** 图片 位置 大小 平铺 固定 *
CSS列表
列表样式list-style也是一个综合属性,分为下列几个属性。
list-style-type: none;
去除列表前面的符号
list-styleposition: outside/inside;
设置列表前面符号的位置
list-style-image: url();
设置或检索作为对象的列表项标记的图像
相关推荐
Ladyseven 2020-10-22
李鴻耀 2020-08-17
yaodilu 2020-08-03
jiedinghui 2020-10-25
zuncle 2020-09-28
xiaohuli 2020-09-02
葉無聞 2020-09-01
nicepainkiller 2020-08-20
AlisaClass 2020-08-09
myloveqiqi 2020-08-09
buttonChan 2020-08-02
drdrsky 2020-07-29
Ladyseven 2020-07-25
nicepainkiller 2020-07-24
AlisaClass 2020-07-19
hellowzm 2020-07-19
background-color: blue;background-color: yellow;<input type="button" value="变蓝" @click="changeColorT
昔人已老 2020-07-19
骆驼的自白 2020-07-18
lanzhusiyu 2020-07-19