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

234 lines
4.3 KiB
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
page {
position: relative;
background-color: #fff;
}
.detail-page::before {
content: "";
position: fixed;
top: 0;
left: 0;
right: 0;
height: 1200rpx !important;
background-image: url(/static/images/bg.png);
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
z-index: 1;
}
.content-part {
position: relative;
left: 0;
right: 0;
z-index: 9;
}
/* 状态区域 */
.status-section {
display: flex;
align-items: center;
justify-content: center;
gap: 20rpx;
padding-top: 55rpx;
padding-bottom: 50rpx;
}
.status-section .status-section-image {
width: 52rpx;
}
.status-text {
font-size: 44rpx;
color: #333333;
font-weight: 600;
}
/* 预约信息卡片 */
.booking-card {
margin: 0rpx 30rpx 20rpx;
background-color: #ffffff;
border-radius: 20rpx;
padding: 34rpx 30rpx 40rpx 20rpx;
box-shadow: 0 4rpx 16rpx 0 rgba(210, 213, 224, 0.5);
}
.booking-card .card_title {
font-weight: 500;
font-size: 32rpx;
color: #333333;
margin-bottom: 40rpx;
}
.service-item {
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
margin-bottom: 32rpx;
}
.service-image {
width: 160rpx;
height: 160rpx;
border-radius: 16rpx;
margin-right: 24rpx;
background-color: #e2e2e2;
}
.service-info {
flex: 1;
height: 160rpx;
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
align-items: flex-start;
margin-right: 24rpx;
}
.service-info .service-box {
width: 100%;
gap: 18rpx;
display: flex;
flex-direction: column;
}
.service-info .service-box .service-subtitle {
font-size: 26rpx;
color: #666666;
}
.service-name {
font-size: 30rpx;
line-height: 30rpx;
font-weight: 500;
color: #333333;
}
.service-price {
font-size: 26rpx;
color: #333333;
}
.service-real {
display: flex;
flex-direction: column;
padding-top: 24rpx;
border-top: 1rpx solid rgba(0, 0, 0, 0.05);
}
.card_time {
font-size: 28rpx;
color: #666666;
margin-top: 8rpx;
}
/* 订单信息卡片 */
.order-card {
margin: 30rpx;
background-color: #ffffff;
border-radius: 16rpx;
padding: 36rpx 20rpx 40rpx;
box-shadow: 0 4rpx 16rpx 0 rgba(210, 213, 224, 0.5);
}
.order-card .card_title {
font-weight: 500;
font-size: 32rpx;
color: #333333;
padding-bottom: 10rpx;
}
.shop_card {
margin: 30rpx;
background-color: #ffffff;
border-radius: 16rpx;
padding: 36rpx 20rpx 40rpx;
box-shadow: 0 4rpx 16rpx 0 rgba(210, 213, 224, 0.5);
}
.shop_card .card_title {
font-weight: 500;
font-size: 32rpx;
color: #333333;
}
.shop_card .shop_title_box {
display: flex;
align-items: center;
gap: 14rpx;
padding-top: 40rpx;
padding-bottom: 24rpx;
border-bottom: 2rpx solid #f6f5f5;
}
.shop_card .shop_title_box .shop_photo {
width: 94rpx;
height: 94rpx;
border-radius: 10rpx;
}
.shop_card .shop_title_box .shop_title {
font-size: 32rpx;
color: #333333;
}
.shop_card .service_content {
padding-top: 30rpx;
padding-bottom: 60rpx;
font-size: 28rpx;
color: #666666;
}
.shop_card .shop_address {
display: flex;
gap: 10rpx;
color: #666666;
font-size: 26rpx;
}
.shop_card .shop_address .shop_icon {
width: 30rpx;
height: 30rpx;
flex-shrink: 0;
-webkit-transform: translateY(4rpx);
transform: translateY(4rpx);
}
.info-item {
display: flex;
justify-content: space-between;
margin-top: 30rpx;
}
.label {
font-size: 28rpx;
color: #999999;
}
.value {
font-size: 28rpx;
color: #333333;
}
/* 底部按钮 */
.bottom-buttons {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 128rpx;
background-color: #ffffff;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-end;
box-shadow: 0 -2rpx 8rpx rgba(0, 0, 0, 0.05);
padding: 0 24rpx 0 78rpx;
z-index: 999;
}
.handel-button {
width: 186rpx;
height: 72rpx;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
border-radius: 36rpx;
margin-left: 60rpx;
}
.btn-border {
border: 1rpx solid #E8101E;
background-color: #fff;
box-sizing: border-box;
margin-left: 60rpx;
}
.btn-bg {
background-color: #E8101E;
}
.button-text {
font-size: 28rpx;
font-weight: 400;
color: #ffffff;
}
.btn-border .button-text {
font-size: 28rpx;
font-weight: 400;
color: #E8101E;
}
/* 权限提示 */
.mt_10 {
margin-top: 10rpx;
}