Files
CompanyProject/衣莎项目/源码/衣莎官网源码/css/page/news.css
2024-09-27 01:32:49 +08:00

64 lines
957 B
CSS

@import "../pubilc/_mian.css";
.wheel{
height: 350px;
width: 100%;
}
/* 内容 */
.types{
width: 100%;
padding: 40px 0;
display: none;
}
.newsUl{
width: 1190px;
margin: 0 auto;
}
.newsUl li{
width: 100%;
height: 190px;
border-bottom: 1px solid #ebebeb;
padding: 20px 0;
}
.newsUl li img{
height: 190px;
width: 310px;
float: left;
}
.news-cen{
padding-left: 30px;
float: left;
height: 190px;
width: 60%;
padding-top: 30px;
box-sizing: border-box;
overflow: hidden;
}
.news-time img{
margin-right: 10px;
width: 17px !important;
height: 17px !important;
}
.news-time{
margin-top: 50px;
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0px;
color: #666666;
}
.news-title{
font-size: 26px;
font-weight: 500;
}
.newsActive{
display: block;
}
.newPage{
margin: 30px 0 80px 0;
}