| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>试卷管理</title>
- <script src="../Script/Common/huayi.load.js"></script>
- <link rel="stylesheet" href="../css/bootstrap-select.css">
- <script src="../Script/Common/huayi.config.js"></script>
- <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
- <link rel="stylesheet" href="../css/init.css" />
- <style>
- #sqzx th {
- padding: 5px 8px 5px 0;
- text-align: right;
- }
-
- .select {
- width: 150px;
- background-color: #FFF;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
-
- #sex {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
-
- input {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
-
- #sqzx td {
- padding: 6px 0 5px 10px;
- }
-
- .lxr ul li {
- float: left;
- list-style: none;
- width: 30%;
- margin-bottom: 5px;
- padding-top: 10px;
- }
-
- .clearFix:after {
- content: "";
- display: block;
- clear: both;
- }
-
- .form-group {
- padding-left: 40px;
- margin-bottom: 0;
- }
-
- textarea {
- height: 70px;
- border: 1px solid #ccc;
- border-radius: 1px;
- width: 50%;
- resize: none;
- }
-
- .textarea_box {
- margin-top: 10px;
- }
-
- .box_content {
- border-bottom: 1px solid #ccc;
- }
-
- .tj_content {
- border: 1px solid #e6e6e6;
- border-radius: 5px;
- }
-
- .t-shade {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
-
- background: rgba(0, 0, 0, 0.48);
- z-index: 10004;
- display: none;
- }
- .lyxz .shade_k {
- z-index: 10005;
- width: 40%;
- left: 30%;
- margin: 20% auto;
- position: absolute;
- background-color: #fff;
- box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
- border-radius: 5px;
- }
-
- .shade_title {
- padding: 0 80px 0 20px;
- height: 42px;
- line-height: 42px;
- border-bottom: 1px solid #eee;
- font-size: 16px;
- color: #FFFFFF;
- overflow: hidden;
- background-color: #00a1cb;
- border-radius: 2px 2px 0 0;
- position: relative;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
-
- .cx {
- display: block;
- }
-
- .setwin {
- position: absolute;
- right: 15px;
- top: 5px;
- font-size: 0;
- line-height: initial;
- }
-
- .setwin a {
- position: relative;
- width: 16px;
- height: 16px;
- font-size: 20px;
- color: #fff;
- }
-
- .xg i {
- font-size: 16px;
- }
-
- .hidens {
- display: none;
- }
- .Min-width{
- width: 150px;
- }
- .hidens {
- display: none;
- }
- .inpBox {
- border: 1px solid #a9a9a9;
- height: 27px;
- width: 220px;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
-
- .addTree {
- background: #fff;
- position: absolute;
- width: 100%;
- border: 1px solid darkgrey;
- right: 0;
- top: 26px;
- display: none;
- z-index: 222;
- }
-
- .xl {
- display: inline-block;
- background: url(../../img/dropDown.png) no-repeat;
- height: 100%;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: 0;
- top: 0px;
- /* background-color: #f7bc8b; */
- cursor: pointer;
- }
-
- .ztree li span {
- border: none;
- padding: 0;
- }
-
- .inps {
- width: 217px;
- height: 24px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
- .xl {
- display: inline-block;
- background: url(../img/dropDown.png) no-repeat;
- height: 100%;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: 0;
- top: 0px;
- /* background-color: #f7bc8b; */
- cursor: pointer;
- }
- .Cleans{
- display: inline-block;
- width: 20px;
- position: absolute;
- right: 21px;
- top: 5px;
- display: none;
- }
- table{
- border:1px solid #cccccc;
- }
- table tr th{
- text-align:center;
- }
- table tr th,td{
- padding: 8px;
- font-size:14px;
- }
-
-
- /*.tab{width:400px;height:400px; }*/
- /*.tab-menu{height:100px;width:400px; }*/
- /*.tab-menu ul{list-style:none;}*/
- /*.tab-menu li{display:block;width:30%;}*/
- /*.tab-box div{width:400px;height:300px; display:none;}*/
- /* 让第一个框显示出来 */
- .tab-box div:first-Child{display:block;}
- /* 改变选项卡选中时候的样式 */
- /* .change{background:red;}*/
- .tab{float: left;margin-right: 30px;}
- .tab-box{float: left;}
- .tab-menu table tr th,td{width:100px; text-align: center; }
- </style>
- </head>
- <body class="gray-bg">
- <div class="wrapper wrapper-content animated fadeInRight">
- <div class="daoHang clearfix">
- <div class="dhLeft">
- <sapn>
- <i class="syIcon"></i>位置:
- <a href="javaScript:;" id="ReIndex">首页</a>>
- <a href="javaScript:;">培训中心</a>>
- <a class="nowPosition">试卷管理</a>
- </sapn>
- </div>
- <div class="dhRight">
- <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
- </div>
- </div>
- <div style="padding: 10px;" class="tj_content clearFix">
- <div style="padding: 10px;" class="tj_content clearFix">
- <div>
- <span>【搜索信息】</span>
- <div class="box_content">
- <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <th>试卷分类:</th>
- <td>
- <select name="" id="" style="height:30px;width:150px;">
- <option value="0">请选择</option>
- <option value="1">测试试卷</option>
- <option value="2">甄别书卷</option>
- <option value="3">主题试卷</option>
- </select>
- </td>
- <td colspan="7" style="text-align: center;" >
- <botton class="btns Seach">搜索</botton>
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div>
-
- <div class="tab">
- <div style="width:400px;padding: 10px;">
- <botton class="btns Seach">增加</botton>
- <botton class="btns Seach">编辑</botton>
- <botton class="btns Seach">删除</botton>
- </div>
- <div class="tab-menu">
- <table border="" cellspacing="" cellpadding="" style="width:300px;">
- <tr>
- <th></th>
- <th>试卷分类</th>
- </tr>
- <tr class="cva">
- <td>1</td>
- <td class="cur">测试试卷</td>
- </tr>
- <tr class="cva">
- <td>2</td>
- <td>甄别试卷</td>
- </tr>
- <tr class="cva">
- <td>3</td>
- <td>主题试卷</td>
- </tr>
- </table>
- </div>
- </div>
-
- <div class="tab-box">
- <div style="width: 100%;padding: 10px;">
- <botton class="btns Seach">增加</botton>
- <botton class="btns Seach">编辑</botton>
- <botton class="btns Seach">删除</botton>
- </div>
- <div class="on" style="display: block;">
- <table border="" cellspacing="" cellpadding="" style="width:90%;">
- <tr>
- <th></th>
- <th>试卷分类</th>
- <th>试卷类型</th>
- <th>试卷标题</th>
- <th>试卷内容</th>
- <th>试卷说明</th>
- <th>操作</th>
- </tr>
- <tr>
- <td>1</td>
- <td>测试试卷</td>
- <td>多选题</td>
- <td>济源在哪里</td>
- <td>对济源非常满意</td>
- <td>考查</td>
- <td><a href="">操作</a></td>
- </tr>
- <tr>
- <td>2</td>
- <td>测试试卷</td>
- <td>单选题</td>
- <td>本次考试如何</td>
- <td>发挥正常非常好</td>
- <td>考试</td>
- <td><a href="">操作</a></td>
- </tr>
- <tr>
- <td>3</td>
- <td>测试试卷</td>
- <td>单选题</td>
- <td>请问</td>
- <td>希望更干净;</td>
- <td>调查村子</td>
- <td><a href="">操作</a></td>
- </tr>
- <tr>
- <td>4</td>
- <td>测试试卷</td>
- <td>多选题</td>
- <td>请问你满意你们村吗</td>
- <td>满意,但是希望更干净;</td>
- <td>调查村子</td>
- <td><a href="">操作</a></td>
- </tr>
-
- </table>
- </div>
- <div class="on" style="display: none;">
- <table border="" cellspacing="" cellpadding="" style="width:90%;">
- <tr>
- <th></th>
- <th>甄别试卷</th>
- <th>试卷类型</th>
- <th>试卷标题</th>
- <th>试卷内容</th>
- <th>试卷说明</th>
- <th>操作</th>
- </tr>
- <tr>
- <td>1</td>
- <td>甄别试卷</td>
- <td>多选题</td>
- <td>请问你满意你们村吗</td>
- <td>满意,但是希望更干净;</td>
- <td>调查村子</td>
- <td><a href="">操作</a></td>
- </tr>
- <tr>
- <td>2</td>
- <td>甄别试卷</td>
- <td>多选题</td>
- <td>请问你满意你们村吗</td>
- <td>满意,但是希望更干净;</td>
- <td>调查村子</td>
- <td><a href="">操作</a></td>
- </tr>
- <tr>
- <td>3</td>
- <td>甄别试卷</td>
- <td>多选题</td>
- <td>请问你满意你们村吗</td>
- <td>满意,但是希望更干净;</td>
- <td>调查村子</td>
- <td><a href="">操作</a></td>
- </tr>
- <tr>
- <td>4</td>
- <td>甄别试卷</td>
- <td>多选题</td>
- <td>请问你满意你们村吗</td>
- <td>满意,但是希望更干净;</td>
- <td>调查村子</td>
- <td><a href="">操作</a></td>
- </tr>
-
- </table>
- </div>
- <div class="on" style="display: none;">
- <table border="" cellspacing="" cellpadding="" style="width:100%;">
- <tr>
- <th></th>
- <th>主题试卷</th>
- <th>试卷类型</th>
- <th>试卷标题</th>
- <th>试卷内容</th>
- <th>试卷说明</th>
- <th>操作</th>
- </tr>
- <tr>
- <td>1</td>
- <td>主题试卷</td>
- <td>多选题</td>
- <td>请问你满意你们村吗</td>
- <td>满意,但是希望更干净;</td>
- <td>调查村子</td>
- <td><a href="">操作</a></td>
- </tr>
- <tr>
- <td>2</td>
- <td>主题试卷</td>
- <td>多选题</td>
- <td>请问你满意你们村吗</td>
- <td>满意,但是希望更干净;</td>
- <td>调查村子</td>
- <td><a href="">操作</a></td>
- </tr>
- <tr>
- <td>3</td>
- <td>主题试卷</td>
- <td>多选题</td>
- <td>请问你满意你们村吗</td>
- <td>满意,但是希望更干净;</td>
- <td>调查村子</td>
- <td><a href="">操作</a></td>
- </tr>
- <tr>
- <td>4</td>
- <td>主题试卷</td>
- <td>多选题</td>
- <td>请问你满意你们村吗</td>
- <td>满意,但是希望更干净;</td>
- <td>调查村子</td>
- <td><a href="">操作</a></td>
- </tr>
-
- </table>
- </div>
- </div>
-
-
- </div>
- </div>
- </div>
- <!--下载框-->
- <div class="t-shade lyxz">
- <div class="shade_k">
- <div class="shade_title">
- <span>录音播放与下载<srong class="cknum"></srong></span>
- <span class="setwin gbly"><a>x</a></span>
- </div>
- <div class="shade_content">
- <div class="Ly_box audiojs">
- </div>
- </div>
- </div>
- </div>
- <input type="hidden" id="PID" />
- <input type="hidden" id="Dpment" />
- </div>
- <script src="../js/bootstrap-select.js"></script>
- <script src="../css/laydate/laydate.js"></script>
- <script src="../My97DatePicker/WdatePicker.js"></script>
- <script src="../js/zTree/jquery.ztree.core.js"></script>
- <script src="../js/search/screen.js"></script>
- <script>
- $().ready(function(){
- $(".tab-menu table .cva").click(function(){
- //通过 .index()方法获取元素下标,从0开始,赋值给某个变量
- var _index = $(this).index();
- _index--
- //alert(_index)
- //让内容框的第 _index 个显示出来,其他的被隐藏
- $(".tab-box .on").hide();
- $(".tab-box .on").eq(_index).show();
- //改变选中时候的选项框的样式,移除其他几个选项的样式
- //$(this).addClass("change").siblings().removeClass("change");
- });
- });
-
-
-
- // $("#pace .cva").click(function() {
- // $("#pace .cva").eq($(this).index()).addClass("cur").siblings().removeClass('cur');
- // $(".on").hide().eq($(this).index()).show();
- // //另一种方法: $("div").eq($(".tab li").index(this)).addClass("on").siblings().removeClass('on');
- //
- // });
- //
- </script>
-
- </body>
- </html>
|