feat: 初始化

This commit is contained in:
George
2025-07-07 15:55:44 +08:00
commit 9b7bfcfe5a
969 changed files with 123036 additions and 0 deletions

35
pages/news/detail.scss Normal file
View File

@ -0,0 +1,35 @@
.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;
}
}
}