摘要:背景漸變色效果標(biāo)準(zhǔn)的語(yǔ)法三角形效果圓環(huán)效果上下跳動(dòng)加載效果代碼文章鏈接
1、背景漸變色效果
.main{ background: -webkit-linear-gradient(#a18cd1, #fbc2eb); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(#a18cd1, #fbc2eb); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(#a18cd1, #fbc2eb); /* Firefox 3.6 - 15 */ background: linear-gradient(#a18cd1, #fbc2eb); /* 標(biāo)準(zhǔn)的語(yǔ)法 */ }
2、三角形效果
.main{ width:0px;height:0px; border-right:50px solid rgba(0,0,0,0); border-bottom:50px solid #fbc2eb; border-left:50px solid rgba(0,0,0,0); }
3、圓環(huán)效果
.main{ width: 100px; height: 100px; background-color: #fbc2eb; border-radius: 50%; } .main:after{ content: " "; display: block; width: 50px; height: 50px; border-radius: 50%; background-color: #fff; position: relative; top: 25px; left: 25px; }
4、div上下跳動(dòng)
@keyframes tips{ 25% {transform: translateY(-3px);} 50%{transform: translateY(0);} 75% {transform: translateY(3px);} 100% {transform: translateY(0);} } .main{ width: 50px; height: 50px; background: #fbc2eb; -webkit-animation: tips 1s linear infinite; animation: tips 1s linear infinite; }
5、加載loading效果
.load{width: 100px;height: 100px;position: relative;margin: 0 auto;margin-top:100px;} .load span{display: inline-block;width: 17px;height: 17px;border-radius: 50%;background: #fbc2eb;position: absolute;-webkit-animation: load 1.04s ease infinite;} @-webkit-keyframes load{ 0%{ opacity: 1; } 100%{ opacity: 0.2; } } .load span:nth-child(1){left: 0;top: 50%;margin-top:-8px;-webkit-animation-delay:0.13s;} .load span:nth-child(2){left: 15px;top: 15px;-webkit-animation-delay:0.26s;} .load span:nth-child(3){left: 50%;top: 0;margin-left: -8px;-webkit-animation-delay:0.39s;} .load span:nth-child(4){top: 15px;right:15px;-webkit-animation-delay:0.52s;} .load span:nth-child(5){right: 0;top: 50%;margin-top:-8px;-webkit-animation-delay:0.65s;} .load span:nth-child(6){right: 15px;bottom:15px;-webkit-animation-delay:0.78s;} .load span:nth-child(7){bottom: 0;left: 50%;margin-left: -8px;-webkit-animation-delay:0.91s;} .load span:nth-child(8){bottom: 15px;left: 15px;-webkit-animation-delay:1.04s;}
文章鏈接
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請(qǐng)注明本文地址:http://m.specialneedsforspecialkids.com/yun/116290.html
摘要:本文將利用畫多種不同的表白圖,附上源碼,表白代碼看這一篇文章就夠啦,總有你喜歡的,喜歡的話別忘記三連了。 本文將利用Python畫多種不同的表白圖,附上源碼,表白代...
摘要:轉(zhuǎn)載來(lái)源包管理器管理著庫(kù),并提供讀取和打包它們的工具。能構(gòu)建更好應(yīng)用的客戶端包管理器。一個(gè)整合和的最佳思想,使開發(fā)者能快速方便地組織和編寫前端代碼的下一代包管理器。很棒的組件集合。隱秘地使用和用戶數(shù)據(jù)。 轉(zhuǎn)載來(lái)源:https://github.com/jobbole/aw... 包管理器管理著 javascript 庫(kù),并提供讀取和打包它們的工具。?npm – npm 是 javasc...
摘要:轉(zhuǎn)載來(lái)源包管理器管理著庫(kù),并提供讀取和打包它們的工具。能構(gòu)建更好應(yīng)用的客戶端包管理器。一個(gè)整合和的最佳思想,使開發(fā)者能快速方便地組織和編寫前端代碼的下一代包管理器。很棒的組件集合。隱秘地使用和用戶數(shù)據(jù)。 轉(zhuǎn)載來(lái)源:https://github.com/jobbole/aw... 包管理器管理著 javascript 庫(kù),并提供讀取和打包它們的工具。?npm – npm 是 javasc...
摘要:一個(gè)專注于瀏覽器端和兼容的包管理器。一個(gè)整合和的最佳思想,使開發(fā)者能快速方便地組織和編寫前端代碼的下一代包管理器。完全插件化的工具,能在中識(shí)別和記錄模式。健壯的優(yōu)雅且功能豐富的模板引擎。完整的經(jīng)過(guò)充分測(cè)試和記錄數(shù)據(jù)結(jié)構(gòu)的庫(kù)。 【導(dǎo)讀】:GitHub 上有一個(gè) Awesome – XXX 系列的資源整理。awesome-javascript 是 sorrycc 發(fā)起維護(hù)的 JS 資源列表...
閱讀 2026·2021-08-21 14:09
閱讀 486·2019-08-30 15:44
閱讀 2114·2019-08-29 16:32
閱讀 1377·2019-08-29 15:36
閱讀 3442·2019-08-29 12:43
閱讀 2785·2019-08-29 11:14
閱讀 436·2019-08-28 18:26
閱讀 2253·2019-08-26 13:57