123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- <!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 88888888888</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/modifyOptionalCard.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_lookBox hgc_modify">
- <div class="headInfo">
- <div class="studentInfo">
- <b>姓名:张三</b>
- <b>系统准考证号:2387746778</b>
- <b>年级:高一</b>
- <b>班级:高一(29)班</b>
- </div>
- <div class="opratorBtns">
- <a href="javascript:;" class="theme btn" id="backPic">返回</a>
- <a href="javascript:;" class="theme btn" id="prevPic">上一个</a>
- <a href="javascript:;" class="theme btn" id="nextPic">下一个</a>
- </div>
- </div>
- <div class="modifyCardContent">
- <div class="part">
- <h3>第一部分:个性化排版</h3>
- <ul id="modifyPart1">
- </ul>
- </div>
- <div class="part">
- <h3>第二部分:错题原题推送</h3>
- <ul id="modifyPart2">
- </ul>
- </div>
- <div class="part">
- <h3>第三部分:变式训练题</h3>
- <ul id="modifyPart3">
- </ul>
- </div>
- <div class="part">
- <h3>第四部分:提分培优</h3>
- <ul id="modifyPart4">
- </ul>
- </div>
- </div>
- </div>
-
- <script src="/js/productset/modifyOptionalCard.js?1f3c9eb7ca528042749e"></script>
-
- </body>
- </html>
|