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