2022-11-09 16:28:07 +08:00

237 lines
4.9 KiB
SCSS

.flexBox {
display: flex;
width: 200px;
align-items: center;
justify-content: flex-end;
}
.icon_shaixuan {
color: #0D7CFF;
font-size: 35px !important;
margin-right: 10px;
}
.activeshaixuan {
color: #000;
font-size: 35px !important;
margin-right: 10px;
}
.shaixuan {
margin-right: 32px;
font-size: 28px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #000000;
}
.activeshai {
color: #0D7CFF;
margin-right: 32px;
font-size: 28px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
}
.order_list {
height: calc(100vh - 300px);
background: #f7f7f7;
.bigBpx {
height: 200px;
}
.kongboxTwo {
height: 100px;
}
}
.fixedBox {
width: 100%;
position: fixed;
bottom: 64px;
display: flex;
align-items: center;
justify-content: center;
}
.addBtn {
width: 490px;
height: 80px;
background: #337FFF;
border-radius: 44px;
font-size: 28px;
font-weight: 500;
text-align: center;
line-height: 80px;
color: #FFFFFF;
}
.pageTop {
width: 100%;
margin-top: 24px;
display: flex;
align-items: center;
justify-content: space-between;
// margin-bottom: 10px;
.pageTopLeft {
font-size: 24px;
font-weight: 400;
color: #000000;
margin-left: 24px;
}
.pageTopRight {
font-size: 24px;
font-weight: 400;
color: #000000;
margin-right: 24px;
}
}
.popupBox {
// padding: 48px;
.timeFlex {
display: flex;
padding-left: 48px;
.timeOne {
width: 319px;
height: 68px;
background: #E9E9E9;
border-radius: 8px;
opacity: 0.4;
font-size: 28px;
font-weight: 400;
color: #000000;
text-align: center;
line-height: 68px;
border: 1px solid #f7f7f7;
box-sizing: border-box;
margin-right: 16px;
}
.activetimeOne {
width: 319px;
height: 68px;
background: rgba(51, 127, 255, 0.1);
border-radius: 8px;
border: 1px solid #337FFF;
font-size: 28px;
font-weight: 500;
color: #337FFF;
margin-right: 16px;
text-align: center;
line-height: 68px;
}
}
.timeBox2 {
margin-top: 16px;
margin-right: 48px;
margin-left: 48px;
height: 68px;
background: #E9E9E9;
border-radius: 8px;
text-align: center;
line-height: 68px;
position: relative;
font-size: 28px;
font-weight: 400;
color: #000000;
margin-bottom: 72px;
.more {
position: absolute;
right: 30px;
top: 5px;
font-size: 40px;
}
}
.activetimeBox2 {
margin-top: 16px;
margin-right: 48px;
margin-left: 48px;
background: rgba(51, 127, 255, 0.1);
height: 68px;
border-radius: 8px;
text-align: center;
line-height: 68px;
position: relative;
font-size: 28px;
font-weight: 400;
color: #337FFF;
margin-bottom: 72px;
border: 1px solid #337FFF;
.more {
position: absolute;
right: 30px;
top: 5px;
font-size: 40px;
}
}
.safeBox {
height: 100px;
}
.bottomBox {
height: 160px;
background: #FFFFFF;
position: fixed;
bottom: 0;
z-index: 99;
display: flex;
padding-top: 16px;
justify-content: space-between;
width: 100vw;
.resetBox {
width: 311px;
height: 80px;
border-radius: 44px;
border: 1px solid #087EFF;
font-size: 28px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #337FFF;
text-align: center;
line-height: 80px;
background-color: #fff;
}
.button {
width: 311px;
height: 80px;
background: #68b4ff;
border-radius: 44px;
font-size: 32px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
text-align: center;
line-height: 80px;
margin-right: 48px;
}
.activeButton {
margin-right: 48px;
width: 311px;
height: 80px;
background: #337FFF;
border-radius: 44px;
font-size: 32px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #fff;
text-align: center;
line-height: 80px;
}
}
}