feat:订单详情页面组件封装

This commit is contained in:
duanshuwen
2025-07-13 12:17:41 +08:00
parent 34a62d2f3e
commit 8766bb3720
88 changed files with 1021 additions and 47 deletions

View File

@@ -0,0 +1,39 @@
.notice-info {
background-color: #fff;
border-radius: 10px;
padding: 16px 18px;
}
.notice-section {
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
}
.notice-title {
display: flex;
align-items: center;
margin-bottom: 8px;
font-size: 14px;
font-weight: 600;
color: #333;
}
.notice-icon {
width: 18px;
height: 18px;
margin-right: 10px;
}
.notice-content {
font-size: 12px;
color: #666;
padding-left: 28px;
}
.notice-item {
display: block;
margin-bottom: 5px;
}