feat: stylist&customer&sex页面
This commit is contained in:
@@ -25,6 +25,37 @@ a,
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
.flex{
|
||||
display: flex;
|
||||
}
|
||||
.flex-column{
|
||||
flex-direction: column;
|
||||
}
|
||||
.flex-1{
|
||||
flex: 1;
|
||||
}
|
||||
.flex-center{
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.flex-align-center{
|
||||
align-items: center;
|
||||
}
|
||||
.flex-justify-center{
|
||||
justify-content: center;
|
||||
}
|
||||
.flex-around{
|
||||
justify-content: space-around;
|
||||
}
|
||||
.flex-between{
|
||||
justify-content: space-between;
|
||||
}
|
||||
.flex-evenly{
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
|
||||
/* @media (min-width: 1024px) {
|
||||
body {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user