|
|
请马上登录,朋友们都在花潮里等着你哦:)
您需要 登录 才可以下载或查看,没有账号?立即注册
x
<style type="text/css">
.paBox { /* 父框 */
margin: 10px auto;
width: 1200px;
height: 2077px;
position: relative;
background: #000 url('https://pic.imgdb.cn/item/6209e6de2ab3f51d91730fd0.jpg') no-repeat;
left: -310px; top: 90px;
}
/* 父框和 .soBox 的伪元素共同样式 */
.paBox::before, .paBox::after, .soBox::before, .soBox::after {
content: "";
position: absolute;
width: 380px; height: 2px;
background: silver;
left: 560px; top: 390px;
opacity: 0.1;
transform-origin: center center;
}
/* 父框和 .soBox 的伪元素各自的动画样式 */
.paBox::before { animation: fly 2s linear infinite alternate; }
.paBox::after { height: 4px; animation: fly 5s linear infinite; }
.soBox::before { animation: fly 3s linear infinite; }
.soBox::after { height: 5px; animation: fly 1s linear infinite alternate; }
@keyframes fly { 100% { transform: rotate(360deg); } }
</style>
<div id="paBox" class="paBox">
<div class="soBox"></div>
</div>
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=3 height=6 src="//music.163.com/outchain/player?type=2&id=1476239407&auto=1&height=6"></iframe> |
评分
-
| 参与人数 4 | 威望 +130 |
金钱 +260 |
经验 +130 |
收起
理由
|
元时时
| + 20 |
+ 40 |
+ 20 |
赞一个! |
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
小九
| + 30 |
+ 60 |
+ 30 |
赞一个! |
加林森
| + 30 |
+ 60 |
+ 30 |
赞一个! |
查看全部评分
|