-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBusinessProjectThree.html
More file actions
91 lines (79 loc) · 2.43 KB
/
BusinessProjectThree.html
File metadata and controls
91 lines (79 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>华杉科技实训周</title>
<link rel="short icon" href="Resource/icon.png">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<link rel="stylesheet" href="CommonStyle.css">
<style>
.BP_section {
display: table;
width: 100%;
line-height: 44px;
text-align: center;
background-color: rgb(244, 244, 246);
left: 0;
top: 44px;
position: fixed;
}
.BP_section a {
display: table-cell;
width: 33.3%;
}
.BP_section a span {
color: black;
}
</style>
</head>
<body style="padding-top: 88px">
<header class="common_header">
<span>创业项目</span>
</header>
<section class="BP_section">
<a class="BP_section_a" href="BusinessProject.html">
<span>钻石创业者</span>
</a>
<a href="BusinessProjectTwo.html">
<span>金牌创业者</span>
</a>
<a style="background-color: white" href="">
<span style="color: rgb(21, 129, 207)">银牌创业者</span>
</a>
</section>
<section class="common_section">
<img src="Resource/banner22.png" alt="请检查您的网络!">
</section>
<div class="BP_external_div">
<span class="BP_common_span">服务内容</span>
<img class="BP_common_img" src="Resource/10w_1.png" alt="">
<p>提供以上两个学院的技术支持、咨询服务、课件学习等内容</p>
</div>
<div class="BP_external_div_two">
<span class="BP_common_span">创业者享受的回报收益</span>
<img class="BP_common_img" src="Resource/10w_2.png" alt="">
</div>
<footer>
<a href="DropletService.html">
<img src="Resource/nav10.png" alt="">
<span>小滴服务</span>
</a>
<a class="current_a" href="">
<img src="Resource/nav21.png" alt="">
<span>创业项目</span>
</a>
<a href="SignUp.html">
<img src="Resource/nav30.png" alt="">
<span>服务流程</span>
</a>
<a href="Platform.html">
<img src="Resource/nav40.png" alt="">
<span>平台风采</span>
</a>
<a href="MyDroplet.html">
<img src="Resource/nav50.png" alt="">
<span>我的小滴</span>
</a>
</footer>
</body>
</html>