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,.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0