release 1.0
This commit is contained in:
parent
9a21f9a0ef
commit
464a193856
13
about.html
13
about.html
@ -70,12 +70,15 @@
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="foot1">
|
||||
<div>关于我们</div>
|
||||
<div>学习资源</div>
|
||||
<div>常见问题</div>
|
||||
<div>快速导航</div>
|
||||
<a href="/about.html" class="About-us">关于我们</a>
|
||||
<a href="#" class="Learning-resources">学习资源</a>
|
||||
<a href="#" class="frequently-asked-questions">常见问题</a>
|
||||
<a href="#" class="Quick-navigation">快速导航</a>
|
||||
<a class="cp">ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
<div class="foot2">
|
||||
<a>ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
<div class="foot2"><div>ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
8
css.css
8
css.css
@ -2,7 +2,7 @@
|
||||
li {
|
||||
list-style: none outside none;
|
||||
}
|
||||
a{color:#2d374b;text-decoration:none;}
|
||||
/* a{color:#2d374b;text-decoration:none;} */
|
||||
.wrap{
|
||||
width: 1920px;
|
||||
height: 1293px;
|
||||
@ -147,7 +147,8 @@ a:active{color:#0F5FB6;}
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.foot1>div{
|
||||
.foot1>a{
|
||||
display: block;
|
||||
margin-left: 50px;
|
||||
margin-top: 39px;
|
||||
}
|
||||
@ -155,7 +156,8 @@ a:active{color:#0F5FB6;}
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.foot2>div{
|
||||
.foot2>a{
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
width: 395px;
|
||||
height: 14px;
|
||||
|
@ -53,7 +53,8 @@ color: aliceblue;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.foot1>div{
|
||||
.foot1>a{
|
||||
display: block;
|
||||
margin-left: 25px;
|
||||
margin-top: 39px;
|
||||
}
|
||||
@ -61,7 +62,8 @@ color: aliceblue;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.foot2>div{
|
||||
.foot2>a{
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
width: 395px;
|
||||
height: 14px;
|
||||
|
8
css2.css
8
css2.css
@ -2,7 +2,7 @@
|
||||
li {
|
||||
list-style: none outside none;
|
||||
}
|
||||
a{color:#2d374b;text-decoration:none;}
|
||||
/* a{color:#2d374b;text-decoration:none;} */
|
||||
.wrap{
|
||||
width: 1920px;
|
||||
background-color:#F2F2F2;
|
||||
@ -152,7 +152,8 @@ a:active{color:#0F5FB6;}
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.foot1>div{
|
||||
.foot1>a{
|
||||
display: block;
|
||||
margin-left: 25px;
|
||||
margin-top: 39px;
|
||||
}
|
||||
@ -160,7 +161,8 @@ a:active{color:#0F5FB6;}
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.foot2>div{
|
||||
.foot2>a{
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
width: 395px;
|
||||
height: 14px;
|
||||
|
@ -214,12 +214,15 @@
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="foot1">
|
||||
<div>关于我们</div>
|
||||
<div>学习资源</div>
|
||||
<div>常见问题</div>
|
||||
<div>快速导航</div>
|
||||
<a href="/about.html" class="About-us">关于我们</a>
|
||||
<a href="#" class="Learning-resources">学习资源</a>
|
||||
<a href="#" class="frequently-asked-questions">常见问题</a>
|
||||
<a href="#" class="Quick-navigation">快速导航</a>
|
||||
<a class="cp">ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
<div class="foot2">
|
||||
<a>ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
<div class="foot2"><div>ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
11
index.html
11
index.html
@ -692,13 +692,14 @@
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="foot1">
|
||||
<div>关于我们</div>
|
||||
<div>学习资源</div>
|
||||
<div>常见问题</div>
|
||||
<div>快速导航</div>
|
||||
<a href="/about.html" class="About-us">关于我们</a>
|
||||
<a href="#" class="Learning-resources">学习资源</a>
|
||||
<a href="#" class="frequently-asked-questions">常见问题</a>
|
||||
<a href="#" class="Quick-navigation">快速导航</a>
|
||||
<a class="cp">ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
<div class="foot2">
|
||||
<div>ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</div>
|
||||
<a>ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
10
java.html
10
java.html
@ -609,11 +609,11 @@
|
||||
|
||||
</div>
|
||||
<div class="Bottom-navigation">
|
||||
<div class="About-us">关于我们</div>
|
||||
<div class="Learning-resources">学习资源</div>
|
||||
<div class="frequently-asked-questions">常见问题</div>
|
||||
<div class="Quick-navigation">快速导航</div>
|
||||
<div class="cp">ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</div>
|
||||
<a href="/about.html" class="About-us">关于我们</a>
|
||||
<a href="#" class="Learning-resources">学习资源</a>
|
||||
<a href="#" class="frequently-asked-questions">常见问题</a>
|
||||
<a href="#" class="Quick-navigation">快速导航</a>
|
||||
<a class="cp">ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -56,13 +56,14 @@
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="foot1">
|
||||
<div>关于我们</div>
|
||||
<div>学习资源</div>
|
||||
<div>常见问题</div>
|
||||
<div>快速导航</div>
|
||||
<a href="/about.html" class="About-us">关于我们</a>
|
||||
<a href="#" class="Learning-resources">学习资源</a>
|
||||
<a href="#" class="frequently-asked-questions">常见问题</a>
|
||||
<a href="#" class="Quick-navigation">快速导航</a>
|
||||
<a class="cp">ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
<div class="foot2">
|
||||
<div>ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</div>
|
||||
<a>ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -38,7 +38,7 @@
|
||||
<a class="top5">新闻动态</a>
|
||||
<a href="/localtion.html" class="top6">联系我们</a>
|
||||
</div>
|
||||
<div id="Principal">
|
||||
<div id="Principal" style="height: 10647px;">
|
||||
|
||||
<a href="#">
|
||||
<div id="shouye">
|
||||
@ -593,11 +593,11 @@
|
||||
|
||||
</div>
|
||||
<div class="Bottom-navigation">
|
||||
<div class="About-us">关于我们</div>
|
||||
<div class="Learning-resources">学习资源</div>
|
||||
<div class="frequently-asked-questions">常见问题</div>
|
||||
<div class="Quick-navigation">快速导航</div>
|
||||
<div class="cp">ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</div>
|
||||
<a href="/about.html" class="About-us">关于我们</a>
|
||||
<a href="#" class="Learning-resources">学习资源</a>
|
||||
<a href="#" class="frequently-asked-questions">常见问题</a>
|
||||
<a href="#" class="Quick-navigation">快速导航</a>
|
||||
<a class="cp">ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
12
ued.html
12
ued.html
@ -38,7 +38,7 @@
|
||||
<a class="top5">新闻动态</a>
|
||||
<a href="/localtion.html" class="top6">联系我们</a>
|
||||
</div>
|
||||
<div id="Principal">
|
||||
<div id="Principal" style="height: 6112px;">
|
||||
|
||||
<a href="#">
|
||||
<div id="shouye">
|
||||
@ -593,11 +593,11 @@
|
||||
|
||||
</div>
|
||||
<div class="Bottom-navigation">
|
||||
<div class="About-us">关于我们</div>
|
||||
<div class="Learning-resources">学习资源</div>
|
||||
<div class="frequently-asked-questions">常见问题</div>
|
||||
<div class="Quick-navigation">快速导航</div>
|
||||
<div class="cp">ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</div>
|
||||
<a href="/about.html" class="About-us">关于我们</a>
|
||||
<a href="#" class="Learning-resources">学习资源</a>
|
||||
<a href="#" class="frequently-asked-questions">常见问题</a>
|
||||
<a href="#" class="Quick-navigation">快速导航</a>
|
||||
<a class="cp">ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
10
web.html
10
web.html
@ -38,7 +38,7 @@
|
||||
<a class="top5">新闻动态</a>
|
||||
<a href="/localtion.html" class="top6">联系我们</a>
|
||||
</div>
|
||||
<div id="Principal">
|
||||
<div id="Principal" style="height: 10270px;">
|
||||
|
||||
<a href="#">
|
||||
<div id="shouye">
|
||||
@ -593,10 +593,10 @@
|
||||
|
||||
</div>
|
||||
<div class="Bottom-navigation">
|
||||
<a class="About-us">关于我们</a>
|
||||
<a class="Learning-resources">学习资源</a>
|
||||
<a class="frequently-asked-questions">常见问题</a>
|
||||
<!-- <div class="Quick-navigation">快速导航</div> -->
|
||||
<a href="/about.html" class="About-us">关于我们</a>
|
||||
<a href="#" class="Learning-resources">学习资源</a>
|
||||
<a href="#" class="frequently-asked-questions">常见问题</a>
|
||||
<a href="#" class="Quick-navigation">快速导航</a>
|
||||
<a class="cp">ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</a>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user