Sfoglia il codice sorgente

update example.html

deason 6 anni fa
parent
commit
1d20df780a

+ 16 - 15
examcloud-core-questions-starter/src/main/resources/templates/example.html

@@ -8,6 +8,8 @@
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
     <style type="text/css">
         * {
+            margin: 0;
+            padding: 0;
             font-family: "宋体";
             font-size: 22px;
             line-height: 1.5;
@@ -57,7 +59,6 @@
         }
 
         .e_paper_title h3 {
-            margin-top: -20px;
             font-size: 30px;
             font-family: "黑体";
             text-align: center;
@@ -86,11 +87,11 @@
 
         .e_first_part {
             position: absolute;
-            width: 1560px;
+            width: 1547px;
             height: 120px;
             position: absolute;
-            top: 742px;
-            left: -715px;
+            top: 750px;
+            left: -705px;
             /* 逆时针旋转90度 */
             transform: rotateZ(270deg);
             -webkit-transform: rotateZ(270deg);
@@ -108,17 +109,16 @@
 
         /* 密封线 */
         .e_sidebar_thread {
-            margin-top: 15px;
-            border-bottom: 0.1em dotted #333;
+            margin-top: 30px;
             height: 20px;
             line-height: 25px;
             text-align: center;
         }
 
-        .e_sidebar_thread span {
+        /*.e_sidebar_thread span {
             margin: 0 150px;
             background: #FFF;
-        }
+        }*/
 
         #allContent {
             width: 2000px;
@@ -186,10 +186,10 @@
         .e_content {
             /*background: #efefef;*/
             float: left;
-            width: 960px;
-            height: 1593px;
-            margin: 20px;
-            padding-bottom: 30px;
+            width: 940px;
+            height: 1547px;
+            margin: 40px 30px;
+            padding-bottom: 40px;
 
             position: relative;
             border-top: 0px dashed black;
@@ -223,9 +223,10 @@
             <span>专业名称________________________</span>
         </div>
         <div class="e_sidebar_thread">
-            <span>密</span>
+            ………………………………………… 密 ………………………………………… 封 ………………………………………… 线 …………………………………………
+            <!--<span>密</span>
             <span>封</span>
-            <span>线</span>
+            <span>线</span>-->
         </div>
     </div>
 
@@ -254,7 +255,7 @@
 </body>
 <script type="text/javascript">
     var a3Width = 930;
-    var a3Height = 1593;
+    var a3Height = 1547;
     var tempContent = document.getElementById("tempContent");
     var tempOptions = [];
     var theBox = document.getElementById("e_box_0");