tab标签页搜索框效果代码

代码语言:html

所属分类:搜索

代码描述:tab标签页搜索框效果代码

代码标签: 搜索 效果

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

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <style>
        * {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .search-form {
            width:325px;
            margin: 100px auto;
            overflow: hidden;
        }
        .search-form .search-bd {
            height: 25px;
        }
        .search-form .search-bd li {
            font-size: 12px;
            width: 60px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            float: left;
            cursor: pointer;
            background-color: #eee;
            color: #666;
        }
        .search-form .search-bd li.selected {
            color: #fff;
            font-weight: 700;
         .........完整代码请登录后点击上方下载按钮下载查看

网友评论0