|
|
@@ -215,13 +215,13 @@ export default {
|
|
|
}
|
|
|
.page_top {
|
|
|
position: relative;
|
|
|
- min-height: calc(var(--safe-top) + 139px);
|
|
|
+ min-height: 139px;
|
|
|
.page_top_return_img {
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
position: absolute;
|
|
|
left: 20px;
|
|
|
- top: calc(var(--safe-top) + 24px);
|
|
|
+ top: 24px;
|
|
|
}
|
|
|
// .page_top_return {
|
|
|
// position: fixed;
|
|
|
@@ -350,7 +350,7 @@ export default {
|
|
|
|
|
|
.page-title {
|
|
|
position: absolute;
|
|
|
- top: calc(var(--safe-top) + 60px);
|
|
|
+ top: 60px;
|
|
|
left: 20px;
|
|
|
.text1 {
|
|
|
font-size: 24px;
|