wangzhonglu 1 vuosi sitten
vanhempi
commit
5f00de0aeb
5 muutettua tiedostoa jossa 242 lisäystä ja 0 poistoa
  1. 153
    0
      css/index.css
  2. BIN
      favicon.ico
  3. BIN
      img/home/scheme/jiantou_right1.png
  4. BIN
      img/home/scheme/mask.png
  5. 89
    0
      index.html

+ 153
- 0
css/index.css Näytä tiedosto

@@ -18,3 +18,156 @@
18 18
     rgba(13, 27, 46, 0.7) 100%
19 19
   );
20 20
 }
21
+.home_main {
22
+  background-color: #fff;
23
+}
24
+.home_superiority_title {
25
+  margin: 0 auto;
26
+  width: 13rem;
27
+  padding: 1rem 0;
28
+  font-size: 0.4rem;
29
+  font-weight: 700;
30
+  text-align: center;
31
+  color: #333;
32
+}
33
+.home_superiority_info {
34
+  display: flex;
35
+  justify-content: space-between;
36
+  align-items: center;
37
+  margin: 0 auto;
38
+  width: 13rem;
39
+  height: 3.3rem;
40
+}
41
+.home_superiority_info .superiority_item {
42
+  max-width: 25%;
43
+  text-align: center;
44
+}
45
+.home_superiority_info .superiority_item_img {
46
+  display: block;
47
+  margin: 0 auto;
48
+  width: 0.84rem;
49
+}
50
+.home_superiority_info .superiority_item_title {
51
+  padding: 0.25rem 0;
52
+  font-size: 0.28rem;
53
+  color: #333;
54
+}
55
+.home_superiority_info .superiority_item_stitle {
56
+  font-size: 0.16rem;
57
+  color: #999;
58
+  line-height: 0.3rem;
59
+}
60
+.home_scheme_info {
61
+  display: flex;
62
+  justify-content: space-between;
63
+  align-items: center;
64
+  margin: 0 auto;
65
+  padding: 0.7rem 0;
66
+  width: 13rem;
67
+}
68
+.home_scheme_info .scheme_left {
69
+  width: 4.74rem;
70
+}
71
+.home_scheme_info .scheme_left .scheme_left_title {
72
+  padding: 0.3rem 0;
73
+  font-size: 0.28rem;
74
+  color: #333;
75
+}
76
+.home_scheme_info .scheme_left .scheme_left_stitle {
77
+  font-size: 0.18rem;
78
+  color: #999;
79
+  line-height: 0.32rem;
80
+}
81
+.home_scheme_info .scheme_right {
82
+  display: inline-block;
83
+  width: 8.25rem;
84
+}
85
+.home_scheme_info .scheme_left_btn {
86
+  position: relative;
87
+  margin-top: 1rem;
88
+  width: 2rem;
89
+  height: 0.58rem;
90
+  font-size: 0.16rem;
91
+  font-weight: 700;
92
+  border: 0.01rem solid #333;
93
+  transition: all .3s ease-out;
94
+  -webkit-transition: all .3s ease-out;
95
+  cursor: pointer;
96
+}
97
+.home_scheme_info .scheme_left_btn .mask_bg {
98
+  position: absolute;
99
+  top: 0;
100
+  left: 0;
101
+  bottom: 0;
102
+  margin: 0;
103
+  width: 0;
104
+  height: 0.58rem;
105
+  transition: all .3s ease-out;
106
+  -webkit-transition: all .3s ease-out;
107
+}
108
+.home_scheme_info .scheme_left_btn:hover .mask_bg {
109
+  position: absolute;
110
+  top: 0;
111
+  left: 0;
112
+  right: 0;
113
+  bottom: 0;
114
+  margin: 0;
115
+  width: 2rem;
116
+  height: 0.58rem;
117
+}
118
+.home_scheme_info .scheme_left_btn .scheme_btn_info {
119
+  position: relative;
120
+  display: flex;
121
+  justify-content: center;
122
+  align-items: center;
123
+  height: 100%;
124
+  z-index: 999;
125
+}
126
+.home_scheme_info .scheme_left_btn:hover {
127
+  color: #fff;
128
+  border: 0.01rem solid #2D8CF0;
129
+}
130
+.home_scheme_info .scheme_left_btn img {
131
+  margin-left: 0.2rem;
132
+  width: 0.2rem;
133
+  height: 0.06rem;
134
+}
135
+.home_scheme_info .scheme_left_btn .jiantou_right {
136
+  display: block;
137
+}
138
+.home_scheme_info .scheme_left_btn .jiantou_right1 {
139
+  display: none;
140
+}
141
+.home_scheme_info .scheme_left_btn:hover .jiantou_right {
142
+  display: none;
143
+}
144
+.home_scheme_info .scheme_left_btn:hover .jiantou_right1 {
145
+  display: block;
146
+}
147
+.home_introduce_title {
148
+  padding-top: 0.68rem;
149
+  font-size: 0.4rem;
150
+  color: #000;
151
+  text-align: center;
152
+}
153
+.home_introduce_stitle {
154
+  padding: 0.22rem 0;
155
+  font-size: 0.16rem;
156
+  color: #000;
157
+  text-align: center;
158
+}
159
+.home_introduce_main {
160
+  margin: 0 auto;
161
+  padding: 0.75rem 0;
162
+  width: 13rem;
163
+  background-color: #fff;
164
+  color: #666;
165
+  font-size: 0.16rem;
166
+}
167
+.home_introduce_main_left {
168
+  margin-left: 0.35rem;
169
+}
170
+.home_introduce_main_left .introduce_main_left_title {
171
+  font-size: 0.28rem;
172
+  color: #333;
173
+}

