jquery实现职位发布选择套餐购买页面效果代码

代码语言:html

所属分类:布局界面

代码描述:jquery实现职位发布选择套餐购买页面效果代码

代码标签: 发布 选择 套餐 购买 页面 效果

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="renderer" content="webkit|ie-comp|ie-stand">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <style>
        
        body {
            width: 100%;
            margin: 0;
            padding: 0;
            font-size: 12px;
            font-family: Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
            background: #f3f3f3;
            color: #333;
        }
        span, p, ul, li, input {
            margin: 0;
            padding: 0;
            font-weight: normal
        }
        i {
            font-style: normal;
        }
        ul, li {
            list-style: none;
        }
        a {
            text-decoration: none;
            color: #333;
            transition: background-color 0.2s ease 0s, color 0.2s linear 0s;
        }
        a:link, a:visited, a:active {
            color: #999;
            text-decoration: none
        }
        a:hover {
            color: #28a6db
        }
        input {
            outline: 0;
            border: none;
            background: #FFF;
        }
        .ml20 {
            margin-left: 20px;
        }
        .w_1200 {
            width: 1200px;
            margin: 0 auto;
        }
   
        a.ty_but {
            width: 130px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: block;
            font-size: 16px;
            color: #fff;
            border-radius: 3px;
            background: #169ed8;
        }
        a.ty_but:hover {
            background: #1187ba;
        }
    
     



        /*右边*/
        .fw_conent {
          
       .........完整代码请登录后点击上方下载按钮下载查看

网友评论0