117 lines
3.9 KiB
Plaintext
117 lines
3.9 KiB
Plaintext
.BookingMealOrderDetailModal {
|
|
.react-draggable {
|
|
.ant-modal-content {
|
|
border-radius: 16px;
|
|
|
|
.ant-modal-close {
|
|
display: none;
|
|
}
|
|
|
|
.ant-modal-body {
|
|
padding: 0;
|
|
height: 800px;
|
|
overflow-y: auto;
|
|
overflow: hidden;
|
|
border-bottom-left-radius: 16px;
|
|
border-bottom-right-radius: 16px;
|
|
|
|
.ant-form {
|
|
.bookingOrderModalTop {
|
|
width: 100%;
|
|
height: 80px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #D5D8DE;
|
|
box-sizing: border-box;
|
|
padding-bottom: 10px;
|
|
box-sizing: border-box;
|
|
padding: 30px 20px;
|
|
position: fixed;
|
|
background-color: #fff;
|
|
border-top-left-radius: 16px;
|
|
border-top-right-radius: 16px;
|
|
|
|
.modalTopLeft {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.memberIcon {
|
|
width: 18px;
|
|
height: 18px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.modalTitle {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
line-height: 18px;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
|
|
.modalTopRight {
|
|
width: 18px;
|
|
height: 18px;
|
|
|
|
.memberIcon {
|
|
width: 18px;
|
|
height: 18px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bookingOrderModalCenter {
|
|
width: 100%;
|
|
height: 100%;
|
|
// margin-top: 14px;
|
|
box-sizing: border-box;
|
|
padding: 94px 34px 0;
|
|
|
|
.smallTitle {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
color: #333333;
|
|
line-height: 10px;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.smallTitle::after {
|
|
content: "";
|
|
width: 2px;
|
|
height: 14px;
|
|
background-color: #155DFE;
|
|
position: relative;
|
|
left: -5px;
|
|
top: 2px;
|
|
}
|
|
|
|
|
|
.ant-row {
|
|
.memberInfoDetailItem {
|
|
.ant-form-item {
|
|
margin-bottom: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|
|
.ant-modal-body::-webkit-scrollbar {
|
|
width: 0;
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
} |