65 lines
1.3 KiB
SCSS
65 lines
1.3 KiB
SCSS
.mainBox {
|
|
|
|
.topBox {
|
|
width: 100%;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 999;
|
|
padding-bottom: 24px;
|
|
background: #fff;
|
|
// overflow: hidden;
|
|
|
|
.search_input {
|
|
padding-top: 8px;
|
|
margin-left: 24px;
|
|
margin-right: 24px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.menuBox {
|
|
width: 100%;
|
|
display: flex;
|
|
flex: 1;
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.totalFont {
|
|
margin-top: 24px;
|
|
margin-left: 24px;
|
|
font-size: 26px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.order_list {
|
|
height: calc(100vh - env(safe-area-inset-bottom) - 200px);
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.bottom_box {
|
|
height: 160px;
|
|
background: #FFFFFF;
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
|
|
.bottom_btn {
|
|
margin-top: 16px;
|
|
margin-left: 24px;
|
|
margin-right: 24px;
|
|
width: 702px;
|
|
height: 80px;
|
|
background: #337FFF;
|
|
border-radius: 44px;
|
|
line-height: 80px;
|
|
text-align: center;
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
}
|
|
}
|
|
} |