mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-08 23:54:10 +08:00
最近学习优化
This commit is contained in:
parent
2859caf7a5
commit
b6902e00bc
@ -4,6 +4,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-bottom: 20px;
|
||||||
.info {
|
.info {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
|
@ -91,7 +91,6 @@ export const CoursesModel: React.FC<PropInterface> = ({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="sp-line"></div>
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -13,14 +13,14 @@
|
|||||||
float: left;
|
float: left;
|
||||||
height: auto;
|
height: auto;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0px 20px 80px 20px;
|
padding: 0px 20px 60px 20px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-bottom: calc(
|
padding-bottom: calc(
|
||||||
80px + constant(safe-area-inset-bottom)
|
80px + constant(safe-area-inset-bottom)
|
||||||
); /* 兼容iOS 11.0 - 11.2 */
|
); /* 兼容iOS 11.0 - 11.2 */
|
||||||
padding-bottom: calc(80px + env(safe-area-inset-bottom)); /* 兼容iOS 11.2+ */
|
padding-bottom: calc(60px + env(safe-area-inset-bottom)); /* 兼容iOS 11.2+ */
|
||||||
.label {
|
.label {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user