测试

社区服务
高级搜索
猴岛论坛社区服务新手测试求助测试
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
1个回复

[测试发帖]测试

楼层直达
七月是你的盛夏

ZxID:5555509

等级: 禁止发言

举报 只看楼主 使用道具 楼主   发表于: 2018-04-01 0
测试
<style type="text/css">  
#allan {  
width: 0px;  
height: 400px;  
position:relative;margin:150px auto;
border-left: 200px solid #000;  
border-right: 200px solid #f2f2f2;  
border-radius: 200%;
box-shadow:0 0 30px #555;
position: relative;
-webkit-animation: "allan" 3s infinite linear;
}
#allan:before {  
content: '';  
position: relative;
display: block;  
width: 80px;  
height: 80px;  
border: 60px solid #000;  
border-radius: 110%;  
background-color: #f2f2f2;  
margin-left: -100px;  
}  
#allan:after {  
content: '';
position: relative;
display: block;  
width: 80px;  
height: 80px;  
border: 60px solid #f2f2f2;  
border-radius: 110%;  
background-color: #000;  
margin-left: -100px;  
}
@-webkit-keyframes "allan"{
0%{-webkit-transform: rotate(0deg);}
100%{-webkit-transform: rotate(360deg);}
}
</style>
<div id="allan"> </div>
qquser67192

ZxID:79456588

等级: 下士
举报 只看该作者 沙发   发表于: 2018-04-02 0
111111111111111111111
« 返回列表
发帖 回复