App下載

詞條

大約有 5,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,340 項(xiàng)。(搜索耗時(shí):0.0078秒)

2981.Vant3 Icon 圖標(biāo)

...小 通過 size 屬性來設(shè)置圖標(biāo)的尺寸大小,可以指定任意 CSS 單位。 <!-- 不指定單位,默認(rèn)使用 px --> <van-icon name="chat-o" size="40" /> <!-- 指定使用 rem 單位 --> <van-icon name="chat-o" size="3rem" /> 自定義圖標(biāo) 如果需要在現(xiàn)...

http://o2fo.com/vant3/icon-image.html

2982.添加一個(gè)Bootstrap警告按鈕

```html <link rel="stylesheet" type="text/css"> <style> .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-...

http://o2fo.com/chun5060/chun5060-8dj324cg.html

2983.BUI 模板

...k rel="stylesheet" /> <link rel="stylesheet" href="css/style.css" /> </head> <body> <div class="bui-page bui-box-vertical"> <header> <!-- 固定頂部區(qū) --> <div class="bui-bar"> <div class=...

http://o2fo.com/learnbui/learnbui-5syd39bs.html

2984.jQuery UI API – 縮放特效(Scale Effect)

..."stylesheet" > <style> #toggle { width: 100px; height: 100px; background: #ccc; } </style> <script src="http://code.jquery.com/jquery-1.10.2.js"></script> <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"...

http://o2fo.com/jqueryui/api-scale-effect.html

2985.Vant4 Icon 圖標(biāo)

...過 ?size? 屬性來設(shè)置圖標(biāo)的尺寸大小,可以指定任意 CSS 單位。<!-- 不指定單位,默認(rèn)使用 px --> <van-icon name="chat-o" size="40" /> <!-- 指定使用 rem 單位 --> <van-icon name="chat-o" size="3rem" /> 自定義圖標(biāo) 如果需要在現(xiàn)有 ...

http://o2fo.com/pcauz/pcauz-912j3qgd.html

2986.內(nèi)凹圓角

原文出處:http://www.w3cplus.com/css3/css-secrets/inner-rounding.html 問題 有些時(shí)候,我們只希望容器的內(nèi)部邊框是圓角的,但是外部輪廓線要是矩形的,如下圖所示: 圖1注:一個(gè)具有輪廓線的容器,而它的圓角只在容器的內(nèi)部 目前,這...

http://o2fo.com/css_secrets/6b58fozt.html

2987.ionic 模型

...t;W3Cschool教程(w3cschool.cn)</title> <link href="/static/ionic/css/ionic.min.css" rel="stylesheet"> <script src="https://atts.w3cschool.cn/attachments/image/ionic.bundle.min.js"></script> </head> <body ng-controller="AppCtrl"> <ion-header-bar class="bar-posi...

http://o2fo.com/ionic/ionic-ion-modal.html

2988.HTML5 語義元素

... 實(shí)例 <nav> <a href="/html/">HTML</a> | <a href="/css/">CSS</a> | <a href="/js/">JavaScript</a> | <a href="/jquery/">jQuery</a> </nav> 嘗試一下 ? HTML5 <aside> 元素 <aside> 標(biāo)簽定義頁面主區(qū)域內(nèi)容之外...

http://o2fo.com/html5/html5-semantic-elements.html

2989.gulp使用插件

...= function() { // 在同一個(gè)管道(pipeline)上處理 JavaScript 和 CSS 文件 return src(['src/*.js', 'src/*.css']) // 只對 JavaScript 文件應(yīng)用 gulp-uglify 插件 .pipe(gulpif(isJavaScript, uglify())) .pipe(dest('output/')); } gulp內(nèi)聯(lián)插件(Inline plugins...

http://o2fo.com/qtaitm/qtaitm-hg5s3c97.html

2990.JSLite - 查找節(jié)點(diǎn)

...選擇器)。 ```js $("#box").children() //下面這種方法也可以的 CSS3 節(jié)點(diǎn)選擇器 -_+ $("#box *") ``` ## contents > 獲得每個(gè)匹配元素集合元素的子元素,包括文字和注釋節(jié)點(diǎn)。 > `contents() ? collection ` ```js $("#box").contents() ``` ## parent > 對象集合...

