feat: 调整了组件的样式

This commit is contained in:
2026-07-14 11:15:49 +08:00
parent 515e02f3af
commit 284becd6a8
7 changed files with 19 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
.discovery-audio-tool-card {
width: 100%;
height: 96px;
display: flex;
align-items: flex-start;
box-sizing: border-box;
padding: 0 12px;
}
.discovery-audio-tool-card.is-pressed {
@@ -28,7 +28,7 @@
height: 88px;
display: flex;
flex-direction: column;
padding: 18px 12px 14px;
padding: 12px;
border-radius: 28px;
background: #ffffff;
box-sizing: border-box;
@@ -94,7 +94,6 @@
.audio-progress-row {
display: flex;
align-items: center;
margin-top: 16px;
}
.audio-progress-track {
@@ -114,9 +113,9 @@
.audio-time {
flex: 0 0 90px;
max-width: 90px;
margin-left: 12px;
margin-left: 10px;
color: #94a0b2;
font-size: 15px;
font-size: 12px;
line-height: 20px;
font-weight: 600;
text-align: right;