js编写一个取色器颜色选择器代码

代码语言:html

所属分类:选择器

代码描述:js编写一个取色器颜色选择器代码

代码标签: 取色器

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <style>
        body{
          margin-top: 140px;
        }
        .output{
          margin: 0 auto;
          width: 100;
          text-align: center;
        }
        img{
          width: 100%;
          height: 250px;
          object-fit: cover;
        }
        img,
        button{
          margin: 30px auto 30px auto;
          display: block;
        }
        
        button,
        input{
          padding: 10px 20px;
          font-size: 1.4em;
        }
        .preview{
          width: 30px;
          height: 30px;
          vertical-align: middle;
          display: inline-block;
          border-radius: 50%;
          border: 1px solid #ccc;
        }
    </style>



</head>

<body>


    <div class="output">
        <button class="getColor">Pick a color</but.........完整代码请登录后点击上方下载按钮下载查看

网友评论0