Merge branch 'master' of https://gitee.com/lvYeJu/lane-crawford-3
BIN
src/assets/images/entry_bg.png
Normal file
|
After Width: | Height: | Size: 8.9 MiB |
BIN
src/assets/images/female.png
Normal file
|
After Width: | Height: | Size: 508 KiB |
BIN
src/assets/images/login_bg.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
src/assets/images/male.png
Normal file
|
After Width: | Height: | Size: 389 KiB |
BIN
src/assets/images/sginup_bg.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
src/assets/images/stylist_bg.png
Normal file
|
After Width: | Height: | Size: 483 KiB |
BIN
src/assets/images/workshop/posture/posture_1.png
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
src/assets/images/workshop/posture/posture_2.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
src/assets/images/workshop/posture/posture_3.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
src/assets/images/workshop/posture/posture_4.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
@@ -17,6 +17,14 @@ a,
|
||||
}
|
||||
}
|
||||
|
||||
.safe-area-top {
|
||||
padding-top: constant(safe-area-inset-top);
|
||||
padding-top: env(safe-area-inset-top);
|
||||
}
|
||||
.safe-area-bottom{
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
/* @media (min-width: 1024px) {
|
||||
body {
|
||||
display: flex;
|
||||
|
||||