123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- <!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>Document</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/versionOptions.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">
- <h2 class="bigTitle">版本选择</h2>
- <div class="versionList">
- <div class="versionItem" data-edition="2" data-url="<?php echo $this->createUrl('productset/oldSet')?>">
- <div class="contentBox">
- <h3>2.0版</h3>
- <div class="pic">
- <img src="./pic_20.png" alt="">
- </div>
- <div class="introduce">
- <h4>以班级为单位设置推送规则</h4>
- <p>学生层次:根据学生成绩自动划分</p>
- <p>错题过多:自动过滤</p>
- <p>错题过少:自动增加拓展题</p>
- <p>推题难度:根据学生层次自动推荐</p>
- <p>推题数量:1~2题</p>
- </div>
- <span class="tag">已选择</span>
- </div>
- </div>
- <div class="versionItem" data-edition="3" data-url="<?php echo $this->createUrl('productset/nav')?>">
- <div class="contentBox">
- <h3>3.0版</h3>
- <div class="pic">
- <img src="./pic_20.png" alt="">
- </div>
- <div class="introduce">
- <h4>可针对学生个体定制推送规则</h4>
- <p>学生层次:自定义划分标准</p>
- <p>错题过多:自定义错题过滤规则</p>
- <p>错题过少:自定义补充题目规则</p>
- <p>推题难度:自定义推荐难度</p>
- <p>推题数量:1~3题</p>
- </div>
- </div>
- <span class="tag">已选择</span>
- </div>
- </div>
- <div class="goSetting">
- <a href="#" class="theme">进入设置></a>
- </div>
- </div>
- <script>
- window.product_switch =<?php echo $switch?>;
- </script>
-
- <script src="/js/productset/versionOptions.js?1f3c9eb7ca528042749e"></script>
-
- </body>
- </html>
|