Files
MALL_MP_WX/ChargingStation/pages/placeOrder/result/index.scss
dt_2916866708 f756390529 第一次提交
2024-02-28 17:26:46 +08:00

34 lines
610 B
SCSS

.result_container {
width: 100vw;
height: 100vh;
overflow: hidden;
background-color: #f1f8fd;
padding: 0 35rpx;
box-sizing: border-box;
.result_body {
width: 100%;
.result_price {
color: rgba(0, 0, 0, 0.85);
font-size: 40rpx;
}
.result_type {
font-size: 52rpx;
color: #121836;
font-weight: 600;
}
}
.result_footer {
padding-bottom: env(safe-area-inset-bottom);
.result_footer_botton {
width: 100%;
height: 106rpx;
background: #121836;
border-radius: 15rpx 15rpx 15rpx 15rpx;
opacity: 1;
color: #ffffff;
font-size: 34rpx;
font-weight: 600;
}
}
}