http://o2fo.com/jslite/jslite-kmri1vcq.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

2981.Vant3 Icon 圖標(biāo)

...小 通過 size 屬性來設(shè)置圖標(biāo)的尺寸大小,可以指定任意 CSS 單位。 <!-- 不指定單位,默認(rèn)使用 px --> <van-icon name="chat-o" size="40" /> <!-- 指定使用 rem 單位 --> <van-icon name="chat-o" size="3rem" /> 自定義圖標(biāo) 如果需要在現(xiàn)...

http://o2fo.com/vant3/icon-image.html

2982.添加一個(gè)Bootstrap警告按鈕

```html <link rel="stylesheet" type="text/css"> <style> .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-...

http://o2fo.com/chun5060/chun5060-8dj324cg.html

2983.BUI 模板

...k rel="stylesheet" /> <link rel="stylesheet" href="css/style.css" /> </head> <body> <div class="bui-page bui-box-vertical"> <header> <!-- 固定頂部區(qū) --> <div class="bui-bar"> <div class=...

http://o2fo.com/learnbui/learnbui-5syd39bs.html

2984.jQuery UI API – 縮放特效(Scale Effect)

..."stylesheet" > <style> #toggle { width: 100px; height: 100px; background: #ccc; } </style> <script src="http://code.jquery.com/jquery-1.10.2.js"></script> <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"...

http://o2fo.com/jqueryui/api-scale-effect.html

2985.Vant4 Icon 圖標(biāo)

...過 ?size? 屬性來設(shè)置圖標(biāo)的尺寸大小,可以指定任意 CSS 單位。<!-- 不指定單位,默認(rèn)使用 px --> <van-icon name="chat-o" size="40" /> <!-- 指定使用 rem 單位 --> <van-icon name="chat-o" size="3rem" /> 自定義圖標(biāo) 如果需要在現(xiàn)有 ...

http://o2fo.com/pcauz/pcauz-912j3qgd.html

2986.內(nèi)凹圓角

原文出處:http://www.w3cplus.com/css3/css-secrets/inner-rounding.html 問題 有些時(shí)候,我們只希望容器的內(nèi)部邊框是圓角的,但是外部輪廓線要是矩形的,如下圖所示: 圖1注:一個(gè)具有輪廓線的容器,而它的圓角只在容器的內(nèi)部 目前,這...

http://o2fo.com/css_secrets/6b58fozt.html

2987.ionic 模型

...t;W3Cschool教程(w3cschool.cn)</title> <link href="/static/ionic/css/ionic.min.css" rel="stylesheet"> <script src="https://atts.w3cschool.cn/attachments/image/ionic.bundle.min.js"></script> </head> <body ng-controller="AppCtrl"> <ion-header-bar class="bar-posi...

http://o2fo.com/ionic/ionic-ion-modal.html

2988.HTML5 語義元素

... 實(shí)例 <nav> <a href="/html/">HTML</a> | <a href="/css/">CSS</a> | <a href="/js/">JavaScript</a> | <a href="/jquery/">jQuery</a> </nav> 嘗試一下 ? HTML5 <aside> 元素 <aside> 標(biāo)簽定義頁面主區(qū)域內(nèi)容之外...

http://o2fo.com/html5/html5-semantic-elements.html

2989.gulp使用插件

...= function() { // 在同一個(gè)管道(pipeline)上處理 JavaScript 和 CSS 文件 return src(['src/*.js', 'src/*.css']) // 只對 JavaScript 文件應(yīng)用 gulp-uglify 插件 .pipe(gulpif(isJavaScript, uglify())) .pipe(dest('output/')); } gulp內(nèi)聯(lián)插件(Inline plugins...

http://o2fo.com/qtaitm/qtaitm-hg5s3c97.html

2990.JSLite - 查找節(jié)點(diǎn)

...選擇器)。 ```js $("#box").children() //下面這種方法也可以的 CSS3 節(jié)點(diǎn)選擇器 -_+ $("#box *") ``` ## contents > 獲得每個(gè)匹配元素集合元素的子元素,包括文字和注釋節(jié)點(diǎn)。 > `contents() ? collection ` ```js $("#box").contents() ``` ## parent > 對象集合...

http://o2fo.com/jslite/jslite-kmri1vcq.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程