feat: 商品详情的字体图标的处理

This commit is contained in:
2025-09-06 13:25:18 +08:00
parent 1d071f25bf
commit 7973743644
3 changed files with 47 additions and 15 deletions

View File

@@ -17,15 +17,16 @@ $button-hover-color: darken($button-color, 8%);
// 使用须知样式
.use-notice {
margin-bottom: 16px;
margin: 16px 0;
}
.use-notice-content {
.module-item {
display: flex;
align-items: flex-start;
flex-direction: column;
border-bottom: 1px solid #666;
padding: 12px 0;
.module-icon {
display: flex;
flex-direction: row;
@@ -33,19 +34,12 @@ $button-hover-color: darken($button-color, 8%);
margin-right: 8px;
flex-shrink: 0;
image {
width: 20px;
height: 20px;
object-fit: cover;
background-color: #f55726;
margin-right: 8px;
}
.module-title {
font-size: 14px;
color: #333;
text-align: center;
word-wrap: break-word;
margin-left: 4px;
}
}
@@ -57,6 +51,9 @@ $button-hover-color: darken($button-color, 8%);
margin-top: 4px;
}
}
.border-bottom {
border-bottom: 1px solid #f0f0f0;
}
}
.content-wrapper {