|
|

楼主 |
发表于 2021-12-30 22:59
|
显示全部楼层
简单的元素,并不华丽
参考代码:
<style type="text/css">
.yd {
width:170px;
height:170px;
padding:10px;
text-align:center;
border-radius:50%;
box-shadow: 4px 4px 8px #aaa;
background:coral;
font-size:60px;
font-family:'微软雅黑','黑体',Arial, sans-serif;
font-weight:bold;
color:red;
position: absolute;
left:0px;
top:0px;
text-shadow:4px 4px 8px pink;
animation:linear gonow 10s infinite alternate;
}
.ifrm { transform:translateX(-100px); }
@keyframes gonow { 100% { transform:translateX(calc(100vw - 200px)); } }
</style>
<div class="yd">庆祝<br />元旦</div>
<iframe class="ifrm" frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="https://music.163.com/outchain/player?type=2&id=160764&auto=1&height=66"></iframe>
|
评分
-
| 参与人数 1 | 威望 +30 |
金钱 +60 |
经验 +30 |
收起
理由
|
加林森
| + 30 |
+ 60 |
+ 30 |
赞一个! |
查看全部评分
|