1
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
.distanceQuickFilterWrap {
|
.distanceQuickFilterWrap {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: "PingFang SC";
|
font-family: "PingFang SC";
|
||||||
|
position: relative;
|
||||||
|
|
||||||
.nut-menu-bar {
|
.nut-menu-bar {
|
||||||
--nutui-menu-bar-line-height: 30px;
|
--nutui-menu-bar-line-height: 30px;
|
||||||
@@ -21,7 +22,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
border: 0.5px solid rgba(0, 0, 0, 0.06);
|
// border: 0.5px solid rgba(0, 0, 0, 0.06);
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@@ -33,13 +34,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nut-menu-container-wrap {
|
.nut-menu-container-wrap {
|
||||||
width: 100vw;
|
position: fixed !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
margin-left: -16px !important;
|
right: 0 !important;
|
||||||
|
width: auto !important;
|
||||||
border-bottom-left-radius: 30px;
|
border-bottom-left-radius: 30px;
|
||||||
border-bottom-right-radius: 30px;
|
border-bottom-right-radius: 30px;
|
||||||
background-color: #fafafa !important;
|
background-color: #fafafa !important;
|
||||||
z-index: 1000 !important;
|
z-index: 1000 !important;
|
||||||
|
box-sizing: border-box !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.positionWrap {
|
.positionWrap {
|
||||||
|
|||||||
Reference in New Issue
Block a user