mirror of
https://github.com/PlayEdu/h5.git
synced 2025-07-23 15:09:39 +08:00
课程详情课件列表样式优化
This commit is contained in:
parent
6218a01042
commit
22533dc828
@ -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;
|
||||
|
@ -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"]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user