/* user/orderInfo/orderInfo.wxss */ .orderInfo { padding-bottom: 120rpx; } .panel { background: var(--white); } .panel_title { height: 92rpx; line-height: 92rpx; font-size: 32rpx; letter-spacing: 0px; color: #333; border-bottom: 2rpx solid #ebebeb; } .panel_p2 { height: 82rpx; line-height: 82rpx; font-size: 32rpx; letter-spacing: 0px; color: #999; border-bottom: 2rpx solid #ebebeb; } .panel_p2:last-child { border: 0; height: auto; line-height: normal; padding: 16rpx 0; word-wrap: break-word; word-break: normal; } .panel_p { display: flex; /* height: 52rpx; *//* line-height: 52rpx; */ padding: 10rpx 0; font-size: 28rpx; color: #999; } .panel_pl { flex: 10; } .panel_pr { flex: 7; } .order_state { height: 90rpx; width: 100%; line-height: 90rpx; text-align: center; font-weight: 700; font-size: 36rpx; color: #333; } .pan_num { display: flex; } .pan_numl { flex: 1; font-size: 28rpx; letter-spacing: 0px; color: #999; } .pan_numr { flex: 2; font-size: 28rpx; color: #333; text-align: right; } .border_t { border-top: 2rpx solid #ebebeb; } /* 客服 */ .cus_ser { width: 100%; } .cus { width: 262rpx; height: 60rpx; line-height: 60rpx; background-color: #fff; border-radius: 30rpx; border: solid 1px #aaa; } .ser { width: 32rpx; height: 32rpx; } .cus_p { font-size: 28rpx; letter-spacing: 0px; color: #333; } .backwash { padding: 0 24rpx; font-family: PingFang-SC-Medium; font-size: 26rpx; height: 45rpx; line-height: 45rpx; color: #fff; background-color: #1dbf45; border-radius: 100px; } .backwash1 { padding: 0 24rpx; font-family: PingFang-SC-Medium; font-size: 26rpx; height: 45rpx; line-height: 45rpx; color: #fff; background-color: #ff614c; border-radius: 100px; } /* 弹出层 */ .tips { position: fixed; top: 0; left: 0; right: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 9999; } .tips_cen { width: 600rpx; background-color: #fff; border-radius: 10rpx; padding-top: 58rpx; padding-bottom: 50rpx; } .tips_cen_tit { font-family: PingFang-SC-Bold; font-size: 36rpx; color: #000; font-weight: 600; text-align: center; } .tips_cen_tit1 { text-align: center; font-size: 28rpx; color: #666; } .tips_cen_tit1 span { color: #ff4838; } .tips_cen_text { width: 520rpx; height: 200rpx; background-color: #f5f5f5; border-radius: 5rpx; position: relative; padding: 34rpx 25rpx; } .tips_cen_text textarea { height: 100%; width: 100%; } .tips_cen_num { width: 520rpx; height: 120rpx; background-color: #f5f5f5; border-radius: 5rpx; margin: 0 auto; } .tips_text_span { position: absolute; right: 16rpx; bottom: 13rpx; font-family: PingFang-SC-Medium; font-size: 20rpx; color: #999; } .tips_cen_sub { margin: 45rpx auto 0; width: 550rpx; height: 80rpx; line-height: 80rpx; text-align: center; background-color: #36d96c; border-radius: 40rpx; font-family: PingFang-SC-Medium; font-size: 32rpx; color: #fff; } .tips_img { margin-top: 50rpx; text-align: center; } .tips_img image { width: 69rpx; height: 69rpx; } .tips_ts { text-align: center; font-family: PingFang-SC-Medium; font-size: 26rpx; color: #999; } .tips_remarks { width: 526rpx; display: flex; margin: 20rpx auto 0; font-family: PingFang-SC-Medium; font-size: 26rpx; color: #333; } .remarks_xiu { display: inline-block; font-family: PingFang-SC-Medium; font-size: 26rpx; color: #1dbf53; } .num_img image { width: 45rpx; height: 45rpx; } .num_text { line-height: 45rpx; width: 70rpx; text-align: center; } .tipsRemarks { z-index: 99999; } /* 底部 */ .pay_cancel { position: fixed; bottom: 0; left: 0; right: 0; height: 100rpx; background-color: #fff; z-index: 998; } .pay_cancel span, .pay_cancel button { padding: 15rpx 40rpx !important; border: solid 1px #ebebeb !important; font-family: PingFang-SC-Medium !important; font-size: 26rpx !important; color: #333 !important; border-radius: 40rpx !important; font-weight: 400 !important; } .pay_cancel button { line-height: normal; margin: 0; background-color: #fff; box-shadow: 0; } .pay_cancel button::after { border: 0; } .lau_pay { border: solid 2rpx #1dbf45 !important; color: #1dbf45 !important; } .more_shop { margin: 20rpx 30rpx 0; height: 50rpx; line-height: 50rpx; text-align: center; background-color: #f6f6f6; border-radius: 10rpx; font-family: PingFang-SC-Medium; font-size: 26rpx; color: #999; } .more_shop image { width: 21rpx; height: 10rpx; }