137 lines
1.8 KiB
CSS
Raw Normal View History

2025-04-28 15:37:57 +08:00
.divMapTools {
position: absolute;
z-index: 100;
bottom: 150px;
}
.divMapOrder {
position: absolute;
z-index: 100;
bottom: 90px;
font-size: 14px;
line-height: 35px;
background: #F1F7F0;
width: 100%;
justify-content: space-between;
align-items: center;
display: flex;
}
.divMapBottom {
position: absolute;
z-index: 100;
bottom: 30px;
width: 100%;
text-align: center;
padding: 0 15px;
}
.divScanBtn {
background-color: #61D145;
color: white;
line-height: 45px;
border-radius: 5px;
font-size: 18px;
font-weight: 500;
}
.divScanBtnDis {
pointer-events: none;
background-color: #CFD1CF !important;
}
.divImg {
width: 40px;
height: 40px;
background-size: cover;
margin-top: 5px;
}
.divMess {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1000;
background-color: #4c4d4e57;
font-family: 黑体;
display: flex;
align-items: center;
padding: 0px 15px;
}
.divMessTitle1 {
color: black;
font-size: 16px;
font-weight: 600;
line-height: 30px;
}
.divMessTitle2 {
font-size: 12px;
color: #000000c9;
line-height: 18px;
font-weight: 600;
}
.divMessWorn {
margin-top: 40px;
}
.divMessWornTitle {
font-size: 16px;
font-weight: bold;
color: black;
}
.divMessWornContent {
font-size: 12px;
color: #2d2828;
}
.divMessBtn {
margin-top: 50px;
text-align: center;
margin-bottom: 30px;
}
.divOrder {
position: absolute;
z-index: 200;
bottom: 0;
padding: 10px 15px;
border-radius: 5px;
background: white;
width: 100%;
}
.divOrderRow {
display: flex;
justify-content: space-between;
align-items: center;
color: black;
font-size: 14px;
line-height: 25px;
}
.divOrderCell {
2025-05-22 11:28:43 +08:00
width: 100vw;
2025-04-28 15:37:57 +08:00
}
.divOrderCell2 {
2025-05-22 11:28:43 +08:00
width: 100vw;
2025-04-28 15:37:57 +08:00
}
.divOrderImg {
width: 15px;
height: 13px;
margin-right: 5px;
}
.divOderBtn {
margin-top: 30px;
display: flex;
width: 100%;
justify-content: space-between;
}