103 lines
1.6 KiB
CSS
103 lines
1.6 KiB
CSS
/* 首页的css样式 */
|
|
.school-news {
|
|
margin-top: 40px;
|
|
|
|
}
|
|
.school-news-content {
|
|
height: 500px;
|
|
|
|
}
|
|
.news-content-left{
|
|
width: 64%;
|
|
}
|
|
.news-content-right{
|
|
width: 32%;
|
|
}
|
|
|
|
.content-left-top {
|
|
width: 100%;
|
|
margin-bottom: 24px;
|
|
border-bottom: 3px solid #8f000b;
|
|
}
|
|
.content-left-top h3 {
|
|
height: 43px;
|
|
}
|
|
|
|
.content-left-bottom {
|
|
width: 100%;
|
|
}
|
|
.left-bottom-img img {
|
|
max-height: 180px;
|
|
overflow: hidden;
|
|
}
|
|
.left-bottom-img a {
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
padding: 6px 0;
|
|
display: inline-block;
|
|
cursor: grab !important;
|
|
}
|
|
.left-bottom-img a:hover {
|
|
color: #EC3C1B;
|
|
}
|
|
.left-bottom-img .news_infos {
|
|
color: #727272;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
}
|
|
.left-bottom-img .news_infos:hover{
|
|
color: #727272;
|
|
}
|
|
.left-bottom-img {
|
|
width: 39%;
|
|
}
|
|
.left-bottom-new-list {
|
|
width: 57%;
|
|
}
|
|
.left-bottom-new-list ul li{
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.left-bottom-new-list ul li a{
|
|
width: 80%;
|
|
display: inline-block;
|
|
float: left;
|
|
color: #333;
|
|
}
|
|
.left-bottom-new-list ul li span{
|
|
display: inline-block;
|
|
width: 10%;
|
|
float: right;
|
|
color: #999;
|
|
}
|
|
.tab-title {
|
|
width: 100%;
|
|
height: 43px;
|
|
border-bottom: 3px solid #ccc;
|
|
margin-bottom: 24px;
|
|
}
|
|
.tab-title li {
|
|
display: inline-block;
|
|
height: 43px;
|
|
line-height: 43px;
|
|
float: left;
|
|
font-size: 14px;
|
|
color: #333;
|
|
cursor: default;
|
|
width: 97px;
|
|
font-size: 18px;
|
|
padding-right: 15px;
|
|
text-align: center;
|
|
}
|
|
.tab-title .selected{
|
|
color: #2b2b2b;
|
|
border-bottom: #8f000b 3px solid;
|
|
background-color: #06C;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
.tab-content .tab-content-item {
|
|
display: none;
|
|
}
|
|
.item-active {
|
|
display: inline-block !important;
|
|
} |