课程详情课件列表样式优化

This commit is contained in:
unknown 2023-07-30 16:32:03 +08:00
parent ae6c82ccf4
commit 9fbd7a6d95

View File

@ -164,7 +164,6 @@
width: calc(100% - 34px); width: calc(100% - 34px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-right: 10px;
.label { .label {
width: 100%; width: 100%;
height: 16px; height: 16px;
@ -192,11 +191,12 @@
} }
} }
.download { .download {
width: auto; width: 34px;
font-size: 12px; font-size: 12px;
font-weight: 400; font-weight: 400;
color: #ff4d4f; color: #ff4d4f;
line-height: 16px; line-height: 16px;
text-align: right;
} }
} }
} }