bookingOrderCard.wxss
871 字节
.order_card.data-v-11fb7d8c{padding-bottom:38rpx;background:#fff;border-radius:20rpx;overflow:hidden}.order_card .order_title.data-v-11fb7d8c{display:flex;align-items:center;height:100rpx;color:#fff;line-height:100rpx;font-size:32rpx;font-weight:600;background-color:#ffa100;padding-left:20rpx}.order_card .btn_list.data-v-11fb7d8c{display:flex;align-items:center;gap:30rpx;padding:0 40rpx}.order_card .btn_list .btn_left.data-v-11fb7d8c{display:flex;align-items:center;justify-content:center;width:200rpx;height:80rpx;background:#f0f0f2;border-radius:200rpx}.order_card .btn_list .btn_right.data-v-11fb7d8c{width:200rpx;height:80rpx;color:#fff;line-height:80rpx;text-align:center;font-weight:500;font-size:28rpx;background:linear-gradient(270deg,#fcbf1c,#ffae00);border-radius:200rpx}.order_card .btn_list .btn_right.cancel.data-v-11fb7d8c{background:#f0f0f2;color:#333}