nuxt_site/assets/css/business/news/news_details/index.scss
2024-05-02 21:28:18 +08:00

45 lines
751 B
SCSS

.joint-details-pos-box {
padding-bottom: 15rem;
}
// 标题
.joint-details-title-box {
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
padding: 0rem 0 2rem 0;
.joint-details-title {
font-size: 30px;
font-weight: bold;
font-family: '阿里妈妈数黑体';
}
.joint-details-time {
margin-top: 2rem;
}
}
.return {
width: 60px;
height: 50%;
// margin-left: 300px;
margin-top: 50px;
cursor: pointer;
}
// 翻页
.Turn-the-page {
line-height: 80px;
.Turn-the-page-box {
display: flex;
justify-content: space-between;
a {
text-decoration: dashed;
color: gray;
}
}
}