deason 6 жил өмнө
parent
commit
150a423ea5

+ 32 - 31
examcloud-core-questions-starter/src/main/resources/templates/example.html

@@ -16,13 +16,13 @@
         }
         }
 
 
         .e_description {
         .e_description {
-            padding: 50px 0;
+            padding: 60px 0;
         }
         }
 
 
         .e_description span {
         .e_description span {
             display: inline-block;
             display: inline-block;
             width: 48%;
             width: 48%;
-            line-height: 40px;
+            line-height: 60px;
             font-weight: 700;
             font-weight: 700;
         }
         }
 
 
@@ -48,7 +48,7 @@
         }
         }
 
 
         .e_paper_title {
         .e_paper_title {
-            height: 400px;
+            height: 480px;
         }
         }
 
 
         .e_paper_title h1 {
         .e_paper_title h1 {
@@ -59,6 +59,7 @@
         }
         }
 
 
         .e_paper_title h3 {
         .e_paper_title h3 {
+            margin-top: 10px;
             font-size: 30px;
             font-size: 30px;
             font-family: "黑体";
             font-family: "黑体";
             text-align: center;
             text-align: center;
@@ -72,6 +73,7 @@
 
 
         .e_paper_title h3 em {
         .e_paper_title h3 em {
             font-family: "Times New Roman", Times, serif;
             font-family: "Times New Roman", Times, serif;
+            font-weight: bolder;
         }
         }
 
 
         .e_tip {
         .e_tip {
@@ -80,22 +82,21 @@
 
 
         /* 第一版面 */
         /* 第一版面 */
         .e_first_page {
         .e_first_page {
-            width: 2250px;
-            margin-left: 50px;
+            width: 2300px;
             position: relative;
             position: relative;
         }
         }
 
 
         .e_first_part {
         .e_first_part {
             position: absolute;
             position: absolute;
-            width: 1547px;
-            height: 120px;
+            width: 1407px;
+            height: 80px;
             position: absolute;
             position: absolute;
-            top: 753px;
-            left: -700px;
+            top: 773px;
+            left: -625px;
             /* 逆时针旋转90度 */
             /* 逆时针旋转90度 */
             transform: rotateZ(270deg);
             transform: rotateZ(270deg);
-            -webkit-transform: rotateZ(270deg);
             /* 往左平移 */
             /* 往左平移 */
+            -webkit-transform: rotateZ(270deg);
         }
         }
 
 
         /* 侧边栏 */
         /* 侧边栏 */
@@ -109,26 +110,21 @@
 
 
         /* 密封线 */
         /* 密封线 */
         .e_sidebar_thread {
         .e_sidebar_thread {
-            margin-top: 25px;
+            margin-top: 30px;
             height: 20px;
             height: 20px;
             line-height: 25px;
             line-height: 25px;
             text-align: center;
             text-align: center;
         }
         }
 
 
-        /*.e_sidebar_thread span {
-            margin: 0 150px;
-            background: #FFF;
-        }*/
-
         #allContent {
         #allContent {
-            width: 2000px;
             float: left;
             float: left;
-            padding-left: 130px;
+            width: 2170px;
+            padding: 0 65px;
         }
         }
 
 
         #tempContent {
         #tempContent {
             visibility: hidden;
             visibility: hidden;
-            width: 990px;
+            width: 1085px;
         }
         }
 
 
         .e_detail {
         .e_detail {
@@ -186,9 +182,9 @@
         .e_content {
         .e_content {
             /*background: #efefef;*/
             /*background: #efefef;*/
             float: left;
             float: left;
-            width: 940px;
+            width: 985px;
             height: 1407px;
             height: 1407px;
-            margin: 110px 30px;
+            margin: 110px 50px;
             padding-bottom: 40px;
             padding-bottom: 40px;
 
 
             position: relative;
             position: relative;
@@ -197,6 +193,11 @@
             box-sizing: border-box;
             box-sizing: border-box;
         }
         }
 
 
+        .e_content:nth-child(1) {
+            width: 915px;
+            margin-left: 120px;
+        }
+
         @media print {
         @media print {
             .e_content:nth-child(even) {
             .e_content:nth-child(even) {
                 page-break-before: always;
                 page-break-before: always;
@@ -217,16 +218,16 @@
 <div class="e_first_page">
 <div class="e_first_page">
     <div class="e_first_part">
     <div class="e_first_part">
         <div class="e_sidebar_font">
         <div class="e_sidebar_font">
-            <span style="margin-left: 0">学习中心____________________</span>
-            <span>姓名____________________</span>
-            <span>学校____________________</span>
-            <span>专业名称____________________</span>
+            <span style="margin-left: 0">学习中心_______________________</span>
+            <span>姓名_______________________</span>
+            <span>学校_______________________</span>
+            <span>专业名称_______________________</span>
         </div>
         </div>
         <div class="e_sidebar_thread">
         <div class="e_sidebar_thread">
-            ………………………………………… 密 ………………………………………… 封 ………………………………………… 线 …………………………………………
-            <!--<span>密</span>
-            <span>封</span>
-            <span>线</span>-->
+            <i style="font-style: normal;font-size: 20px">..............................</i> 密
+            <i style="font-style: normal;font-size: 20px">..............................</i> 封
+            <i style="font-style: normal;font-size: 20px">..............................</i> 线
+            <i style="font-style: normal;font-size: 20px">..............................</i>
         </div>
         </div>
     </div>
     </div>
 
 
@@ -254,7 +255,7 @@
 <div id="tempContent"></div>
 <div id="tempContent"></div>
 </body>
 </body>
 <script type="text/javascript">
 <script type="text/javascript">
-    var a3Width = 930;
+    var a3Width = 1085;
     var a3Height = 1407;
     var a3Height = 1407;
     var tempContent = document.getElementById("tempContent");
     var tempContent = document.getElementById("tempContent");
     var tempOptions = [];
     var tempOptions = [];
@@ -367,7 +368,7 @@
         /* 后台数据示例 */
         /* 后台数据示例 */
         var list = [];
         var list = [];
 
 
-        for (var m = 1; m <= 3; m++) {
+        for (var m = 1; m <= 15; m++) {
             list.push('<p class="e_detail"><b>一、单选题(本大题共<i class="e_num">50</i>小题,共<i class="e_num">100</i>分)</b></p>');
             list.push('<p class="e_detail"><b>一、单选题(本大题共<i class="e_num">50</i>小题,共<i class="e_num">100</i>分)</b></p>');
             list.push('<p><b>在每小题列出的备选项中只有一个符合题目要求的,请将其选出并将“答题卡”的相应代码涂黑,错涂、多涂或未涂均无分。</b></p>');
             list.push('<p><b>在每小题列出的备选项中只有一个符合题目要求的,请将其选出并将“答题卡”的相应代码涂黑,错涂、多涂或未涂均无分。</b></p>');