order-detail.wxss 1.7 KB
/* pages/my/order-detail/order-detail.wxss */
@import '../../index/confirm-appointment-info/confirm-appointment-info.wxss';
.footer-box {
    width: 100%;
    /* height: 50rpx; */
    /* line-height: 50rpx; */
    background-color: #FFFC5A63;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 0 20rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-box1, .footer-box2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.one_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.one_box form {
  width: 50%;
}
.one_box .cancel, .one_box .confirm{
    width: 100%;
    height: 94rpx;
    color: #ffffff;
    font-size: 36rpx;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.one_box .cancel {
    background-color: #FC5B63;
}
.one_box .confirm {
    background-color: #3FA9F5;
}
.one_box .cancel::after, .one_box .confirm::after {
  border: 0;
}
.cancel_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 50rpx;
}
.cancel_box text {
    color: #FC5A63;
    font-size: 20rpx;
}
.cancel_btn {
    background-color: #FC5B63;
    border-radius: 10rpx;
    height: 40rpx;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.cancel_btn::after {
  border: 0;
}
.cancel_btn .text {
    color: #ffffff;
    font-size: 24rpx;
    margin: 0 10rpx;
}
.two_box {
    background-color: #3FA9F5;
    color: #ffffff;
    font-size: 36rpx;
    height: 94rpx;
    display: flex;
    align-items: center;
    justify-content: center;
}