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.
199 lines
4.2 KiB
199 lines
4.2 KiB
.newsHeader {
|
|
border-bottom: solid 1px #edeff2;
|
|
}
|
|
|
|
.newsContent {
|
|
background: #040610;
|
|
}
|
|
|
|
.newsContent .container {
|
|
margin: 41px auto 72px;
|
|
padding: 40px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background-color: #111534;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.newsContent .container .tabs {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #303133;
|
|
margin-bottom: 20px;
|
|
border-radius: 8px;
|
|
width: 258px;
|
|
border: 1px solid #303552;
|
|
background: #23274d;
|
|
}
|
|
|
|
.newsContent .container .tabs .tabsIsActiveOne {
|
|
height: 63px;
|
|
line-height: 63px;
|
|
color: rgba(255, 255, 255, 0.65);
|
|
padding-left: 49px;
|
|
border-bottom: 1px solid #303552;
|
|
}
|
|
|
|
.newsContent .container .new_list {
|
|
width: 880px;
|
|
}
|
|
|
|
.newsContent .container .new_list .item {
|
|
margin-top: 24px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.newsContent .container .new_list .item .newImg {
|
|
width: 180px;
|
|
height: 135px;
|
|
border-radius: 6px;
|
|
margin-right: 24px;
|
|
}
|
|
|
|
.newsContent .container .new_list .item .info .tit {
|
|
font-size: 20px;
|
|
font-family: SF Pro;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
color: rgba(255, 255, 255, 0.85);
|
|
}
|
|
.newsContent .container .new_list .item .info .time {
|
|
margin: 6px 0 12px;
|
|
font-size: 14px;
|
|
font-family: SF Pro;
|
|
font-weight: 400;
|
|
line-height: 27px;
|
|
color: rgba(255, 255, 255, 0.25);
|
|
opacity: 1;
|
|
}
|
|
.newsContent .container .new_list .item .info .time img {
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 50%;
|
|
}
|
|
.newsContent .container .new_list .item .info .content {
|
|
font-size: 16px;
|
|
font-family: SF Pro;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
color: rgba(255, 255, 255, 0.45);
|
|
text-overflow: -o-ellipsis-lastline;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
/* .newsContent .container .tabs span{
|
|
cursor: pointer;
|
|
margin-right: 12px;
|
|
padding: 8px 0;
|
|
}
|
|
|
|
.newsContent .container .tabs .tabsActive{
|
|
color: #1C8D36;
|
|
position: relative;
|
|
}
|
|
|
|
.newsContent .container .tabs .tabsActive::after{
|
|
content: '';
|
|
width: 8px;
|
|
height: 2px;
|
|
background-color: #1C8D36;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
} */
|
|
|
|
.newsContent .container .newList .new-item {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.newsContent .container .newList .new-item .new_img {
|
|
width: 180px;
|
|
height: 135px;
|
|
border-radius: 15px;
|
|
margin-right: 24px;
|
|
position: relative;
|
|
}
|
|
|
|
.newsContent .container .newList .new-item .new_img img {
|
|
width: 180px;
|
|
height: 135px;
|
|
}
|
|
.newsContent .container .newList .new-item .new_img .new_block {
|
|
height: 29px;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
right: 10px;
|
|
background-image: linear-gradient(to left, #1c8d36, #ffa3dc);
|
|
border-radius: 6px;
|
|
color: #ffffff;
|
|
padding: 7px 12px;
|
|
}
|
|
.newsContent .container .newList .new-item .new_img .new_block img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.newsContent .container .newList .new-item .new_text .new_tit {
|
|
font-size: 20px;
|
|
color: #303133;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.newsContent .container .newList .new-item .new_text .new_info {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #909399;
|
|
font-size: 14px;
|
|
margin: 12px 0;
|
|
}
|
|
|
|
.newsContent .container .newList .new-item .new_text .new_info img {
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 50%;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.newsContent .container .newList .new-item .new_text .new_content {
|
|
font-size: 16px;
|
|
color: #606266;
|
|
text-overflow: -o-ellipsis-lastline;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.newsContent .container .pagination {
|
|
text-align: center;
|
|
margin: 30px auto 60px;
|
|
}
|
|
|
|
.layui-laypage-em {
|
|
background-color: #111534 !important;
|
|
}
|
|
.layui-laypage a, .layui-laypage span {
|
|
background-color: transparent;
|
|
border: none;
|
|
color: rgba(255, 255, 255, 0.45);
|
|
}
|
|
.layui-laypage a:hover {
|
|
color: #006CFF;
|
|
}
|
|
.newcon {
|
|
/* background: #fff !important; */
|
|
padding: 0;
|
|
}
|
|
.flex {
|
|
flex-wrap: wrap;
|
|
}
|
|
|