123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>custom made</title>
- <script src="http://zsyas2.zhixinhuixue.com/js/jquery-2.2.2.min.js"></script>
- <script src="http://zsyas2.zhixinhuixue.com/js/layer/layer.js"></script>
-
- <link href="/css/productset/customMade.css?1f3c9eb7ca528042749e" rel="stylesheet" />
-
- </head>
- <body>
- <style>
- .fl{
- float: left;
- }
- .fr{
- float: right;
- }
- .clearfix:after{
- content: '';
- display: block;
- clear: both;
- }
- .changeSubjectNav{
- position: fixed;
- width: 100%;
- box-sizing: border-box;
- top: 0;
- left: 0;
- z-index: 1000;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px 10px;
- background: #ddd;
- }
- .changeSubjectNav .productSettingBtn a{
- display: block;
- width: 120px;
- height: 30px;
- background: #01B677;
- text-align: center;
- line-height: 30px;
- color: #fff;
- font-size: 16px;
- text-decoration: none;
- cursor: text;
- }
- /*切换选择*/
- .tab-con{
- position: relative;
- height: 30px;
- width: 200px;
- background: #F2F2F2;
- border: 1px solid #01B677;
- border-radius: 15px;
- box-sizing: border-box;
- }
- .has-sel{
- background: #01B677;
- color: #fff;
- width: 50%;
- height: 30px;
- border-top-left-radius: 15px;
- border-bottom-left-radius: 15px;
- text-align: center;
- line-height: 30px;
- }
- .sel-opt{
- width: 50%;
- position: relative;
- color: #01B677;
- line-height: 30px;
- text-indent: 6px;
- cursor: pointer;
- }
- .sel-opt:after{
- content: '';
- border-left: 6px solid transparent;
- border-right: 6px solid transparent;
- border-top: 8px solid #01B677;
- position: absolute;
- right: 12px;
- top: 12px;
- }
- // .sel-opt select{
- // width: 100%;
- // height: 30px;
- // background: #F2F2F2;
- // color: #01B677;
- // text-indent: 6px;
- // font-size: inherit;
- // border-top-right-radius: 15px;
- // border-bottom-right-radius: 15px;
- // cursor: pointer;
- // }
- // .sel-opt select option{
- // position: relative;
- // }
- .points{
- position: absolute;
- top: -2px;
- right: 0;
- width: 10px;
- height: 10px;
- background: #F01516;
- border-radius: 50%;
- }
- .sel-cons{
- border: 1px solid #01B677;
- width: 50%;
- position: absolute;
- right: 0;
- top: 30px;
- text-indent: 10px;
- display: none;
- }
- .sc-lis2{
- line-height: 30px;
- cursor: pointer;
- }
- .sc-lis2 span{
- position: relative;
- }
- .sc-lis2 .points{
- top: 2px;
- right: -16px;
- }
- .subject-change{
- margin:8px 11px 0 0;display: block
- }
- .subject-change-no{
- margin:8px 11px 0 0;display: none
- }
- </style>
- <?php include(Yii::app()->basePath.'/views/layouts/view_productset_navigation.php');?>
- <script type="text/javascript">
- $(document).ready(function() {
- $(".sel-opt,.sel-cons").mouseover(function () {
- $(".sel-cons").show();
- }).mouseout(function () {
- $(".sel-cons").hide();
- });
- $(".sc-lis2").click(function () {
- var sub_id = $(this).attr('val');
- var data = {
- subjectId: sub_id
- };
- $.post("<?php echo Yii::app()->createUrl('print/setSubjectId')?>", data, function (flags) {
- if (flags) {
- location.href = "<?php echo $this->createUrl('productset/index');?>";
- } else {
- alert('网络异常');
- }
- });
- $('.has-sel').text($(this).text());
- $(".sel-cons").hide();
- });
- });
- </script>
- <div class="hgc_customBox">
- <div class="customHead">
- <div class="headInfo">
- <h1>班级定制</h1>
- <span>当前学年:2019学年</span>
- <span>当前学期:2019~2020学期</span>
- </div>
- <div class="back">
- <a href="javascript:history.back(-1);" class="theme">返回</a>
- </div>
- </div>
- <div class="step">
- <div class="moduleTitle">
- <i class="number">1</i>
- <strong>选模版</strong>
- </div>
- <div class="selTemplate">
- <div class="h_radioBox" id="templateTypeRadio">
- <div class="h_radioItem checked" data-type="1">
- <i></i><em>错题本模版</em>
- </div>
- <div class="h_radioItem" data-type="2">
- <i></i><em>两步个性化学习宝模版</em>
- </div>
- <div class="h_radioItem" data-type="3">
- <i></i><em>三步个性化学习宝模版</em>
- </div>
- </div>
- <div class="templateList" id="templateList">
- </div>
- </div>
- </div>
- <div class="step">
- <div class="moduleTitle">
- <i class="number">2</i>
- <strong>选班级</strong>
- </div>
- <div class="filterBox">
- <div class="dropDown">
- <select id="gradeSelect">
- <option value="0">请选择年级</option>
- <option value="1">高一</option>
- <option value="2">高二</option>
- <option value="3">高三</option>
- </select>
- </div>
- </div>
- <div class="h_transfer" id="h_transfer">
- <div class="canSelOptions options">
- <div class="title">班级</div>
- <div class="optionContent">
- <div class="h_checkBox">
- </div>
- </div>
- </div>
- <div class="transferBtns">
- <span class="recover"><</span><span class="lose">></span>
- </div>
- <div class="seledOptions options">
- <div class="title">已选班级</div>
- <div class="optionContent">
- <div class="h_checkBox">
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <div class="btns">
- <div class="h-btn" id="saveSetting">保存设置</div>
- </div>
-
-
- </div>
- <script>
- var currentVersionName = 'class'
- </script>
-
- <script src="/js/productset/customMade.js?1f3c9eb7ca528042749e"></script>
-
- </body>
- </html>
|