feat: 初始化
This commit is contained in:
35
pages/toolsAndReport/detail.scss
Normal file
35
pages/toolsAndReport/detail.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user