Files
HTFX-CRM-Sales/pages/news/detail.scss
2025-07-07 16:05:18 +08:00

35 lines
531 B
SCSS

.container {
padding: 0 40upx 16px;
.title {
margin: 14px 0 15px;
}
.content {
display: flex;
flex-direction: column;
row-gap: 40upx;
column-gap: 20upx;
margin-top: 40upx;
}
.news-title {
font-size: 22px;
font-weight: 700;
color: rgba(51, 51, 51, 1);
}
.news-desc {
width: 100%;
color: rgba(153, 153, 153, 1);
font-size: 24upx;
font-weight: 400;
display: flex;
align-items: center;
.icon {
width: 18upx;
height: 18upx;
margin-right: 15upx;
vertical-align: bottom;
}
}
}