<!DOCTYPE html>
<html>
<head>
<title>Farris Icon</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="farrisicon.css" />
<style type="text/css">
.introduction,
.icon-area {
margin: 0 auto;
width: 60%;
}
.introduction hr {
height: 1px;
border: 0;
background: #e9e9e9;
margin: 16px 0;
clear: both;
}
.introduction h2,
.introduction h4,
.introduction h3 {
color: #404040;
margin: 1.6em 0 0.6em 0;
font-weight: 500;
clear: both;
}
.introduction h2 {
font-size: 22px;
margin-bottom: 1em;
}
.introduction h4 {
font-size: 16px;
}
.introduction h3 {
font-size: 18px;
}
.introduction ul>li {
list-style: circle;
}
.introduction .code-wrapper {
padding: 0.5rem 1rem;
background: #f5f2f0;
}
.introduction pre {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}
.introduction code {
color: #905;
font-size: 16px;
font-weight: 700;
margin: 0 8px;
}
.icon-wrapper {
float: left;
text-align: center;
margin: 0 16px 16px 0;
width: 140px;
height: 120px;
}
.icon-wrapper .f-icon {
width: 100px;
height: 100px;
line-height: 100px;
font-size: 32px;
}
.icon-wrapper .f-icon:hover {
font-size: 94px;
}
.icon-text {
font-size: 12px;
}
.search-container {
display: flex;
justify-content: space-between;
}
.icon-search {
line-height: 24px;
border-radius: 4px;
outline: none;
border: 1px solid #ddd;
padding: 2px 6px;
width: 200px;
}
.icon-link{
margin: 0 auto 0 20px;
border: 1px solid #c7e0f4;
background-color: #deecf9;
border-radius: 12px;
padding: 0 8px;
font-size: 12px;
height:22px;
line-height: 22px;
text-decoration: none;
color: #005a9e;
}
</style>
<script type="text/javascript">
/*! jQuery v3.5.0 | (c) JS Foundation and other contributors | jquery.org/license */
!function (e, t) { "use strict"; "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function (e) { if (!e.document) throw new Error("jQuery requires a window with a document"); return t(e) } : t(e) }("undefined" != typeof window ? window : this, function (C, e) { "use strict"; var t = [], r = Object.getPrototypeOf, s = t.slice, g = t.flat ? function (e) { return t.flat.call(e) } : function (e) { return t.concat.apply([], e) }, u = t.push, i = t.indexOf, n = {}, o = n.toString, v = n.hasOwnProperty, a = v.toString, l = a.call(Object), y = {}, m = function (e) { return "function" == typeof e && "number" != typeof e.nodeType }, x = function (e) { return null != e && e === e.window }, E = C.document, c = { type: !0, src: !0, nonce: !0, noModule: !0 }; function b(e, t, n) { var r, i, o = (n = n || E).createElement("script"); if (o.text = e, t) for (r in c) (i = t[r] || t.getAttribute && t.getAttribute(r)) && o.setAttribute(r, i); n.head.appendChild(o).parentNode.removeChild(o) } function w(e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? n[o.call(e)] || "object" : typeof e } var f = "3.5.0", S = function (e, t) { return new S.fn.init(e, t) }; function p(e) { var t = !!e && "length" in e && e.length, n = w(e); return !m(e) && !x(e) && ("array" === n || 0 === t || "number" == typeof t && 0 < t && t - 1 in e) } S.fn = S.prototype = { jquery: f, constructor: S, length: 0, toArray: function () { return s.call(this) }, get: function (e) { return null == e ? s.call(this) : e < 0 ? this[e + this.length] : this[e] }, pushStack: function (e) { var t = S.merge(this.constructor(), e); return t.prevObject = this, t }, each: function (e) { return S.each(this, e) }, map: function (n) { return this.pushStack(S.map(this, function (e, t) { return n.call(e, t, e) })) }, slice: function () { return this.pushStack(s.apply(this, arguments)) }, first: function () { return this.eq(0) }, last: function () { return this.eq(-1) }, even: function () { return this.pushStack(S.grep(this, function (e, t) { return (t + 1) % 2 })) }, odd: function () { return this.pushStack(S.grep(this, function (e, t) { return t % 2 })) }, eq: function (e) { var t = this.length, n = +e + (e < 0 ? t : 0); return this.pushStack(0 <= n && n < t ? [this[n]] : []) }, end: function () { return this.prevObject || this.constructor() }, push: u, sort: t.sort, splice: t.splice }, S.extend = S.fn.extend = function () { var e, t, n, r, i, o, a = arguments[0] || {}, s = 1, u = arguments.length, l = !1; for ("boolean" == typeof a && (l = a, a = arguments[s] || {}, s++), "object" == typeof a || m(a) || (a = {}), s === u && (a = this, s--); s < u; s++)if (null != (e = arguments[s])) for (t in e) r = e[t], "__proto__" !== t && a !== r && (l && r && (S.isPlainObject(r) || (i = Array.isArray(r))) ? (n = a[t], o = i && !Array.isArray(n) ? [] : i || S.isPlainObject(n) ? n : {}, i = !1, a[t] = S.extend(l, o, r)) : void 0 !== r && (a[t] = r)); return a }, S.extend({ expando: "jQuery" + (f + Math.random()).replace(/\D/g, ""), isReady: !0, error: function (e) { throw new Error(e) }, noop: function () { }, isPlainObject: function (e) { var t, n; return !(!e || "[object Object]" !== o.call(e)) && (!(t = r(e)) || "function" == typeof (n = v.call(t, "constructor") && t.constructor) && a.call(n) === l) }, isEmptyObject: function (e) { var t; for (t in e) return !1; return !0 }, globalEval: function (e, t, n) { b(e, { nonce: t && t.nonce }, n) }, each: function (e, t) { var n, r = 0; if (p(e)) { for (n = e.length; r < n; r++)if (!1 === t.call(e[r], r, e[r])) break } else for (r in e) if (!1 === t.call(e[r], r, e[r])) break; return e }, makeArray: function (e, t) { var n = t || []; return null != e && (p(Object(e)) ? S.merge(n, "string" == typeof e ? [e] : e) : u.call(n, e)), n }, inArray: function (e, t, n) { return null == t ? -1 : i.call(t, e, n) }, merge: function (e, t) { for (var n = +t.length, r = 0, i = e.length; r < n; r++)e[i++] = t[r]; return e.length = i, e }, grep: function (e, t, n) { for (var r = [], i = 0, o = e.length, a = !n; i < o; i++)!t(e[i], i) !== a && r.push(e[i]); return r }, map: function (e, t, n) { var r, i, o = 0, a = []; if (p(e)) for (r = e.length; o < r; o++)null != (i = t(e[o], o, n)) && a.push(i); else for (o in e) null != (i = t(e[o], o, n)) && a.push(i); return g(a) }, guid: 1, support: y }), "function" == typeof Symbol && (S.fn[Symbol.iterator] = t[Symbol.iterator]), S.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function (e, t) { n["[object " + t + "]"] = t.toLowerCase() }); var d = function (n) { var e, d, b, o, i, h, f, g, w, u, l, T, C, a, E, v, s, c, y, S = "sizzle" + 1 * new Date, p = n.document, k = 0, r = 0, m = ue(), x = ue(), A = ue(), N = ue(), D = function (e, t) { return e === t && (l = !0), 0 }, j = {}.hasOwnProperty, t = [], q = t.pop, L = t.push, H = t.push, O = t.slice, P = function (e, t) { for (var n = 0, r = e.length; n < r; n++)if (e[n] === t) return n; return -1 }, R = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", M = "[\\x20\\t\\r\\n\\f]", I = "(?:\\\\[\\da-fA-F]{1,6}" + M + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", W = "\\[" + M + "*(" + I + ")(?:" + M + "*([*^$|!~]?=)" + M + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + I + "))|)" + M + "*\\]", F = ":(" + I + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + W + ")*)|.*)\\)|)", B = new RegExp(M + "+", "g"), $ = new RegExp("^" + M + "+|((?:^|[^\\\\])(?:\\\\.)*)" + M + "+$", "g"), _ = new RegExp("^" + M + "*," + M + "*"), z = new RegExp("^" + M + "*([>+~]|" + M + ")" + M + "*"), U = new RegExp(M + "|>"), X = new RegExp(F), V = new RegExp("^" +
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
farris-vue-vue框架开发资源 (2001个子文件)
commit-msg 85B
farris-all.css 1.45MB
farris-all.css 1.18MB
farris-all.css 1.02MB
farris-all.css 1.02MB
farris-all.css 1.02MB
farris-all.css 1.02MB
farris-all.css 1.02MB
farris-all.css 1.02MB
farris-all.css 909KB
gsp-cloud-web.css 125KB
gsp-cloud-web.css 125KB
gsp-cloud-web.css 125KB
gsp-cloud-web.min.css 90KB
gsp-cloud-web.min.css 90KB
gsp-cloud-web.min.css 90KB
farris-mobile-page.css 76KB
vars.css 20KB
vars.css 20KB
control.css 12KB
control.css 12KB
style.css 10KB
vp-doc.css 9KB
vp-doc.css 9KB
designer-canvas.css 9KB
response-layout-editor.css 9KB
designer-canvas.css 8KB
weather.css 8KB
schema-selector.css 7KB
base.css 7KB
base.css 7KB
iconfont.css 7KB
iconfont.css 7KB
iconfont.css 7KB
fonts.css 6KB
fonts.css 6KB
property-panel.css 4KB
property-panel.css 4KB
property-editor.css 4KB
example-block.css 3KB
example-block.css 3KB
events-editor.css 3KB
command-source.css 3KB
vp-sponsor.css 3KB
vp-sponsor.css 3KB
checkbox.css 3KB
radio.css 3KB
parameter-editor.css 2KB
splitter.css 2KB
drawer.css 2KB
custom-block.css 2KB
custom-block.css 2KB
flow-canvas.css 2KB
property-panel-item-list.css 2KB
property-panel-item-list.css 1KB
toolbox.css 1KB
border-editor.css 1KB
toolbox.css 1KB
laucher.css 1KB
spacing-editor.css 780B
data-grid.css 774B
designer-outline.css 747B
radio-button.css 736B
aside.css 652B
command-list.css 626B
entity-tree-view.css 529B
import-external-schema.css 487B
property-panel-item.css 409B
property-panel-item.css 409B
group-item.css 393B
nprogress.css 260B
nprogress.css 260B
utils.css 163B
utils.css 163B
index.css 153B
query-solution-config.css 150B
switch.css 135B
vp-code.css 94B
vp-code.css 94B
date-picker.css 92B
modal.css 80B
smoke-detector.css 76B
base.css 58B
main.css 47B
style.css 37B
style.css 0B
style.css 0B
tooltip.css 0B
style.css 0B
.DS_Store 6KB
.eslintignore 120B
.eslintrc 100B
.eslintrc 96B
.gitignore 239B
.hintrc 298B
farrisicon.html 126KB
index.html 4KB
index.html 985B
index.html 938B
index.html 544B
共 2001 条
- 1
- 2
- 3
- 4
- 5
- 6
- 21
资源评论
csbysj2020
- 粉丝: 2746
- 资源: 5505
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功