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

This commit is contained in:
unknown 2023-07-30 15:36:51 +08:00
parent 6218a01042
commit 22533dc828
2 changed files with 5 additions and 4 deletions

View File

@ -161,11 +161,12 @@
margin-bottom: 0px;
}
.left-cont {
flex: 1;
width: calc(100% - 34px);
display: flex;
flex-direction: column;
margin-right: 10px;
.label {
width: 100%;
height: 16px;
display: flex;
align-items: center;
@ -178,7 +179,7 @@
}
}
.title {
width: 276px;
width: 100%;
margin-top: 14px;
height: 16px;
font-size: 14px;

View File

@ -261,9 +261,9 @@ const CoursePage = () => {
/>
<span></span>
</div>
<span className={styles["title"]}>
<div className={styles["title"]}>
{item.title}{item.type}
</span>
</div>
</div>
<div
className={styles["download"]}