概念性jQuery内容编辑器js代码

版权:原创 更新时间:1年以上
[该文章底部包含文件资源,可根据自己情况,决定是否下载资源使用,时间>金钱,如有需要,立即查看资源]

以下是 概念性jQuery内容编辑器js代码 的示例演示效果:

当前平台(PC电脑)
  • 平台:

部分效果截图1:

概念性jQuery内容编辑器js代码

部分效果截图2:

概念性jQuery内容编辑器js代码

部分效果截图3:

概念性jQuery内容编辑器js代码

HTML代码(index.html):


<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
  <head>
    <meta charset="gb2312">
    <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
    <meta name="viewport" content="width=device-width">
    <title>������jQuery���ݱ༭��</title>
    <link href="css/example-7443e31d.css" media="screen" rel="stylesheet" type="text/css" />
    <script src="js/modernizr.min-f7bd5ab2.js" type="text/javascript"></script>
  </head>
  <body>

<section class="site-width example-container">
  <form>
    <textarea class="js-sir-trevor-instance">{"data":[{"type":"text","data":{"text":"Hello, I'm **Sir Trevor**.\nCreate some new blocks and see _what I can do_.\n"}},{"type":"video","data":{"source":"youtube","remote_id":"hcFLFpmc4Pg"}}]}</textarea>
  </form>
</section>
<script src="js/jquery.min.js"></script>
<script src="js/example-51e4a4c1.js" type="text/javascript"></script>
</body>
</html>

JS代码(modernizr.min-f7bd5ab2.js):

