怎么控制背景音乐html,已解决的问题:html 用开关控制背景音乐

可以用友,记基开前不接些前家我告对猿果水使钮控下面这个开关实现控制背景音乐吗?求指教,如果不行要怎么朋支不器几事为的时后级功发发来久都这样含制层是请些间例业多在上屏屏有到随实现类似功能

开关

@import url(http://fonts.useso.com/css?family=Open+Sans:800);

*,

*:before,

*:after {

-moz-box-sizing: border-box;

box-sizing: border-box;

}

body {

background-color: #2c3e50;

}

.button {

display: block;

position: absolute;

width: 240px;

height: 80px;

top: 50%;

left: 50%;

-webkit-transform: translate(-50%, -50%);

-ms-transform: translate(-50%, -50%);

transform: translate(-50%, -50%);

background: -webkit-linear-gradient(top, #11181f 0%, #161f29 100%);

background: linear-gradient(to bottom, #11181f 0%, #161f29 100%);

border-radius: 40px;

box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);

cursor: pointer;

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

.button span {

position: absolute;

display: block;

}

.button span:first-of-type {

z-index: 100;

top: 4px;

right: 4px;

width: 160px;

height: 72px;

background: -webkit-linear-gradient(top, #2c3e50 0%, #1e2a36 100%);

background: linear-gradient(to bottom, #2c3e50 0%, #1e2a36 100%);

box-shadow: 0 6px 4px rgba(255, 255, 255, 0.1) inset, 0 2px 0px rgba(255, 255, 255, 0.2) inset, 0 -6px 0px rgba(0, 0, 0, 0.2) inset, 0 -2px 0px rgba(0, 0, 0, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.4), -4px 2px 8px rgba(0, 0, 0, 0.4), 2px 0 1px rgba(242, 201, 197, 0.5) inset;

border-radius: 36px;

-webkit-transition: right 400ms cubic-bezier(1, 0, 0, 1), box-shadow 400ms ease;

transition: right 400ms cubic-bezier(1, 0, 0, 1), box-shadow 400ms ease;

}

.button span:nth-last-of-type(-n+2) {

z-index: 10;

top: 4px;

width: 116px;

height: 72px;

-webkit-transition: opacity 800ms ease 100ms;

transition: opacity 800ms ease 100ms;

}

.button span:nth-last-of-type(-n+2):after {

position: absolute;

top: 26px;

line-height: 1;

font-family: "Open Sans";

font-weight: 800;

font-size: 24px;

color: white;

text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 20px #ffffff;

}

.button span:nth-of-type(2) {

left: 4px;

background: -webkit-linear-gradient(top, #c0392b 0%, #d65548 100%);

background: linear-gradient(to bottom, #c0392b 0%, #d65548 100%);

border-top-left-radius: 36px;

border-bottom-left-radius: 36px;

box-shadow: 4px 4px 12px 4px rgba(0, 0, 0, 0.5) inset, 0 -2px 8px rgba(0, 0, 0, 0.4) inset;

}

.button span:nth-of-type(2):after {

content: "OFF";

left: 18px;

}

.button span:last-of-type {

right: 4px;

background: -webkit-linear-gradient(top, #2ecc71 0%, #7ee2a8 100%);

background: linear-gradient(to bottom, #2ecc71 0%, #7ee2a8 100%);

border-top-right-radius: 36px;

border-bottom-right-radius: 36px;

box-shadow: -4px 4px 12px 4px rgba(0, 0, 0, 0.5) inset, 0 -2px 8px rgba(0, 0, 0, 0.4) inset;

opacity: 0.2;

}

.button span:last-of-type:after {

content: "ON";

right: 22px;

}

.button input[type="checkbox"] {

display: none;

}

.button input[type="checkbox"]:checked ~ span:first-of-type {

right: 76px;

box-shadow: 0 6px 4px rgba(255, 255, 255, 0.1) inset, 0 2px 0px rgba(255, 255, 255, 0.2) inset, 0 -6px 0px rgba(0, 0, 0, 0.2) inset, 0 -2px 0px rgba(0, 0, 0, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.4), 4px 2px 8px rgba(0, 0, 0, 0.4), -2px 0 1px rgba(209, 245, 224, 0.5) inset;

}

.button input[type="checkbox"]:checked ~ span:nth-of-type(2) {

opacity: 0.2;

}

.button input[type="checkbox"]:checked ~ span:last-of-type {

opacity: 1;

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值