当前位置:网站首页>阿里矢量库的图标使用教程(在线,下载)
阿里矢量库的图标使用教程(在线,下载)
2022-04-23 06:02:00 【NOyesNONO_】
方法一:使用在线链接
- 登录/注册账号

-
选择看上的图标,鼠标悬浮,点击购物车

-
点击导航栏上购物车图标,查看购物车

-
将购物车中的图标添加至项目,若无项目,则新建项目

- 在项目库中看到自己的图标,选择 font class 方式,并点击“查看在线连接”,然后点击生成代码

- 在项目库中看到自己的图标,选择 font class 方式,并点击“查看在线连接”,然后点击生成代码
-
点击复制代码,会得到 //at.alicdn.com/t/font_2933398_9eu14vuyrsu.css,在html中加上
https:使用

-
在html中使用link的方式
-
鼠标悬浮图标上,复制代码,得到该图标的类名 icon-bumengaikuang 在标签上再加上类名 iconfont 使用。一般用 i 标签、span标签都行。

<link rel="stylesheet" href="https://at.alicdn.com/t/font_2933398_6teph59hevw.css">
<i class="iconfont icon-bumengaikuang"></i>
- 若要对样式进行修改,则在css中直接对 图标类名icon-bumengaikuang进行修改即可。
- 当项目中的图标增多时,使用最新生成的链接。
方法二:下载图标
- 悬浮在看上的图标,选第三个,下载。

- 选择合适的颜色,合适的大小。大小单位是px,同字体设置。

- 选择合适的格式下载。
- 选择复制svg代码时,直接粘贴到html目标位置即可。
- 选择图标格式时,按照引入图片的方式引入html即可。
版权声明
本文为[NOyesNONO_]所创,转载请带上原文链接,感谢
https://blog.csdn.net/NOyesNONO_/article/details/121286649
边栏推荐
- Basic concepts of database: OLTP / OLAP / HTAP, RPO / RTO, MPP
- Prometheus监控influxdb的方法及指标释义
- 异常记录-14
- MySQL【sql性能分析+sql调优】
- Prometheus Cortex多租户读写的实现
- [MySQL basics] data export and import permissions and local_ Infile parameter
- 【代码解析(2)】Communication-Efficient Learning of Deep Networks from Decentralized Data
- The getfield () method in TP5 changes, and TP5 gets the value of a single field
- 【代码解析(4)】Communication-Efficient Learning of Deep Networks from Decentralized Data
- rdam 原理解析
猜你喜欢

SSM项目在阿里云部署

Batch modify / batch update the value of a field in the database

ebfp编程常用API介绍

Analysis of Rdam principle

Imitation scallop essay reading page

Redis 详解(基础+数据类型+事务+持久化+发布订阅+主从复制+哨兵+缓存穿透、击穿、雪崩)

Passerelle haute performance pour l'interconnexion entre VPC et IDC basée sur dpdk

Thanos Compactor组件使用

SQL学习|窗口函数

Introduction to common APIs for EBFP programming
随机推荐
fdfs启动
多线程
【ES6快速入门】
如何使用TiUP部署一个TiDB v5.0集群
Unix期末考试总结--针对直系
[shell script exercise] batch add the newly added disks to the specified VG
Imitation scallop essay reading page
Basic concepts of database: OLTP / OLAP / HTAP, RPO / RTO, MPP
Ansible基本命令、角色、内置变量与tests判断
AttributeError: ‘dict‘ object has no attribute ‘iteritems‘
redis 常见问题
openvswitch vlan网络实践
try --finally
使用prom-label-proxy实现Prometheus Thanos的基于标签的多租户读
Prometheus Cortex使用Block存储时的相关问题
异常记录-15
用反射与注解获取两个不同对象间的属性值差异
异常记录-16
重启Oracle监听器会中断已有连接吗
Centos8 builds php8 0.3 operating environment