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.
193 lines
3.4 KiB
193 lines
3.4 KiB
body{
|
|
background-color: #040610;
|
|
}
|
|
|
|
.newsDetail{
|
|
|
|
}
|
|
|
|
.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{
|
|
width: 1000px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.newsDetail .container .newDetailContent .title{
|
|
font-size: 30px;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
width: 870px;
|
|
}
|
|
|
|
.newsDetail .container .newDetailContent .authorInfo{
|
|
display: flex;
|
|
align-items: center;
|
|
color: rgba(255, 255, 255, 0.45);
|
|
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;
|
|
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;
|
|
}
|
|
.bigcon{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: baseline;
|
|
}
|
|
|
|
.tabsActive{
|
|
color: #006CFF;
|
|
position: relative;
|
|
}
|
|
|
|
.tabsActive::after{
|
|
content: '';
|
|
width: 8px;
|
|
height: 2px;
|
|
background-color: #006CFF;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.tabs span {
|
|
cursor: pointer;
|
|
margin-right: 12px;
|
|
padding: 8px 0;
|
|
}
|
|
|
|
.tabs {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
margin-bottom: 20px;
|
|
}
|
|
.bot{
|
|
margin-bottom: 20px;
|
|
}
|
|
.rigNew{
|
|
width: 457px;
|
|
padding: 24px;
|
|
background-color: #111534;
|
|
}
|
|
.newcon{
|
|
background: none !important;
|
|
}
|
|
|
|
|
|
.four_content .rq .bot:hover .imgcon img{
|
|
transform: scale(1.05);
|
|
}
|
|
.four_content .rq .bot .imgcon{
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.four_content .rq .bot .imgcon img{
|
|
width: 100%;
|
|
transition: .5s all;
|
|
}
|
|
.four_content .rq .bot .pcon{
|
|
margin-top: 10px;
|
|
}
|
|
.four_content .rq .bot .pcon .p1{
|
|
color: #fff;
|
|
line-height: 24px;
|
|
font-size: 20px;
|
|
margin-bottom: 6px;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
.four_content .rq .bot .pcon .p2{
|
|
margin-bottom: 12px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.four_content .rq .bot .pcon .p2 img{
|
|
width: 48px;
|
|
height: 20px;
|
|
}
|
|
.four_content .rq .bot .pcon .p2 span{
|
|
font-size: 14px;
|
|
color: #909399;
|
|
margin-left: 11px;
|
|
}
|
|
.four_content .rq .bot .pcon .p3{
|
|
font-size: 14px;
|
|
color: rgba(255, 255, 255, 0.65);
|
|
line-height: 20px;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|