mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/syr/components/orderCard.wxss

88 lines
1.5 KiB
Plaintext

.order-card.data-v-74cf86a1 {
padding: 34rpx 20rpx;
margin: 0rpx 30rpx 20rpx 30rpx;
background-color: #fff;
border-radius: 12px;
/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}
/* 订单编号 */
.order-id.data-v-74cf86a1 {
font-size: 28rpx;
color: #333333;
margin-bottom: 40rpx;
}
/* 服务信息容器 */
.service-container.data-v-74cf86a1 {
display: flex;
align-items: center;
padding-bottom: 24rpx;
border-bottom: 1px solid #f6f5f5;
}
/* 服务图片 */
.service-img.data-v-74cf86a1 {
width: 172rpx;
height: 168rpx;
border-radius: 24rpx;
margin-right: 30rpx;
flex-shrink: 0;
}
/* 服务信息 */
.service-info.data-v-74cf86a1 {
display: flex;
flex-direction: column;
}
.service-type.data-v-74cf86a1 {
font-size: 16px;
font-weight: 500;
margin-bottom: 48rpx;
}
.service-address.data-v-74cf86a1 {
font-size: 26rpx;
color: #666666;
line-height: 1.4;
}
/* 时间信息 */
.time-info.data-v-74cf86a1 {
font-size: 30rpx;
color: #333;
margin-top: 28rpx;
}
/* 按钮组 */
.button-group.data-v-74cf86a1 {
display: flex;
justify-content: flex-end;
gap: 30rpx;
}
/* 通用按钮样式 */
.btn.data-v-74cf86a1 {
width: 80rpx;
height: 32rpx;
border-radius: 64rpx;
font-size: 26rpx;
background-color: #fff;
white-space: nowrap;
margin-top: 40rpx;
}
/* 取消按钮 */
.cancel-btn.data-v-74cf86a1 {
border: 2rpx solid #979797;
color: #333333;
}
/* 接单按钮 */
.accept-btn.data-v-74cf86a1 {
border: 2rpx solid #E8101E;
color: #E8101E;
}