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.
56 lines
924 B
56 lines
924 B
/* pages/order/order-info/index.wxss */
|
|
.margin-top {
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
.detail-price {
|
|
font-size: 32rpx;
|
|
font-family: DINAlternate-Bold, DINAlternate;
|
|
font-weight: bold;
|
|
color: rgba(255, 66, 43, 1);
|
|
line-height: 20px;
|
|
}
|
|
|
|
.text-name {
|
|
font-size: 32rpx;
|
|
font-family: PingFang-SC-Medium, PingFang-SC;
|
|
font-weight: 500;
|
|
color: rgba(51, 51, 51, 1);
|
|
line-height: 22px;
|
|
}
|
|
|
|
button::after {
|
|
border: none;
|
|
}
|
|
|
|
.booking-tool {
|
|
width: calc(100% - 20px);
|
|
background-color: #fff;
|
|
position: fixed;
|
|
bottom: 150px;
|
|
left: 25px;
|
|
}
|
|
|
|
.roder-add {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 40px;
|
|
height: 40px;
|
|
background-color: #fff;
|
|
border-radius: 20px;
|
|
position: absolute;
|
|
top: 24px;
|
|
right: 24px;
|
|
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
|
|
}
|
|
|
|
|
|
.image-load {
|
|
width: 20px;
|
|
height: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|