You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
1.8 KiB

body{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
}
.navbar{
width: 100%;
height: 65px;
position: fixed;
background-color: lightgray;
top: 0;
}
.navinit{
width: 980px;
height: 100%;
margin: auto;
}
.navbtnpart{
float: right;
}
.logo{
float: left;
line-height: 65px;
}
.navbtn{
line-height: 65px;
float: left;
margin: 0 20px;
}
.navbtn a{
color: #000;
}
.navbtn a:hover{
color: #0091ea;
}
.mainbody{
width: 980px;
height: 1200px;
margin: auto;
}
.classboxL{
float: left;
overflow: hidden;
margin-top: 95px;
width: 450px;
background-color: 236 236 236;
border-bottom: skyblue 6px solid;
background-color: lightgray;
border-radius: 5px;
margin-left: 8px;
}
.title{
background-color: skyblue;
color: #fff;
width: 450px;
height: 80px;
text-align: center;
line-height: 80px;
border-radius: 5px;
margin-top: -25px;
}
.swbtn{
display: inline-block;
width: 95px;
height: 50px;
border-radius: 5px;
margin: 5px 5px;
background-color: #fff;
line-height: 50px;
text-align: center;
}
.classboxL p{
height: 100%;
font-size: 20px;
text-indent: 2em;
line-height: 35px;
padding: 0 10px;
background-color: skyblue;
margin: 0 10px;
}
.classboxR{
float: right;
overflow: hidden;
margin-top: 95px;
width: 450px;
background-color: 236 236 236;
border-bottom: skyblue 6px solid;
background-color: lightgray;
border-radius: 5px;
margin-right:8px;
}
.classboxR p{
height: 100%;
font-size: 20px;
text-indent: 2em;
line-height: 35px;
padding: 0 10px;
background-color: skyblue;
margin: 0 10px;
}
.footer{
height: 100px;
background-color: #3fa8ea;
line-height: 100px;
text-align: center;
}