window.Modernizr=function(e,t,n){
	function r(e){
	h.cssText=e}
function o(e,t){
	return typeof e===t}
var a,i,c,l="2.6.2",s={
}
,u=!0,d=t.documentElement,f="modernizr",m=t.createElement(f),h=m.style,p=({
}
.toString," -webkit- -moz- -o- -ms- ".split(" ")),v={
}
,y=[],g=y.slice,E=function(e,n,r,o){
	var a,i,c,l,s=t.createElement("div"),u=t.body,m=u||t.createElement("body");
	if(parseInt(r,10))for(;
	r--;
	)c=t.createElement("div"),c.id=o?o[r]:f+(r+1),s.appendChild(c);
	return a=["&#173;
	",'<style id="s',f,'">',e,"</style>"].join(""),s.id=f,(u?s:m).innerHTML+=a,m.appendChild(s),u||(m.style.background="",m.style.overflow="hidden",l=d.style.overflow,d.style.overflow="hidden",d.appendChild(m)),i=n(s,e),u?s.parentNode.removeChild(s):(m.parentNode.removeChild(m),d.style.overflow=l),!!i}
,b={
}
.hasOwnProperty;
	c=o(b,"undefined")||o(b.call,"undefined")?function(e,t){
	return t in e&&o(e.constructor.prototype[t],"undefined")}
:function(e,t){
	return b.call(e,t)}
,Function.prototype.bind||(Function.prototype.bind=function(e){
	var t=this;
	if("function"!=typeof t)throw new TypeError;
	var n=g.call(arguments,1),r=function(){
	if(this instanceof r){
	var o=function(){
}
;
	o.prototype=t.prototype;
	var a=new o,i=t.apply(a,n.concat(g.call(arguments)));
	return Object(i)===i?i:a}
return t.apply(e,n.concat(g.call(arguments)))}
;
	return r}
);
	for(var C in v)c(v,C)&&(i=C.toLowerCase(),s[i]=v[C](),y.push((s[i]?"":"no-")+i));
	return s.addTest=function(e,t){
	if("object"==typeof e)for(var r in e)c(e,r)&&s.addTest(r,e[r]);
	else{
	if(e=e.toLowerCase(),s[e]!==n)return s;
	t="function"==typeof t?t():t,"undefined"!=typeof u&&u&&(d.className+=" "+(t?"":"no-")+e),s[e]=t}
return s}
,r(""),m=a=null,function(e,t){
	function n(e,t){
	var n=e.createElement("p"),r=e.getElementsByTagName("head")[0]||e.documentElement;
	return n.innerHTML="x<style>"+t+"</style>",r.insertBefore(n.lastChild,r.firstChild)}
function r(){
	var e=y.elements;
	return"string"==typeof e?e.split(" "):e}
function o(e){
	var t=v[e[h]];
	return t||(t={
}
,p++,e[h]=p,v[p]=t),t}
function a(e,n,r){
	if(n||(n=t),u)return n.createElement(e);
	r||(r=o(n));
	var a;
	return a=r.cache[e]?r.cache[e].cloneNode():m.test(e)?(r.cache[e]=r.createElem(e)).cloneNode():r.createElem(e),a.canHaveChildren&&!f.test(e)?r.frag.appendChild(a):a}
function i(e,n){
	if(e||(e=t),u)return e.createDocumentFragment();
	n=n||o(e);
	for(var a=n.frag.cloneNode(),i=0,c=r(),l=c.length;
	l>i;
	i++)a.createElement(c[i]);
	return a}
function c(e,t){
	t.cache||(t.cache={
}
,t.createElem=e.createElement,t.createFrag=e.createDocumentFragment,t.frag=t.createFrag()),e.createElement=function(n){
	return y.shivMethods?a(n,e,t):t.createElem(n)}
,e.createDocumentFragment=Function("h,f","return function(){
	var n=f.cloneNode(),c=n.createElement;
	h.shivMethods&&("+r().join().replace(/\w+/g,function(e){
	return t.createElem(e),t.frag.createElement(e),'c("'+e+'")'}
)+");
	return n}
")(y,t.frag)}
function l(e){
	e||(e=t);
	var r=o(e);
	return y.shivCSS&&!s&&!r.hasCSS&&(r.hasCSS=!!n(e,"article,aside,figcaption,figure,footer,header,hgroup,nav,section{
	display:block}
mark{
	background:#FF0;
	color:#000}
")),u||c(e,r),e}
var s,u,d=e.html5||{
}
,f=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,m=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,h="_html5shiv",p=0,v={
}
;
	!function(){
	try{
	var e=t.createElement("a");
	e.innerHTML="<xyz></xyz>",s="hidden"in e,u=1==e.childNodes.length||function(){
	t.createElement("a");
	var e=t.createDocumentFragment();
	return"undefined"==typeof e.cloneNode||"undefined"==typeof e.createDocumentFragment||"undefined"==typeof e.createElement}
()}
catch(n){
	s=!0,u=!0}
}
();
	var y={
	elements:d.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:d.shivCSS!==!1,supportsUnknownElements:u,shivMethods:d.shivMethods!==!1,type:"default",shivDocument:l,createElement:a,createDocumentFragment:i}
;
	e.html5=y,l(t)}
(this,t),s._version=l,s._prefixes=p,s.testStyles=E,d.className=d.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(u?" js "+y.join(" "):""),s}
(this,this.document);
	

CSS代码(example-7443e31d.css):

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
.block-type{width:16.66667%}
.block-type,.feature,.more-info__ctas,.footer__meta-item,.more-info__copy{float:left}
.feature{width:50%}
@media (max-width:38em){.feature{float:none;width:auto}
}
.more-info__ctas,.footer__meta-item{width:33.33333%}
@media (max-width:38em){.more-info__ctas,.footer__meta-item{float:none;width:auto}
}
.more-info__copy{width:66.66667%}
@media (max-width:38em){.more-info__copy{float:none;width:auto}
}
p a,li a{color:#34e0c2}
html{font-family:'Source Sans Pro',sans-serif;font-size:100%;line-height:1.3;-webkit-font-smoothing:antialiased}
body{font-size:20px;color:#707477}
@media (max-width:38em){body{font-size:16px}
}
.site-width,.block{width:48em;margin:0pt auto;overflow:hidden}
@media (max-width:68em){.site-width,.block{margin:0 5%;width:auto}
}
.example-container{padding:50px 0}
.site-logo{display:inline-block;margin:1em 0;padding-left:1.25em;font-size:1.4em;color:#fff;text-decoration:none;font-weight:600;position:relative}
.site-logo:before{color:#34e0c2;position:absolute;left:0;top:.15em}
.site-logo:hover{color:#34e0c2}
@media (max-width:24em){.site-logo{padding-left:1.1em}
}
.site-header__info-container{padding:1em 0;position:relative}
.site-header__video{position:absolute;bottom:0;right:0}
@media (max-width:70em){.site-header__video{display:none}
}
.site-nav{margin:1.75em 0 0 0;float:right}
.site-nav__items{margin:0;padding:0;list-style:none}
.site-nav__item{margin-left:1.5em;float:left}
.site-nav__item a{color:#34e0c2;text-decoration:none}
@media (max-width:24em){.site-nav__item{margin-left:.5em}
}
.cf:before,.block-types:before,.footer__meta-items:before,.cf:after,.block-types:after,.footer__meta-items:after{content:" ";display:table}
.cf:after,.block-types:after,.footer__meta-items:after{clear:both}
.cf,.block-types,.footer__meta-items{*zoom:1}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.dark-bg{background:#42474b;color:#fff}
.site-width,.block{width:48em;margin:0pt auto;overflow:hidden}
@media (max-width:68em){.site-width,.block{margin:0 5%;width:auto}
}
.cta{display:inline-block;padding:0.5em 0;font-size:0.8em}
.btn{display:block;border-radius:0.2em;border:1px solid #fff;text-align:center;padding:0.4em 0;margin:0 0 0.5em 0;color:inherit;text-decoration:none}
.btn:hover{background:#fff;color:#42474b}
@media (max-width:38em){.btn{max-width:100%;width:100%}
}
.btn--primary{border-color:#34e0c2;background-color:#34e0c2;color:#42474b}
.btn--primary:hover{border-color:#179781;background-color:#179781;color:#fff}
.btn--secondary{border-color:#E0E0E0}
.btn--secondary:hover{background-color:#E0E0E0}
.example-video{padding-bottom:59.7%;background:url(screen-37eeb5eb.png) no-repeat 0 0;background-size:100%}
img{margin:0;padding:0;float:left}
.typer{margin:2em 0}
@media (max-width:38em){.typer{margin:1em 0}
}
.intro{margin:0;padding:0}
@media (max-width:38em){.intro{font-size:1.3em}
}
.typer-text{min-height:2.8em}
@media (max-width:38em){.typer-text{min-height:4.2em}
}
.js .typer-target{border-right:1px solid #34e0c2}
.typer-target span{background-color:#34e0c2 !important;color:white !important}
.intro-copy{width:80%;margin:0 0 2.5em 0;line-height:1.5}
.block-types{margin:2em 0;padding:0}
.block-type{display:block;text-align:center;margin-bottom:1.25em}
.block-type .st-icon{display:block;line-height:1;margin-bottom:0.25em;font-size:3.8em}
@media (max-width:38em){.block-type{width:33.33333%}
}
.features,.block-types{margin:2em 0;padding:0}
.features{margin-bottom:0}
.feature{display:block;margin:0 0 0.5em 0;padding:0 0 0 1.25em}
.feature:before{color:#34e0c2;margin:.15em 0 0 -1.25em;position:absolute}
.example-gif{width:100%}
.block{border-top:1px solid #F3F3F3;padding-top:2.5em;padding-bottom:1.5em;margin-top:1.5em}
.block--features{margin-top:0;border-top:0}
.block h2{color:#42474B;margin-top:0}
.more-info__copy{margin-bottom:1.5em}
.more-info__copy p{width:90%;font-size:1.2em;margin:0}
.block--more-info{padding:3em 0}
.footer_intro{display:block;margin-bottom:1.5em}
.footer__meta-items{margin:0;padding:0}
.footer__meta-item{list-style:none}
.footer_license{font-size:0.8em;color:#E0E0E0}
.logo{display:block;text-indent:-999em;margin:0 0 2em 0;font-size:1em}
@media (max-width:38em){.logo{font-size:0.8em;float:none}
}
.logo--itv{background:url(itv-dad7ede7.png) no-repeat;background-size:100%;width:6em;height:3.05em}
.logo--mxm{background:url(mxm-87d509b1.png) no-repeat;background-size:100%;width:10.15em;height:1.75em;margin-top:1em}
.site-footer{padding:1.5em 0}
.st-outer{font-family:"Source Sans Pro",sans-serif;font-size:16px}
[data-icon]:before,[data-icon-after]:after{font-family:'ST-Icons';speak:none;-webkit-font-feature-settings:"liga","dlig";-moz-font-feature-settings:"liga=1,dlig=1";-moz-font-feature-settings:"liga","dlig";-ms-font-feature-settings:"liga","dlig";-o-font-feature-settings:"liga","dlig";font-feature-settings:"liga","dlig";text-rendering:optimizeLegibility;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:attr(data-icon)}
[data-icon-after]:after{content:attr(data-icon-after)}
.st-icon{font-family:'ST-Icons';speak:none;-webkit-font-feature-settings:"liga","dlig";-moz-font-feature-settings:"liga=1,dlig=1";-moz-font-feature-settings:"liga","dlig";-ms-font-feature-settings:"liga","dlig";-o-font-feature-settings:"liga","dlig";font-feature-settings:"liga","dlig";text-rendering:optimizeLegibility;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;cursor:pointer}
[data-icon=bin]:hover:before{content:"binopen"}
.st-block__inner::-moz-selection{background:#34e0c2;text-shadow:none}
.st-block__inner::selection{background:#34e0c2;text-shadow:none}
.st-spinner{position:absolute !important;left:50%;top:50%}
.st-input-label{display:block;margin-bottom:0.3em}
.st-text-block,.st-block input[type="text"],.st-block textarea{font-family:"Source Sans Pro",sans-serif;font-size:inherit;margin:0;padding:0.3em 0}
.st-text-block,.st-text-block:active,.st-text-block:focus,.st-block [contenteditable="true"],.st-block [contenteditable="true"]:active,.st-block [contenteditable="true"]:focus,.st-block input[type="text"],.st-block input[type="text"]:active,.st-block input[type="text"]:focus,.st-block textarea,.st-block textarea:hover,.st-block textarea:active{outline:none;border:none}
.st-block input[type="text"],.st-block input[type="text"]:active,.st-block input[type="text"]:focus{color:#42474b;border:0.1em solid #d4d4d4;padding:.6em}
.st-errors{background-color:#ffe1e4;padding:2em;color:#d70014}
.st-errors p,.st-errors ul{margin:0}
.st-errors ul{padding-left:1em}
.st-errors p{margin-bottom:0.5em;font-weight:700}
.st--block-limit-reached .st-block-controls__top{display:none}
.st-block-controls__top:before{width:100%;display:block;text-align:center;font-size:1.875em;padding:0.3em 0;line-height:0.9;border-radius:0.2em}
.st-block-controls__top:hover:before{color:#34e0c2;background:#f3f3f3}
.st-block-controls{font-family:"Source Sans Pro",sans-serif;background-color:#f3f3f3;display:none;border-radius:0.2em;color:#42474b;width:100%;text-align:center;padding:1.2em 0}
.st-block-controls--active{display:block}
.st-block-control{font-size:1.125em;display:inline-block;cursor:pointer;margin:0 1em 0 0}
.st-block-control .st-icon{font-size:2.25em;margin:0 0 .2em 0;display:block}
.st-block-control:hover{color:#34e0c2}
.st-block{padding:0;position:relative}
.st-block__inner{padding:1.875em 1.875em 2.8em;border:2px solid #fff;position:relative}
.st-block__inner:hover{border-color:#34e0c2}
.st-block--with-errors .st-block__inner,.st-block--delete-active .st-block__inner{border-color:#d70014}
.st-block--with-plus:after,.st-icon--add:after{display:block;position:relative;z-index:1;bottom:0}
.st--block-limit-reached .st-block--with-plus:after,.st--block-limit-reached .st-icon--add:after{display:none}
.st-icon--add:after{text-align:center;font-size:1.875em;padding:0.3em 0;line-height:0.9;border-radius:0.2em}
.st-block--with-plus:after{background:#f3f3f3;color:#34e0c2}
.with-st-controls:after,.with-st-controls:before{display:none}
.st-outer--is-reordering .st-block.st-drag-over:after,.st-outer--is-reordering .st-block.st-drag-over:last-child:after,.st-outer--is-reordering .st-block-controls__top.st-drag-over:before{font-family:inherit;content:"Drop block here";text-align:center;padding:0.7em 0;font-size:1.125em;font-weight:700;border:2px dashed #d4d4d4;background:transparent;color:#d4d4d4}
.st-text-block{min-height:3em;font-size:1.275em;line-height:1.45}
.st-text-block--heading{line-height:1.1;font-size:2.2em;min-height:auto;font-weight:700}
ul.st-text-block{margin-left:1.875em}
.st-block__inputs{padding:1.6em 0 1em;border-radius:0.2em;background:#f3f3f3;border-top:0.125em solid transparent}
.st-block__dropzone .st-icon{font-size:4em;color:#42474b;display:block;text-align:center;margin:0 auto 0.2em}
.st-block__dropzone p{text-align:center;color:#42474b;font-size:1.2em;margin:0}
.st-block__dropzone p span{text-transform:lowercase;font-weight:700}
.st-drag-over .st-block__inputs{border-top-color:#cdcdcd}
.st-block .st-block__paste-input[type="text"]{text-align:center;width:80%;display:block;margin:0.4em auto 0}
.st-upload-btn{border:0;background:#42474b;border-radius:0.2em;padding:0.35em 1em;font-family:"Source Sans Pro",sans-serif;font-size:1.125em;cursor:pointer;color:#fff;position:relative;z-index:10}
.st-block__upload-container:hover .st-upload-btn{background:#34e0c2}
.st-block__editor--with-sixteen-by-nine-media{padding-top:56.25%;height:0;position:relative;width:100%}
.st-block__editor--with-sixteen-by-nine-media video,.st-block__editor--with-sixteen-by-nine-media iframe{height:100%;width:100%;left:0;top:0;position:absolute}
.st-block__editor img{width:100%;height:auto}
.st-block__upload-container{margin:0.4em 0 0 0;text-align:center}
.st-block__upload-container input[type="file"]{position:absolute;z-index:50;opacity:0;cursor:pointer;left:0;width:100%;padding:7px 0;text-align:center}
.st-block__messages{display:none;position:relative;top:-1.9em;left:-1.9em;padding:.3em .5em;border:2px solid #34e0c2;border-left:none;border-top:none;max-width:80%}
.st-block__messages--is-visible{display:block}
.st-block--with-errors .st-block__messages{border-color:#d70014}
.st-block__messages span{display:block}
.st-msg--error{color:#d70014}
.st-block-positioner{border:0.125em solid #34e0c2;position:absolute;z-index:2;left:-5.5em;bottom:0.4em;background:#fff;visibility:hidden;opacity:0;-webkit-transition:opacity 0.2s ease-in-out;-moz-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out}
.st-block-positioner--is-visible{visibility:visible;opacity:1}
.st-block-positioner:after{content:'';display:block;width:0.4em;height:0.4em;position:absolute;right:-0.3em;bottom:0.6em;z-index:1;border:0.125em solid #34e0c2;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.st-block-positioner__title{color:#34e0c2;font-size:0.7em;font-style:italic;font-weight:normal;margin:0;border-bottom:1px solid #34e0c2;padding:0.5em;text-align:center}
.st-block-positioner__inner{background:#fff;position:relative;z-index:2;padding:0.3em 0.5em}
.st-block__ui,.st-block__ui-delete-controls{position:absolute;bottom:0;right:0;opacity:0}
.st-block__inner:hover .st-block__ui{opacity:1}
.st-block-ui-btn{display:block;float:left;width:3em;height:2.5em;line-height:2.5em;font-size:1.4em;color:#34e0c2;background:#fff;text-align:center;border:2px solid #34e0c2;border-right:0;border-bottom:0;margin-bottom:0;cursor:pointer}
.st-block--with-errors .st-block-ui-btn,.st-block--delete-active .st-block-ui-btn{color:#d70014;border-color:#d70014}
.st-block-ui-btn:hover{color:#fff;background:#34e0c2}
.st-block--with-errors .st-block-ui-btn:hover,.st-block--delete-active .st-block-ui-btn:hover{background-color:#d70014}
.st-block--delete-active .st-block__ui-delete-controls{opacity:1;z-index:2}
.st-block__delete-label{display:block;border:2px solid #d70014;border-bottom:none;border-right:none;text-align:center;background:#fff;color:#d70014;padding:0.4em 0}
.st-format-bar{position:absolute;margin:-3em 0 0 0;background:#4d5358;opacity:0;visibility:hidden;z-index:10;border-radius:0.4em;padding:0.5em 0.9em;-webkit-transition:opacity 0.2s ease-in-out;-moz-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out}
.st-format-bar:before{content:'';display:block;position:absolute;left:50%;top:2.12em;width:0;height:0;border-left:0.625em solid transparent;border-right:0.625em solid transparent;border-top:0.625em solid #4d5358;margin-left:-0.625em}
.st-format-bar--is-ready{visibility:visible;opacity:1}
.st-format-btn{background:transparent;border:0;color:#fff;padding:0 0.6em 0 0;margin:0 0.6em 0 0;font-size:1em;vertical-align:middle;border-right:1px solid #3e4245}
.st-format-btn:last-child{border-right:none;padding-right:0;margin-right:0}
.st-format-btn:hover,.st-format-btn--is-active{color:#34e0c2}
.st-format-btn--Italic{font-style:italic}
.st-format-btn--Unlink{text-decoration:line-through}
@font-face{font-family:'ST-Icons';src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAysAA8AAAAAFIQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABoAAAAcZcTj6EdERUYAAAF0AAAAJgAAACwAcgA0R1BPUwAAAZwAAAAgAAAAIGyRdI9HU1VCAAABvAAAAQgAAAGk4/3oj09TLzIAAALEAAAARwAAAFZQHNwUY21hcAAAAwwAAACIAAABiKEtzJ1nYXNwAAADlAAAAAgAAAAI//8AA2dseWYAAAOcAAAGRAAAC1BdyPPMaGVhZAAACeAAAAAuAAAANv1btXRoaGVhAAAKEAAAACAAAAAkBBL/+WhtdHgAAAowAAAAOAAAAIwoigNMbG9jYQAACmgAAABeAAAAXlsqWHJtYXhwAAAKyAAAAB4AAAAgAIIAk25hbWUAAAroAAAA2gAAAYxkiVz8cG9zdAAAC8QAAADnAAABTvwu+jV4nGNgYGBkAIKTnfmGIPqc7K5oGA0AP98F9AAAeJxjYGRgYOADYhUGEGBiYAZDRgYWBjEgT5xBF8wGyTAAAA26AKcAAAABAAAACgAcAB4AAWxhdG4ACAAEAAAAAP//AAAAAAAAeJwtkGtOAkEQhL8RWFYQxRfsS2CXl4gmnMR4BRITY0L8xYE8gifwHJ7AA3gBqG43k9mtrq6u7h4C0GHEI2G33X8Q0xTD4YBlwu79bSuO/0i5pv9jQnimx4QNL7yy55Mvvvnhl78QhY1rz2mRkJKRc0LEDaf6LlgyoxLbUb4SngubvkVbaCFmTEnhXM81a/EpDfVNFEXSPQkVOpncLqXLuFN0JZTwYNsInal2rN5F7d/XzeVc+jR9zWPqldTXjqZ1zwvXDeuqgfqmOoZjn3CmyOrm7jMS35W+0mtkckj85sp31b8Umoo35UDVba/MXbviVt4WB+05rN+qkONEdfYy99plfQSCThpCeJxjYGT8wjiBgZWBg9GHMY2BgcEdSn9lkGRoYWBgYmBlZoABRgEGBAhIc01hcGBI/MDA+OD/AwY9xocMCg1ANSA5ANuNDFIAeJytjksKg2AMhL/fliKuurO+3+96KDeCeIGue+LewMbfUnCtE0IyIZkJcGFLH8WKtzCl+ZVRqoWJIQETrw/LorcG5n/PfbsweWia09Hi4FJSUMv0SUJKg0dMSEUm6hE2PQGoGz9rqauPwR6K48i71nHLopZfkrTx4rDK/MjugxOkz8AXPA0PLQAAAAH//wACeJztVl1sG0UQnjnXt47j2rF9e+ckjp27c3z5aRr/n6BxUtIUjEooCZTfVimiOIKoJKmQEE0lkFALCCkBgRCoLapIIlAAAS/QCpCiAm8J4gkJBKgOT/w8ICQCT1dmL20KtMAD4o37mZ3Z2fXNzzezBgQ4f04CPAcSQBh1CRwSHBCXB9qhAz/Ds1AHLZAA6EerH5PItB6iIRR8D9EeT8hzuGn8uYGB58abji4O+aTIqN8/GpF8Q+N+bybj9Y93PnsfP3aM3/fszld3+fzjOa83N+737WpA/913+7EB6AvCDsQahCAJPdAPu2EUJuARmAXgxUJpG+bUFlTkLjTSZfx7Ofofr5e993vlvyRL/0rNN6SPr8A5R/+N2s1pC1i4ii/CFtgL+wBsNZ+zS8UC3WmLbtOQuZJEYhV3NCyVMi4zNa8xuU0JSibN0BYj7Q5bsahq6WLBTqAYSvmcVrJllhVE5ZPx1olr+xG9AS2Z6EQWv/+G1t4KY6HUbXtIn7hqSyvqqe1jfbdsq68v24lMXV1dINDaqaidm817rpLsdHs82exPNDVHm3FA3l3ZJ6HH4/PF6mNdCT9rQrni2ZRW2z1osrCGqGGqsdazdyiTlra0xSUPy5v1GM/GeGfOUxewSi1ygx7xBOIKE7HYBDedP4cL+AVFhUE9IQ+iGrPIXYvpXN+G3Dy7qq1Wp9RDi7jdWdq+tISfr2rfBKbUqVrrEjRAGdrxQ3yB9m8CH2E4DBFogmZCcCukoA06oBO2EpohWjR53pMPm2E7T6xJr5bngs0XNTHNBOuuCguyPDNTVZSOmnJGoaemrNIwM/PLLF34GOfOm7jPmTt74vFjx9tPvP3W8efxDueVIOd4F+kWOAfYTPYU8Fd8ijwLkaUxskgne7KQg6thG+yAQYBSoZRTFdkoFdKGrKg5W/3HCY1pVPDUAtpYEm3LtthkzIjFjHQgHKCnI6bHYnrbRUFoLgj7TwYXGFsIveSUaAiefCm08KlYG2t11Tz8lwKeDM752HzoBGO+ueDJE6F5EP3CTzheIxyL3PkgCCpoFHeLehZgWA9HdSJtmt6PGtOtkLCZp/7sDa45CsezTh8G5pwq9k7P4c2HMsHgAxbWJToTic5CpClCD77gPI2TzjxWnNPvvPx64fDw5NZg8KA+83pXItGVsBojkcZIElxMTcBufAanNjABtkZRshnRicxPdAvyiCBC+In2yJSTa3EFDxMncqW5uQJheZ6bNkGki7qsyS6byB8Znq6eVp4eyZm3a5NnpkeOjJ1WZkeyQnKO4OEzbx2fNW+f8F1iwUtxu4Hi9uAFzAcJsxAltAvEa/RGmea1rSnc75wawx8cBfF6593erd1Y6u7Gal9HuaMPY93dy93dl+VAoKwR4i76L+XgMpBZGrMtfin21Uq1Uqm+2HtLLz2zVfpGx+/jPSm0lWFXWy2Xe3sbszGg0+ohiOKT+AYhPUhfSyJVjcgy1RQ1HDDG6DLWKb5hjD0hBCIiR/Wu3b+4dSvsDtBvhIETgprolKM0Rqki3Tr1Fiki6Epu6a4H32ydnlZGRsh2jt87n0xP8+HhGaI0dZezptRqZUUh689wbHG+eXf59Py8yPE1YOAX+AGhQsStwcUrUEYtW8sTQHibZec1bml20TIZ9u939qOy49sd3+LNoxmtcmggXvbG8dHR8zi667uB7wbWRjPXxXoGmllvXPgkUS8apF50xPUI6AeTBBGLvX9jthqL/Zj97NRIRjCZL4F6lB/upLxVN/xvcP1vdP03wKQq6qLzIQMFKFI0qF1pwm3tD4yITxvXi5pOQfIKhl59Y02lj1MD2yB41FlR0O+s4ZQzreBeZ772s7KygveWywrnI31izUi53MH5mkvLF2cU0c2Ef+v/U2qErWsoblbaCKFMB5Sq2ekeTBf6sZQjSQmhyuxSgaUtpq7LsrGuT9vM3ZCjpQULv5JSB8wHTFOSWbvPK0WjB6OlqKQo2c04ZH50pUnzwg58TzLNg6kDKcnrbd8kS7TkoKKIIZc0h8wDD195OnVhFyFgDxTxNerNl84dXQSP6wJiosb34K3OonhvXVwMLy9jyhgzdxpjK3/Ye7G/CGxaYv/Xg4NPik1FQVYGqcMDwu+u7P/yfyz/BoUx2Yx4nGNgZGBgAGLPaSd04/ltvjJwMzGAwDnZXdEI+v8DJkbGh0AuBwNYGgAekwpRAAB4nGNgZGBgfPj/AYMeEwMDwz8GJkYGoAgKkAAAbi4EDXicY2KAglUQiomBQYMJQssyPmAIANK2QMwBxFxAnA/ERlA2CJdDaUeoOi6o3lAQZiARAADURQT+AAAAAAAAAAAADgBEAPgBfgGeAewCXAKoAsIC+AMeA1wDegO0A+QD+gRUBLoE2ATwBPgFAAUIBRAFGAUgBSgFMAU4BUAFSAVQBVgFYAVoBXAFeAWABYgFkAWYBaAFqAAAeJxjYGRgYNBjmMAgxAACTEDMyAAScwDzGQAWwQEWAAB4nH2OPW7CQBCFP4ON8ldEKdLQbBEp1VprUyBxACvUIC6ALETjlQxSbkLFGWg5Rg6QM+QOeXYGCaVgpdF+8+bND/DEgYTuJdzxYjwg4914yBufxqk8J+OMR76MR9J/5EzSeynPfVfHAx4YGw/5wBun8hyNM145G4+kf7NgKeecNZGGHSyWfr6OjehKNKXq833/t2yocZTkBP0zxf9hf+pEdc9UUYoK5VSx2Vex3dSuzIObuctS4ST4qS9DIdeN21ba3Ura9iWnqd0VrOp2t42NK/Jwq/0XZd03HwAAeJx9TtlSwkAQ7I7GNWIUD37DykcoHljifT5MhSRiiiSLsKCf7+x+gFs1R09vTw8i/P9ONIiIETe4yZhbNNxmwh32uMuUe9xnnwc85BGPOcAbrnGOC9zjBR94xCseMMYtnnGKK1ziCSPcYYgz3ODdrLp6mGXZoBArrcylEid1CCtdWir+lFxW0ohLnfwEzul0kU607/SX13Tpl+ZcyjCb9mpVLRS3UiW15lym2hW6xcpSu2/daP2epFJ2otoyWavW+1nTKreWysy1NtIY7/crzvirCpmZRutScRPcZnG4JPbu5R9cP1MZAA==) format("woff");font-weight:normal;font-style:normal}
附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
67.62 KB
最新结算
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
HTML5实现CSS滤镜图片切换特效代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery+css3实现信封效果
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
我们力求给您提供有用的文章,再此基础上,会附加营收资源,不做任何广告,让平台可以更好发展 若您发现您的权利被侵害,或使用了您的版权,请发邮件联系 sunlifel@foxmail.com ggbig觉得 : 不提供源码的文章不是好文章
合作伙伴
联系我们
  • QQ:21499807
  • 邮箱:sunlifel@foxmail.com
  • QQ扫一扫加QQ
    QQ扫一扫
Copyright 2023-2024 ggbig.com·皖ICP备2023004211号-1
打赏文章