css布局实现招聘求职类网站行业选择效果代码

代码语言:html

所属分类:选择器

代码描述:css布局实现招聘求职类网站行业选择效果代码

代码标签: 招聘求职 网站 行业 选择 效果

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

<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>招聘网站职位行业选择分类</title>


    <style>
        /*职位分类*/
        .msgbg {
            width: 100%;
            height: 100%;
            position: fixed;
            left: 0;
            top: 0;
            filter: alpha(opacity = 50);
            opacity: 0.5;
            border: 0;
            overflow: auto;
            z-index: 3;
            height: 100%;
            background-color: #000;
            display: none;
        }
        .msg {
            position: fixed;
            z-index: 10;
            display: none;
        }
        .msg a {
            text-decoration: none;
            color: #7a7879
        }
        .msg a:hover {
            text-decoration: none;
            color: #ffa900
        }
        .panelBox {
            border: #ff7400 1px solid;
            background-color: #FFF;
            border-width: 5px 1px 2px 1px;
            width: 790px;
            min-height: 570px;
            position: relative;
        }
        .panelBox h2 {
            background-color: #ff7400;
            color: #FFF;
            position: relative;
            font-size: 12px;
            font-weight: normal;
            z-index: 99;
        }
        .titleBottom {
            padding-left: 70px;
            position: relative;
            height: auto!important;
            _height: 26px;
            min-height: 26px;
            padding-right: 42px;
            border-bottom: 1px solid #E3E3E3;
        }
        .panel_closebtn {
            width: 42px;
            height: 26px;
            display: block;
            text-align: center;
            line-height: 26px;
            background-color: #ff9945;
            position: absolute;
            top: -5px;
            right: 0px;
            color: #fff;
        }
        .titlebot_th {
            position: absolute;
            left: 10px;
            top: 2px;
        }
        .titleBottom b {
            color: #ff7400;
            font-size: 12px;
            cursor: pointer;
        }
        .titleBottom span {
            display: inline-block;
            margin-right: 10px;
        }
        .specialtyTable {
            border-collapse: collapse;
            border-spacing: 0;
        }
        .specialtyTable td {
            /* width: 140px; */
            padding: 0px 2px 0px 6px;
            color: #6C6C6C;
        }
        .specialtyTable th, .specialtyTable td {
            padding: 4px;
            font-size: 12px;
            line-height: 21px;
        }
        .tableTitle {
            border-bottom: #e3e3e3 1px solid;
        }
        .tableTitle {
            background-color: #F9F9F9;
            vertical-align: top;
            font-weight: bold;
            text-align: right;
            padding: 0px 10px;
            border-right: 1px solid #E3E3E3;
        }
        .tableTitle {
            border-bottom: #e3e3e3 1px solid;
        }
        .tableTitle {
            background-color: #F9F9F9;
            vertical-align: top;
            font-weight: bold;
            text-align: right;
            padding: 0px 10px;
            border-right: 1px solid #E3E3E3;
        }
        .specialtyTable td p {
            line-height: 21px;
        }
        .borderbtm {
            border-bottom: 1px solid #dedede
        }
        .twop {
            position: relative;
        }
        .tinfo {
            position: absolute;
            display: none;
            border: 1px solid #ff7b00;
            background-color: #feffef;
            display: none;
        }
        .tinfo .title {
            font-weight: bold;
            color: #333333;
            font-size: 14px;
        }
        #data_checkbox span {
            margin-right: 3px;
            display: inline-block
        }
    </style>
    <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery.1.11.min.js"></script>

</head>
<body>

    <div id="content" style="width:100%;">
        <p style="margin:60px auto;width:600px;">
            <input style="height:40px;padding:3px;width:500px;margin:0 auto;cursor:pointer;border: 1px solid #C2E5FF;box-shadow: 1px 1px 3px #ccc;" type="text" id="category" placeholder="请选择职业分类" rea.........完整代码请登录后点击上方下载按钮下载查看

网友评论0