feat: 切换城市

This commit is contained in:
2025-10-15 20:34:08 +08:00
parent f63295db13
commit fcd9cc7d4c
13 changed files with 472 additions and 118 deletions

View File

@@ -1,8 +1,8 @@
@use '~@/scss/themeColor.scss' as theme;
@use "~@/scss/themeColor.scss" as theme;
.common-popup {
position: fixed;
z-index: 9999!important;
z-index: 9999 !important;
.common-popup__drag-handle-container {
position: position;
}
@@ -12,12 +12,12 @@
left: 50%;
width: 32px;
height: 4px;
background-color: rgba(22, 24, 35, 0.20);
background-color: rgba(22, 24, 35, 0.2);
border-radius: 2px;
z-index: 10;
cursor: pointer;
transition: background-color 0.2s ease;
&:active {
background-color: #9ca3af;
}
@@ -48,13 +48,18 @@
padding: 8px 10px 0 10px;
display: flex;
gap: 8px;
background: #FFF;
background: #fff;
padding-bottom: env(safe-area-inset-bottom);
}
.common-popup__btn {
flex: 1;
font-feature-settings: "liga" off, "clig" off;
font-family: "PingFang SC";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.common-popup__btn-cancel {
@@ -63,7 +68,7 @@
border: none;
width: 154px;
height: 44px;
border-radius: 12px!important;
border-radius: 12px !important;
border: 0.5px solid rgba(0, 0, 0, 0.06);
background: #fff;
padding: 4px 10px;
@@ -75,7 +80,7 @@
height: 44px;
border: 0.5px solid rgba(0, 0, 0, 0.06);
background: #000;
border-radius: 12px!important;
border-radius: 12px !important;
padding: 4px 10px;
}
}
}