BIN
favicon.ico Näytä tiedosto


BIN
img/home/scheme/jiantou_right1.png Näytä tiedosto


BIN
img/home/scheme/mask.png Näytä tiedosto


+ 89
- 0
index.html Näytä tiedosto

@@ -5,6 +5,7 @@
5 5
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6 6
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 7
     <title>河南星火燎原软件科技有限公司</title>
8
+    <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
8 9
     <link rel="stylesheet" href="./librarys/swiper@3.4.2/swiper.min.css" />
9 10
     <link rel="stylesheet" href="./css/comm.css" />
10 11
     <link rel="stylesheet" href="./css/index.css" />
@@ -24,6 +25,94 @@
24 25
       <!-- 如果需要分页器 -->
25 26
       <div class="swiper-pagination"></div>
26 27
     </div>
28
+    <div class="home_main">
29
+      <div class="home_superiority_title">我们的优势</div>
30
+      <div class="home_superiority_info">
31
+        <div class="superiority_item">
32
+          <img
33
+            class="superiority_item_img"
34
+            src="./img/home/superiority/datong.png"
35
+          />
36
+          <div class="superiority_item_title">打通教育全流程</div>
37
+          <div class="superiority_item_stitle">
38
+            为K12全流程、全方位<br />提供智能服务
39
+          </div>
40
+        </div>
41
+        <div class="superiority_item">
42
+          <img
43
+            class="superiority_item_img"
44
+            src="./img/home/superiority/zhuanzhu.png"
45
+          />
46
+          <div class="superiority_item_title">专注K12智慧教育</div>
47
+          <div class="superiority_item_stitle">
48
+            为教育行业提供全方位<br />实时音频解决方案
49
+          </div>
50
+        </div>
51
+        <div class="superiority_item">
52
+          <img
53
+            class="superiority_item_img"
54
+            src="./img/home/superiority/shuju.png"
55
+          />
56
+          <div class="superiority_item_title">数据安全及稳定性</div>
57
+          <div class="superiority_item_stitle">数据安全及稳定性有保障</div>
58
+        </div>
59
+        <div class="superiority_item">
60
+          <img
61
+            class="superiority_item_img"
62
+            src="./img/home/superiority/fuwu.png"
63
+          />
64
+          <div class="superiority_item_title">服务保障</div>
65
+          <div class="superiority_item_stitle">全流程 全方 位服务保障</div>
66
+        </div>
67
+      </div>
68
+      <div class="home_scheme_info">
69
+        <div class="scheme_left">
70
+          <div class="scheme_left_title">应用方案</div>
71
+          <div class="scheme_left_stitle">
72
+            构建互联网+大数据+智慧教育,高效智能平台,<br />量体裁衣,满足客户个性化需求
73
+          </div>
74
+          <div class="scheme_left_btn">
75
+            <img class="mask_bg" src="./img/home/scheme/mask.png" />
76
+            <div class="scheme_btn_info">
77
+              了解更多
78
+              <img
79
+                class="jiantou_right"
80
+                src="./img/home/scheme/jiantou_right.png"
81
+              />
82
+              <img
83
+                class="jiantou_right1"
84
+                src="./img/home/scheme/jiantou_right1.png"
85
+              />
86
+            </div>
87
+          </div>
88
+        </div>
89
+        <img class="scheme_right" src="./img/home/scheme/banner.png" />
90
+      </div>
91
+    </div>
92
+    <div class="home_introduce_title">方案介绍</div>
93
+    <div class="home_introduce_stitle">
94
+      提升学校数据共享能力、加速释放数据价值
95
+    </div>
96
+    <div class="home_introduce_main">
97
+      <div class="home_introduce_main_left">
98
+        <div class="introduce_main_left_title">采集学生全过程</div>
99
+        <div>
100
+          <div>
101
+            学习行为数据,精准诊断学生知识点学习情况,<br />
102
+            让管理者基于数据科学决策,让教师基于学情<br />
103
+            精准教学,让学生基于知识掌握程度精准学习。
104
+          </div>
105
+          <div>
106
+            实现从个人到整体、从微观到宏观的全面数据<br />
107
+            呈现,帮助教育管理者快速了解教育动态,助<br />
108
+            力科学决策,助力师生增效减负。
109
+          </div>
110
+        </div>
111
+      </div>
112
+      <div>
113
+
114
+      </div>
115
+    </div>
27 116
     <div class="footer_root"></div>
28 117
     <script src="./librarys/jquery@1.12.4/jquery.min.js"></script>
29 118
     <script src="./librarys/swiper@3.4.2/swiper.jquery.min.js"></script>

Loading…
Peruuta
Tallenna