Android 5.0 Lollipop 是迄今为止最重大的一次发布,因为 material design 的存在,android的界面风格发生了新的改变,这是一门新的设计语言,它刷新了整个 Android 的用户体验。对于开发者来说,要设计出完全符合 material design 哲学的应用,是一个很大的挑战。 Android Design Support Library 对此提供了很好的支
转载 2023-12-26 12:26:24
160阅读
1 问题 1.1 国内访问 google 困难,众所周知 1.2 在平时的工作中使用 Material Icons 如何查询呢 2 办法 2.1 github.com 把包 download 2.2 解压到本地 2.3 根目录下有个 index.html 2.4 用浏览器打开吧,这就是你要的!
转载 2019-06-26 12:09:00
121阅读
2评论
vue引用vee-validate插件表单验证(cdn方式引入)之前用的是webpack打包工具写的项目,后来需求改成静态页面的方式,所以又要把一些引入方式改过来,这就是前端麻烦的地方。网上也有很多npm引入方式的,主要是老版本和新版本vee-validate引起的问题(特别是中文错误提示的引用问题),我这里写一下关于cdn方式引入,中文包配置的问题。一、 CDN方式(官网)<!-- jsd
http://www.tucoo.com/index_web.htm
转载 2007-10-22 13:31:00
52阅读
前端使用<link href="https://fonts.googleapis.com/css2?family=Material+Icons" rel="stylesheet">由于访问fonts.googleapis.com不稳定,所以经常出现图标访问不到
原创 2021-06-17 11:38:19
1528阅读
1、在项目中安装 vite-plugin-svg-icons npm install vite-plugin-svg-icons2、打开 vite.config.ts 文件,添加注释为【svg-icons相关】的代码import { defineConfig } from 'vite'import vue from '@vitejs/plugin-vue'
原创 2022-12-09 17:09:52
2837阅读
1点赞
一、问题前端使用<link href="https://fonts.googleapis.com/css2?family=Material+Icons" rel="stylesheet">但由于访问fonts.googleapis.com不稳定,所以经常出现图标访问不到。二、解决方案1.将上述链接​​https://fonts.googleapis.com/css2?fami
原创 2022-03-27 16:57:38
548阅读
# jQuery UI Icons: A Complete Guide with Code Examples jQuery UI Icons is a collection of easily customizable icons that can be used in web development projects to enhance the user interface and impr
原创 2024-04-06 04:47:35
30阅读
 
原创 2010-06-21 01:41:18
586阅读
free food icons
转载 2020-06-13 22:35:00
187阅读
2评论
Where to find the ServiceNow icons and images available within ServiceNow.IMAGE PICKERAn easy way to find some icons is the image picker.  To use the image picker, type image_picker.do in the lef
原创 2019-01-11 13:59:16
1301阅读
1.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoTrayItemsDisplay"=dword:000000012.gpedit.mscGPEDIT.MSC 用户配置—>管理模板->任务栏和开始菜单-〉隐藏通知区域配置为已启用Hide Disk Management
原创 2009-12-21 16:00:25
567阅读
cp icons.svg /usr/share/inkscape/icons/then open icons.svg by inkscape/usr/share/inkscape/symbols/https://...
原创 2022-05-02 21:12:48
217阅读
 出现“iPad: appicon.png: icon dimensions (57 x 57) don't meet the size requirements. The icon file must be 72x72 pixels...”这个问题的解决办法如下: Technical Q&A QA1686App Icons on iPad and iPhoneQ:&n
转载 2023-05-17 21:38:33
63阅读
本文展示了两种在HTML中使用Vue.js、ant-design-vue、@ant-design/icons-vue的方式:1)直接引入Vue核心库,创建简单应用;2)通过UMD方式引入ant-design-vue组件库,实现按钮、输入框等UI组件;3)使用ES模块方式按需导入ant-design-vue。三种方式都演示了Vue实例的创建、数据绑定和组件使用,区别在于引入库的方式不同(CDN直接引用、UMD全局对象和ES模块导入)。示例包含基本数据绑定、方法调用和ant-design-vue组件的
只需要在下载字体文件放到项目即可在项目中public/fonts目录下下载element的字体文件字体文件下载地址
原创 2022-06-29 22:22:53
3725阅读
本文使用vue3.js提供的option-api方式实现。将svg图标文件放在icons目录下即可。配置文件vite.config.js。
原创 2022-08-08 09:21:59
3425阅读
@ant-design/icons
转载 2021-04-06 10:31:00
411阅读
2评论
https://inkscape.org/en/~BobSongs/%E2%98%85iconssvgwget https://media.inkscape.org/media/resources/file/ic...
转载 2022-05-02 21:12:56
87阅读
凹凸贴图效果“等等,什么?” 您会惊叹:““图层样式”菜单中没有凹凸贴图效果!” 的确如此,但是通过将“图案覆盖”和“斜面和浮雕”结合使用,我们可以使用可控光源实现带纹理的凹凸贴图表面。此技术需要两张图像:一个用于纹理和颜色,另一个用于深度图。深度图不需要任何色相,因为它基于复合值确定深度,黑色是最低值,白色是最高值。在某些情况下,您可能会为两者使用相同的图像,但是在我们的示例中,我们将使用完全不
  • 1
  • 2
  • 3
  • 4
  • 5