Browse Source

部分简介

gzb
guozhongbo 1 year ago
parent
commit
a83f43859c
2 changed files with 9 additions and 11 deletions
  1. 3
    5
      css/common.css
  2. 6
    6
      sections/section_1.html

+ 3
- 5
css/common.css View File

59
   border-radius: 5mm;
59
   border-radius: 5mm;
60
   color: #fff;
60
   color: #fff;
61
   background-color: #2D8CF0;
61
   background-color: #2D8CF0;
62
-  overflow: hidden;
63
 }
62
 }
64
 .abstract_left {
63
 .abstract_left {
65
   float: left;
64
   float: left;
66
   margin: 4mm 0;
65
   margin: 4mm 0;
67
-  width: 60mm;
66
+  width: 50mm;
68
   height: calc(100% - 8mm);
67
   height: calc(100% - 8mm);
69
   text-align: center;
68
   text-align: center;
70
   border-right: 0.5mm dashed #f5f5f5;
69
   border-right: 0.5mm dashed #f5f5f5;
71
   box-sizing: border-box;
70
   box-sizing: border-box;
72
 }
71
 }
73
 .abstract_left img {
72
 .abstract_left img {
74
-  display: block;
75
   margin: 0 auto;
73
   margin: 0 auto;
76
   width: 38mm;
74
   width: 38mm;
77
   height: 30mm;
75
   height: 30mm;
78
 }
76
 }
79
 .abstract_right {
77
 .abstract_right {
80
   float: left;
78
   float: left;
81
-  margin: 4mm 10mm;
82
-  width: calc(100% - 80mm);
79
+  margin: 4mm 8mm;
80
+  width: calc(100% - 75mm);
83
   height: calc(100% - 8mm);
81
   height: calc(100% - 8mm);
84
   box-sizing: border-box;
82
   box-sizing: border-box;
85
 }
83
 }

+ 6
- 6
sections/section_1.html View File

11
     <div class="page_root section1">
11
     <div class="page_root section1">
12
       <h1 class="section_title_1">第一章 考试概况</h1>
12
       <h1 class="section_title_1">第一章 考试概况</h1>
13
       <div class="abstract_box">
13
       <div class="abstract_box">
14
-        <!-- <div class="abstract_left">
14
+        <span class="abstract_left">
15
           <img src="/img/img1.png" />
15
           <img src="/img/img1.png" />
16
-        </div> -->
17
-        <div class="abstract_right">
18
-          <div class="abstract_content">
16
+        </span>
17
+        <span class="abstract_right">
18
+          <span class="abstract_content">
19
             从学校和数据的角度分析整体科目、整体班级及各科各班之间的水平和差异情况,系统从多个维度的数据进行对比分析,<strong
19
             从学校和数据的角度分析整体科目、整体班级及各科各班之间的水平和差异情况,系统从多个维度的数据进行对比分析,<strong
20
               >包括满分、最高分、平均分、最低分、四率、参考人数、标准差。</strong
20
               >包括满分、最高分、平均分、最低分、四率、参考人数、标准差。</strong
21
             >
21
             >
22
-          </div>
23
-        </div>
22
+          </span>
23
+        </span>
24
       </div>
24
       </div>
25
       <h2 class="section_title_2">1.总览</h2>
25
       <h2 class="section_title_2">1.总览</h2>
26
       <div class="section_list">
26
       <div class="section_list">

Loading…
Cancel
Save