jysBlack2
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.
 
 
 

95 lines
1.7 KiB

.newsDetail{
border-bottom: solid 1px #EDEFF2;
}
.newsDetail .container{
margin: 21px auto 0;
}
.newsDetail .container .return{
font-size: 16px;
font-weight: bold;
color: #909399;
margin-bottom: 20px;
}
.newsDetail .container .return a{
color: #909399;
}
.newsDetail .container .return img{
width: 11px;
height: 11px;
}
.newsDetail .container .newDetailContent{
margin-top: 20px;
}
.newsDetail .container .newDetailContent .title{
font-size: 30px;
color: #303133;
font-weight: bold;
}
.newsDetail .container .newDetailContent .authorInfo{
display: flex;
align-items: center;
color: #909399;
font-size: 14px;
margin: 12px 0;
}
.newsDetail .container .newDetailContent .authorInfo img{
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 6px;
}
.newsDetail .container .newDetailContent .smallTitle{
margin: 30px 0;
font-size: 16px;
font-family: SF Pro;
font-weight: 400;
line-height: 24px;
color: #606266;
}
.newsDetail .container .newDetailContent .Img{
width: 100%;
height: 600px;
}
.newsDetail .container .newDetailContent .Img img{
display: block;
margin: 0 auto;
width: 800px;
height: 600px;
}
.newsDetail .container .newDetailContent .text{
margin: 30px 0 60px;
font-size: 16px;
font-family: SF Pro;
font-weight: 400;
line-height: 24px;
color: #606266;
word-spacing: 4px;
}
.newsDetail .container .newDetailContent .text p:not(:first-child){
margin-top: 20px;
}
.newsDetail .container .pagination{
text-align: center;
margin: 30px auto 60px;
}
.layui-laypage-em{
background-color: #BD62FF !important;
}
.layui-laypage a:hover {
color: #BD62FF;
}