559 lines
14 KiB
SCSS
559 lines
14 KiB
SCSS
.main {}
|
|
|
|
.bgBox {
|
|
margin: 24px;
|
|
background: #FFFFFF;
|
|
border-radius: 16px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
|
|
.goodsBox {
|
|
margin-top: 24px;
|
|
overflow: hidden;
|
|
border-bottom: 8px solid #F7F7F7;
|
|
|
|
.goodsProduct {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.goodsLine {
|
|
width: 638px;
|
|
height: 1px;
|
|
background: #000000;
|
|
opacity: 0.1;
|
|
margin-left: 32px;
|
|
margin-top: 24px;
|
|
}
|
|
|
|
.itemGoods {
|
|
margin-top: 24px;
|
|
display: flex;
|
|
|
|
.itemPic {
|
|
margin-left: 32px;
|
|
margin-right: 42px;
|
|
width: 108px;
|
|
height: 108px;
|
|
background: #322F2F;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.itemRight {
|
|
padding-bottom: 24px;
|
|
width: 495px;
|
|
border-bottom: 1px solid #f7f7f7;
|
|
|
|
.item_right_top {
|
|
margin-bottom: 41px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
.itemName {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
|
|
.itemNums {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
}
|
|
|
|
.item_right_Bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
.itemMoney {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
|
|
.itemMoneyOne {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
}
|
|
|
|
.btn {
|
|
width: 120px;
|
|
height: 64px;
|
|
border-radius: 8px;
|
|
border: 1px solid #337FFF;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #337FFF;
|
|
text-align: center;
|
|
line-height: 64px;
|
|
}
|
|
|
|
.btnOne {
|
|
width: 204px;
|
|
height: 64px;
|
|
border-radius: 8px;
|
|
border: 1px solid #337FFF;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #337FFF;
|
|
text-align: center;
|
|
line-height: 64px;
|
|
}
|
|
|
|
.inputBox {
|
|
width: 189px;
|
|
height: 64px;
|
|
border-radius: 8px;
|
|
border: 1px solid #337FFF;
|
|
display: flex;
|
|
|
|
.redceBox {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-radius: 8px 0px 0px 8px;
|
|
border-right: 1px solid #337FFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.reduce {
|
|
width: 20px;
|
|
height: 2px;
|
|
background: #337FFF;
|
|
}
|
|
}
|
|
|
|
.inputBig {
|
|
width: 61px;
|
|
height: 64px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
color: #337FFF;
|
|
}
|
|
|
|
.addBox {
|
|
width: 64px;
|
|
height: 64px;
|
|
border-left: 1px solid #337FFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 40px;
|
|
color: #337FFF;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.itemGoods:last-child {
|
|
margin-top: 24px;
|
|
display: flex;
|
|
|
|
.itemPic {
|
|
margin-left: 32px;
|
|
margin-right: 42px;
|
|
width: 108px;
|
|
height: 108px;
|
|
background: #322F2F;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.itemRight {
|
|
padding-bottom: 24px;
|
|
width: 495px;
|
|
border-bottom: none;
|
|
|
|
.item_right_top {
|
|
margin-bottom: 41px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
.itemName {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
|
|
.itemNums {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
}
|
|
|
|
.item_right_Bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
.itemMoney {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
|
|
.itemMoneyOne {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
}
|
|
|
|
.btn {
|
|
width: 120px;
|
|
height: 64px;
|
|
border-radius: 8px;
|
|
border: 1px solid #337FFF;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #337FFF;
|
|
text-align: center;
|
|
line-height: 64px;
|
|
}
|
|
|
|
.btnOne {
|
|
width: 204px;
|
|
height: 64px;
|
|
border-radius: 8px;
|
|
border: 1px solid #337FFF;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #337FFF;
|
|
text-align: center;
|
|
line-height: 64px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|
|
.goodsBox {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.hasSelect {
|
|
margin-left: 32px;
|
|
margin-right: 32px;
|
|
height: 54px;
|
|
background: #FEF9F4;
|
|
border-radius: 8px;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
color: #F79B31;
|
|
padding-left: 20px;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.resonBig {
|
|
overflow: hidden;
|
|
margin: 24px;
|
|
background: #FFFFFF;
|
|
|
|
border-radius: 16px;
|
|
|
|
|
|
.reasonItem {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 32px;
|
|
padding-bottom: 32px;
|
|
justify-content: space-between;
|
|
|
|
.reasonLeft {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.reasonFont {
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
}
|
|
|
|
.xing {
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
color: #E42945;
|
|
}
|
|
|
|
.selectFont {
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
margin-left: 40px;
|
|
}
|
|
}
|
|
|
|
.chakanquanbukehu {
|
|
font-size: 50px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.descBox {
|
|
margin: 32px;
|
|
background: #FFFFFF;
|
|
border-radius: 16px 16px 0px 0px;
|
|
overflow: hidden;
|
|
|
|
.title {
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
margin-top: 24px;
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.textBox {
|
|
padding-top: 15px;
|
|
padding-left: 24px;
|
|
padding-right: 24px;
|
|
padding-bottom: 24px;
|
|
margin-right: 32px;
|
|
margin-top: 24px;
|
|
margin-left: 32px;
|
|
height: 210px;
|
|
background: #f6f6f6;
|
|
border-radius: 8px;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
.bottomBox {
|
|
width: 750px;
|
|
height: 160px;
|
|
background: #FFFFFF;
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 99;
|
|
display: flex;
|
|
padding-top: 16px;
|
|
justify-content: space-between;
|
|
|
|
.resetBox {
|
|
margin-left: 48px;
|
|
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;
|
|
}
|
|
|
|
.button {
|
|
margin-right: 32px;
|
|
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;
|
|
}
|
|
|
|
.activeButton {
|
|
margin-right: 32px;
|
|
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;
|
|
}
|
|
}
|
|
|
|
.safeBox {
|
|
height: 160px;
|
|
width: 100%;
|
|
}
|
|
|
|
.popupBox {
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
|
|
|
|
|
|
|
|
.thirdBox {
|
|
margin-top: 20px;
|
|
padding-left: 48px;
|
|
|
|
.thirdTopfont {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
}
|
|
|
|
.timeBox2 {
|
|
margin-top: 24px;
|
|
background-color: #f6f6f6;
|
|
height: 68px;
|
|
background: #E9E9E9;
|
|
border-radius: 8px;
|
|
margin-right: 48px;
|
|
text-align: center;
|
|
line-height: 68px;
|
|
position: relative;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
|
|
.more {
|
|
position: absolute;
|
|
right: 30px;
|
|
top: 5px;
|
|
font-size: 40px;
|
|
}
|
|
}
|
|
|
|
.flexModebox {
|
|
margin-top: 24px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
|
|
.activemodeBox {
|
|
margin-bottom: 16px;
|
|
margin-right: 16px;
|
|
// width: 152px;
|
|
// height: 68px;
|
|
padding: 17px 34px 17px 34px;
|
|
background: rgba(51, 127, 255, 0.1);
|
|
border-radius: 8px;
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #337FFF;
|
|
text-align: center;
|
|
// line-height: 68px;
|
|
border: 1px solid #337FFF;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.modeBox {
|
|
margin-bottom: 16px;
|
|
margin-right: 16px;
|
|
padding: 17px 34px 17px 34px;
|
|
// width: 152px;
|
|
// height: 68px;
|
|
background: #f6f6f6;
|
|
border-radius: 8px;
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
border: 1px solid #f6f6f6;
|
|
text-align: center;
|
|
// line-height: 68px;
|
|
box-sizing: border-box;
|
|
// opacity: 0.4;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bottomBox1 {
|
|
width: 750px;
|
|
height: 160px;
|
|
background: #FFFFFF;
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 99;
|
|
display: flex;
|
|
padding-top: 16px;
|
|
justify-content: space-between;
|
|
|
|
.resetBox1 {
|
|
margin-left: 48px;
|
|
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;
|
|
}
|
|
|
|
.button1 {
|
|
margin-right: 32px;
|
|
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;
|
|
}
|
|
|
|
.activeButton1 {
|
|
margin-right: 32px;
|
|
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;
|
|
}
|
|
}
|
|
|
|
// .areaBox {
|
|
// height: calc($customTabBarHeight + env(safe-area-inset-bottom));
|
|
// width: 100%;
|
|
// }
|
|
.safeBoxs {
|
|
height: 100px;
|
|
}
|
|
} |