Blogger Information
Blog 10
fans 0
comment 0
visits 10286
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
背景常用属性、精灵图及阿里字体图标的引用
xsrsblog
Original
907 people have browsed it

背景控制的常用属性

  • 设置背景颜色
  • 背景颜色分割
    背景颜色填充默认情况以border为边界

    设置为content-box后:
  • 背景颜色渐变
  • 背景图片缩放
    background-size

  • 背景图片定位
    background-position

  • 背景图片重复

未设置background-repeat:no-repeat前

设置后

阿里图标引用过程

  1. 进入站点
    https://www.iconfont.cn/
  2. 通过GITHUB账号登入
  3. “图标库”或搜索 寻找需要的图标
  4. 将需要的图标加入购物车
  5. 将图标通过项目的方式下载到本地站点目录并解压
  • Unicode应用方式
  1. 创建ccs文件,例如:ali-icon-unicode.css. 打开下载文件中的demo_index.html,将下图中红框内容复制到创建的css文件中,并配置路径。
  2. 在HTML中引用创建的CSS文件,并通过图标的unicode编码在页面中添加字体图标。
  3. 可以通过自定义样式对该字体图标修改大小和颜色
  • font-class 引用
  1. 在HTML中引用下载项目的iconfont.css文件,并通过图标的类名在页面中添加字体图标
  2. 可以通过自定义样式对该字体图标修改大小和颜色

精灵图的原理与实现

原理:以图片的左上角顶点为远点,通过设置块的大小和对背景图片的重新定位实现(负向偏移)。

谷歌添加Igg扩展插件,在应用商店添加page ruler redux插件

测量图片的width1、height1以及距离左上角顶点的width2、height2.

设置背景的负向偏移量:
background-positon:-width(px) -heigth(px);

调整块的大小
width:width1(px);
height:height(px);

Correcting teacher:GuanhuiGuanhui

Correction status:qualified

Teacher's comments:建议使用代码块+效果图的展现方式,这样不仅代码清晰,还方便他人引用
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post