151 lines
2.4 KiB
CSS
151 lines
2.4 KiB
CSS
@charset "utf-8";
|
|
#bodyTop {
|
|
height: 400px;
|
|
background-image: url(../Images/login-banner.jpg);
|
|
background-repeat: no-repeat;
|
|
background-position: center 0px;
|
|
}
|
|
.fixedBox
|
|
{
|
|
top:100px;
|
|
}
|
|
/*课程列表*/
|
|
#Context {
|
|
height: 450px;
|
|
width: 1200px;
|
|
overflow: visible;
|
|
}
|
|
.boxBar {
|
|
height: 80px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
overflow: hidden;
|
|
margin-bottom: 20px;
|
|
}
|
|
.boxBar .more {
|
|
float: right;
|
|
height: 30px;
|
|
width: 100px;
|
|
line-height: 30px;
|
|
margin-top: 40px;
|
|
background-color: #fbac4e;
|
|
margin-right:0px;
|
|
}
|
|
.boxBar .more em
|
|
{
|
|
float: left;
|
|
margin-top: 6px;
|
|
margin-right: 2px;
|
|
margin-left: 10px;
|
|
}
|
|
.boxBar .more a{
|
|
color: #666666;
|
|
text-indent: 40px;
|
|
|
|
}
|
|
.title {
|
|
background-image: url(../../Images/icon1.png);
|
|
background-repeat: no-repeat;
|
|
height: 80px;
|
|
width: 200px;
|
|
background-position: 0px 25px;
|
|
line-height: 80px;
|
|
text-indent: 50px;
|
|
font-size: 28px;
|
|
padding-bottom: 12px;
|
|
color: #0387d9;
|
|
float: left;
|
|
}
|
|
|
|
.courseList {
|
|
height: 350px;
|
|
overflow: hidden;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
display:block;
|
|
width:1200px;
|
|
}
|
|
.courseList .courseListInner {
|
|
width: 1250px;
|
|
}
|
|
|
|
.courseList .item {
|
|
float: left;
|
|
margin-right: 18px;
|
|
width: 220px;
|
|
text-align: center;
|
|
border: 3px solid #FFFFFF;
|
|
height: 135px;
|
|
overflow: hidden;
|
|
margin-bottom:20px;
|
|
}
|
|
.courseList .courseOver
|
|
{
|
|
border: 3px solid #CCCCCC;
|
|
}
|
|
.courseList .courseOver .itemName a
|
|
{
|
|
color: #FFFFFF;
|
|
}
|
|
.courseList .item a{
|
|
display: block;
|
|
color: #FFFFFF;
|
|
font-size: 15px;
|
|
line-height: 25px;
|
|
}
|
|
.courseList .item img{
|
|
width: 220px;
|
|
height: 135px;
|
|
}
|
|
.courseList .item .itemMark {
|
|
font-size: 14px;
|
|
text-align: left;
|
|
line-height: 35px;
|
|
width: 220px;
|
|
font-family: "微软雅黑";
|
|
color: #FFFFFF;
|
|
POSITION: relative;
|
|
FILTER: alpha(opacity=50);
|
|
BACKGROUND: #000;
|
|
OVERFLOW: hidden;
|
|
opacity: 0.5;
|
|
-moz-opacity: 0.5;
|
|
top:-45px;
|
|
height:135px;
|
|
}
|
|
.courseList .item .itemInfo {
|
|
font-size: 14px;
|
|
text-align: left;
|
|
line-height: 35px;
|
|
width: 220px;
|
|
color: #FFFFFF;
|
|
POSITION: relative;
|
|
OVERFLOW: hidden;
|
|
top:-180px;
|
|
height:135px;
|
|
z-index: 10;
|
|
}
|
|
.courseList .item .itemInfo a
|
|
{
|
|
line-height: 45px;
|
|
text-indent: 10px;
|
|
display: block;
|
|
height: 45px;
|
|
|
|
font-size: 18px;
|
|
overflow: hidden;
|
|
}
|
|
.courseList .item .itemDetails
|
|
{
|
|
line-height: 20px;
|
|
display: block;
|
|
height: 78px;
|
|
|
|
font-size: 14px;
|
|
width: 190px;
|
|
margin-left: 10px;
|
|
}
|
|
.courseList .item .itemDetails a{
|
|
|
|
font-size: 14px;
|
|
} |