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