08.有个性的 switch 开关

效果 (源码网盘地址在最后)

关注公众号《大迁世界》,查看更多视频教程!

源码

index.html

<!DOCTYPE html>
<html lang="en" >
<head>
  <meta charset="UTF-8">
  <title>关注公众号《JavaScript 每日一练》</title>
  <link rel="stylesheet" href="./style.css">

</head>
<body>
<div class="container">
  <div class="checkbox">
    <input type="checkbox" name="example" id="example" value="Bike"/>
    <div class="checkbox-inner">
      <label for="example"></label><span></span>
    </div>
    <div class="checkbox__on

猜你喜欢

转载自blog.csdn.net/qq449245884/article/details/122727129