|
|
请马上登录,朋友们都在花潮里等着你哦:)
您需要 登录 才可以下载或查看,没有账号?立即注册
x
网易云音乐播放器不好美化,那切割总可以的,虽然粗鲁了一点儿。这里给出两种切割法示例:圆形和椭圆切割。
网易云音乐播放器播放按钮和暂停是跳着来的,它们不在同一个位置,所以需要兼顾的东西很多,切割效果无法完美,将就着吧。下面给代码,效果我放在二楼:
<style>
/* 圆形 */
.wyyCircle {
width: 330px;
height: 86px;
/* 半径 33px 圆心 {43px, 43px} */
clip-path: circle(33px at 43px 43px);
}
/* 椭圆 */
.wyyEllipse {
width: 330px;
height: 86px;
/* 半径 {33px, 28px } 圆心 {43px, 43px} */
clip-path: ellipse(33px 28px at 43px 43px);
}
</style>
<iframe class="wyyCircle" frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="https://music.163.com/outchain/player?type=2&id=29843065&auto=1&height=66"></iframe>
|
评分
-
| 参与人数 2 | 威望 +60 |
金钱 +120 |
经验 +60 |
收起
理由
|
小鱼儿
| + 10 |
+ 20 |
+ 10 |
赞一个! |
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
查看全部评分
|