星油闪充小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

97 lines
1.9 KiB

.Order_body {
width: 100vw;
height: 100vh;
overflow: hidden;
background-color: #f1f8fd;
.Order_content {
margin-top: 14rpx;
background-color: #ffffff;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
.Order_content_footer {
padding: 0 38rpx;
.Order_content_footer_button {
width: 100%;
height: 106rpx;
background: #121836;
border-radius: 15rpx 15rpx 15rpx 15rpx;
opacity: 1;
font-size: 34rpx;
color: #ffffff;
font-weight: 600;
}
}
.Order_content_information {
padding: 34rpx 38rpx;
.red_text{
color: #EA0000FF;
}
.value_text{
color: #999999FF;
}
.bluetext{
color: #476FFAFF;
font-size: 30rpx;
margin-left: 20rpx;
}
.price_time_interval {
margin-bottom: 30rpx;
.time_interval {
margin-top: 20rpx;
flex-wrap: wrap;
.time_interval_bottom_price{
text-align: right;
font-size: 24rpx;
color: #999999FF;
}
.time_interval_price {
text-align: right;
font-size: 24rpx;
}
}
.price_time_interval_label {
font-size: 30rpx;
color: #ea0000ff;
font-weight: 600;
}
}
.Order_content_information_item {
margin-bottom: 30rpx;
.Order_content_information_item_label {
font-size: 30rpx;
color: #333333;
font-weight: 600;
}
.Order_content_information_item_value {
text-align: right;
}
}
}
.Order_content_header {
border-bottom: solid 1px #f1f2f7;
padding: 34rpx 38rpx;
font-weight: 600;
font-size: 30rpx;
color: #000000;
}
}
.Order_header {
width: 100%;
// height: 212rpx;
padding: 61rpx 38rpx;
background-color: #ffffff;
margin-top: 50rpx;
border-radius: 70rpx 70rpx 0rpx 0rpx;
box-sizing: border-box;
.Order_header_tip {
color: #333333;
font-size: 30rpx;
}
.Order_header_type {
color: #36658d;
font-size: 38rpx;
font-weight: 600;
margin-bottom: 38rpx;
}
}
}