CSS样式代码
/*通用类*/
* {
margin: 0;
padding: 0;
}
body {
margin: 0 auto;
line-height: 21px
}
img {
border: none;
display: block;
min-width: 100%;
}
a {
cursor: pointer;
color: #333;
text-decoration: none;
outline: none;
}
em {
font-style: normal;
}
.lt {
float: left;
}
.rt {
float: right;
}
ul,
li,
h1,
h2,
h3,
p {
padding: 0;
margin: 0;
list-style: none
}
ul {
list-style-type: none;
}
.clear {
clear: both
}
/*header 开始*/
.width {
width: 1200px;
margin: 0 auto;
}
header {
width: 100%;
}
.header {
margin: 0 auto;
text-align: center;
background:#003399;
display: block;
}
.header a {
height: 70px;
line-height: 70px;
display: inline-block;
text-align: center;
color: #fff;
font-size: 18px;
margin: 0 40px;
}
.header a:hover {
color: #1c96c2;
}
footer {
width: 100%;
text-align: center;
color: #fff;
background: #003399;
}
footer p {
height: 80px;
line-height: 80px;
}
.banner {
background-size: cover;
width: 100%;
}
.banner img {
width: 100%;
}
.em {
width: 100%;
color: #fff;
font-size: 20px;
background:#003399;
line-height: 50px;
padding: 0 50px;
box-sizing: border-box;
margin: 5px 0;
}
.con ul li {
float: left;
width: 22%;
margin-right: 40px;
text-align: center;
height: 390px;
margin-bottom: 30px;
}
.con ul li img {
width: 100%;
height: 80%;
}
.con ul li p {
background: #f1f1f1;
display: block;
height: 40px;
line-height: 40px;
}
.con .pic {
width: 20%;
margin-top: 3%;
}
.con .text {
width: 70%;
padding: 20px;
}
.con2 ul li {
float: left;
width: 23%;
text-align: center;
margin: 1%;
}
.con2 ul li:hover img {
transform: scale(1.1);
}
.con2 ul li img {
width: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
height: 420px;
}
.con2 ul li p {
margin: 10px 0;
}
.ai {
margin: 0 0 50px;
}
.ai ul li {
width: 30%;
}
.ai ul li p {
background-color: #eee;
margin-top: 0;
padding: 10px;
}
.ai ul li img {
width: 100%;
height: 100%;
}
.con3 {
margin: 60px 0;
min-height: 650px;
}
.con3 .pic {
width: 30%;
}
.con3 .pic img {
width: 100%;
}
.con3 .text {
width: 65%;
margin-right: 20px;
}
.con3 .text h3 {
padding: 20px 0 10px;
}
.con3 .text li {
padding: 10px 0;
}
.con3 .text li span {
margin-left: 20px;
color: #333;
}
.con3 .text li button {
display: inline-block;
width: 168px;
height: 42px;
line-height: 42px;
background:#0066CC;
text-align: center;
color: #fff;
font-size: 20px;
float: left;
border: none;
margin-left: 88px;
margin-top: 60px;
}
.form {
display: block;
text-align: center;
margin: 160px auto 0;
min-height: 610px;
}
.input {
margin-top: 20px;
height: 60px;
}
.input span {
vertical-align: top;
font-size: 20px;
font-weight: bolder;
margin-right: 20px;
display: inline-block;
height: 60px;
line-height: 60px;
}
.input input {
width: 50%;
font-size: 18px;
height: 60px;
line-height: 60px;
border: 1px solid #333;
border-radius: 5px;
background: none;
padding: 0 10px;
}
.input textarea {
width: 50%;
height: 200px;
font-size: 18px;
line-height: 60px;
border: 1px solid #333;
border-radius: 5px;
background: none;
padding: 0 10px;
}
@media only screen and (max-width:1200px) {
.con ul li {
width: 28%;
margin-right: 40px;
height: 26%;
}
.width {
width: 100%;
margin: 0 auto;
}
}
@media only screen and (max-width:880px) {
.con2 ul li {
width: 43%;
text-align: center;
margin: 20px;
}
.con2 ul li img {
height: 232px;
}
}
@media only screen and (max-width:768px) {
.header {
padding: 0 20px;
display: flex;
justify-content: space-between;
}
.header a {
padding: 5px 0;
height: 40px;
line-height: 40px;
margin: 0
}
footer p {
height: 50px;
line-height: 50px;
}
.con ul li {
width: 80%;
margin-left: 30px;
display: block;
text-align: center;
margin-bottom: 10px;
}
.con .pic {
width: 100%;
}
.con .text {
width: 100%;
padding: 20px;
box-sizing: border-box;
}
.con2 ul li {
width: 100%;
margin: 20px 0;
}
.con2 ul li img {
height: auto;
}
.con3 {
margin: 10px 0;
}
.con3 .pic {
width: 60%;
padding: 10px;
box-sizing: border-box;
}
.con3 .text {
width: 100%;
margin-right: 0;
padding: 10px;
box-sizing: border-box;
}
.con3 .text li button {
margin-left: 60px;
margin-top: 30px;
}
}
六、 如何让学习不再盲目
很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己网页游戏 辅助 制作,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习 。
七、更多干货
1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “点赞” “✍️评论” “收藏” 一键三连哦!
2.【关注我| 获取更多源码 | 优质文章】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!
3.
以上内容技术相关问题欢迎一起交流学习
来源:【九爱网址导航www.fuzhukm.com】 免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!