615 lines
13 KiB
Plaintext
615 lines
13 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
page.data-v-4f227d55 {
|
||
position: relative;
|
||
background-color: #fff;
|
||
}
|
||
.detail-page.data-v-4f227d55::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.data-v-4f227d55 {
|
||
position: relative;
|
||
left: 0;
|
||
right: 0;
|
||
z-index: 9;
|
||
}
|
||
/* 导航栏样式 */
|
||
.custom-nav.data-v-4f227d55 {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
height: 88rpx;
|
||
background-color: transparent;
|
||
display: flex;
|
||
align-items: center;
|
||
padding: 0 32rpx;
|
||
z-index: 100;
|
||
padding-top: 25px;
|
||
}
|
||
.nav-back.data-v-4f227d55 {
|
||
width: 48rpx;
|
||
height: 48rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.back-icon.data-v-4f227d55 {
|
||
width: 32rpx;
|
||
height: 32rpx;
|
||
}
|
||
.nav-title.data-v-4f227d55 {
|
||
flex: 1;
|
||
text-align: center;
|
||
font-size: 36rpx;
|
||
font-weight: 500;
|
||
color: #ffffff;
|
||
}
|
||
/* 状态区域 */
|
||
.status-section.data-v-4f227d55 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
gap: 20rpx;
|
||
padding-top: 55rpx;
|
||
padding-bottom: 50rpx;
|
||
}
|
||
.status-section .status-section-image.data-v-4f227d55 {
|
||
width: 52rpx;
|
||
}
|
||
.status-text.data-v-4f227d55 {
|
||
font-weight: 600;
|
||
font-size: 44rpx;
|
||
color: #333333;
|
||
line-height: 78rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
}
|
||
/* 服务人员卡片 */
|
||
.service-card.data-v-4f227d55 {
|
||
margin: 24rpx;
|
||
background-color: #ffffff;
|
||
border-radius: 16rpx;
|
||
padding: 24rpx 0;
|
||
box-shadow: 0 4rpx 16rpx 0 rgba(210, 213, 224, 0.5);
|
||
}
|
||
.location-info.data-v-4f227d55 {
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
padding: 0 24rpx;
|
||
}
|
||
.location-icon.data-v-4f227d55 {
|
||
width: 60rpx;
|
||
height: 60rpx;
|
||
margin-right: 32rpx;
|
||
}
|
||
.address-info.data-v-4f227d55 {
|
||
flex: 1;
|
||
}
|
||
.name-phone.data-v-4f227d55 {
|
||
display: flex;
|
||
align-items: center;
|
||
margin-bottom: 8rpx;
|
||
}
|
||
.name.data-v-4f227d55 {
|
||
font-size: 32rpx;
|
||
color: #333333;
|
||
font-weight: 500;
|
||
margin-right: 16rpx;
|
||
}
|
||
.phone.data-v-4f227d55 {
|
||
font-size: 28rpx;
|
||
color: #666666;
|
||
}
|
||
.address.data-v-4f227d55 {
|
||
font-size: 28rpx;
|
||
color: #666666;
|
||
}
|
||
.divider.data-v-4f227d55 {
|
||
width: 702rpx;
|
||
height: 4rpx;
|
||
}
|
||
.staff-info.data-v-4f227d55 {
|
||
display: flex;
|
||
align-items: center;
|
||
padding: 32rpx 24rpx 0;
|
||
}
|
||
.staff-avatar.data-v-4f227d55 {
|
||
width: 80rpx;
|
||
height: 80rpx;
|
||
border-radius: 44rpx;
|
||
margin-right: 16rpx;
|
||
background-color: #333333;
|
||
}
|
||
.staff-detail.data-v-4f227d55 {
|
||
flex: 1;
|
||
}
|
||
.staff-name.data-v-4f227d55 {
|
||
font-size: 32rpx;
|
||
color: #3d3d3d;
|
||
font-weight: 500;
|
||
}
|
||
.rating.data-v-4f227d55 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.star-icon.data-v-4f227d55 {
|
||
width: 24rpx;
|
||
height: 24rpx;
|
||
margin-right: 4rpx;
|
||
}
|
||
.phone-btn.data-v-4f227d55 {
|
||
width: 64rpx;
|
||
height: 64rpx;
|
||
background-color: #E8101E;
|
||
border-radius: 32rpx;
|
||
}
|
||
/* 门店信息 */
|
||
.service-shop.data-v-4f227d55 {
|
||
margin: 24rpx;
|
||
background-color: #ffffff;
|
||
border-radius: 16rpx;
|
||
padding: 24rpx;
|
||
box-shadow: 0 4rpx 16rpx 0 rgba(210, 213, 224, 0.5);
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
}
|
||
.shop-info.data-v-4f227d55 {
|
||
flex: 1;
|
||
}
|
||
.shop-info1.data-v-4f227d55 {
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
padding-bottom: 14rpx;
|
||
border-bottom: 2rpx solid #f6f5f5;
|
||
}
|
||
.shop-info1 .shop-info1-left.data-v-4f227d55 {
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
}
|
||
.shop-info1 .shop-info1-right.data-v-4f227d55 {
|
||
flex: 1;
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: flex-end;
|
||
align-items: center;
|
||
gap: 30rpx;
|
||
}
|
||
.shop-info1 .shop-info1-right .shop-info1-right-item.data-v-4f227d55 {
|
||
display: flex;
|
||
flex-flow: column nowrap;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.shop-info1 .shop-info1-right .shop-info1-right-item .shop-info1-right-item-text.data-v-4f227d55 {
|
||
margin-top: 2rpx;
|
||
font-weight: 400;
|
||
font-size: 20rpx;
|
||
color: #8b8b8b;
|
||
line-height: 28rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
}
|
||
.shop-logo.data-v-4f227d55 {
|
||
width: 96rpx;
|
||
height: 96rpx;
|
||
margin-right: 18rpx;
|
||
}
|
||
.shop-name.data-v-4f227d55 {
|
||
font-weight: 600;
|
||
font-size: 30rpx;
|
||
color: #333333;
|
||
line-height: 34rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
}
|
||
.shop-distance.data-v-4f227d55 {
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
}
|
||
.distance-icon.data-v-4f227d55 {
|
||
width: 24rpx;
|
||
height: 24rpx;
|
||
margin-right: 4rpx;
|
||
}
|
||
.distance-text.data-v-4f227d55 {
|
||
font-weight: 400;
|
||
font-size: 26rpx;
|
||
color: #666666;
|
||
line-height: 37rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
}
|
||
.shop-info2.data-v-4f227d55 {
|
||
display: flex;
|
||
flex-flow: column wrap;
|
||
justify-content: flex-start;
|
||
align-items: flex-start;
|
||
margin-top: 14rpx;
|
||
}
|
||
.shop-time.data-v-4f227d55 {
|
||
width: 100%;
|
||
padding-bottom: 10rpx;
|
||
font-weight: 500;
|
||
font-size: 26rpx;
|
||
color: #333333;
|
||
line-height: 37rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
border-bottom: 2rpx solid #f6f5f5;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.shop-address.data-v-4f227d55 {
|
||
font-weight: 400;
|
||
font-size: 26rpx;
|
||
color: #666666;
|
||
line-height: 37rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
}
|
||
.shop-btns.data-v-4f227d55 {
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: flex-end;
|
||
align-items: center;
|
||
}
|
||
.btn-map.data-v-4f227d55,
|
||
.btn-phone.data-v-4f227d55 {
|
||
width: 40rpx;
|
||
height: 40rpx;
|
||
}
|
||
/* 预约信息卡片 */
|
||
.booking-card.data-v-4f227d55 {
|
||
margin: 24rpx;
|
||
background-color: #ffffff;
|
||
border-radius: 16rpx;
|
||
padding: 24rpx;
|
||
box-shadow: 0 4rpx 16rpx 0 rgba(210, 213, 224, 0.5);
|
||
}
|
||
.card-header.data-v-4f227d55 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
margin-bottom: 24rpx;
|
||
}
|
||
.card-title.data-v-4f227d55 {
|
||
font-weight: 500;
|
||
font-size: 32rpx;
|
||
color: #333333;
|
||
line-height: 34rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
}
|
||
.update-time.data-v-4f227d55 {
|
||
font-size: 28rpx;
|
||
color: #333333;
|
||
padding-right: 4rpx;
|
||
}
|
||
.update-change.data-v-4f227d55 {
|
||
font-size: 28rpx;
|
||
color: #666666;
|
||
}
|
||
.service-item.data-v-4f227d55 {
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
margin-bottom: 24rpx;
|
||
}
|
||
.service-image.data-v-4f227d55 {
|
||
width: 160rpx;
|
||
height: 160rpx;
|
||
border-radius: 16rpx;
|
||
margin-right: 24rpx;
|
||
background-color: #e2e2e2;
|
||
}
|
||
.service-info.data-v-4f227d55 {
|
||
flex: 1;
|
||
height: 160rpx;
|
||
display: flex;
|
||
flex-flow: column nowrap;
|
||
justify-content: space-between;
|
||
align-items: flex-start;
|
||
margin-right: 24rpx;
|
||
}
|
||
.service-name.data-v-4f227d55 {
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
font-weight: 500;
|
||
font-size: 30rpx;
|
||
color: #333333;
|
||
line-height: 34rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
}
|
||
.service-name .service-name-num.data-v-4f227d55 {
|
||
font-weight: 500;
|
||
font-size: 26rpx;
|
||
color: #999999;
|
||
line-height: 34rpx;
|
||
}
|
||
.group-price.data-v-4f227d55 {
|
||
position: relative;
|
||
}
|
||
.group-price .service-tuanGou.data-v-4f227d55 {
|
||
position: absolute;
|
||
width: 70rpx;
|
||
height: 32rpx;
|
||
left: 0;
|
||
top: -34rpx;
|
||
}
|
||
.service-price.data-v-4f227d55 {
|
||
font-family: DINPro, DINPro;
|
||
font-weight: 500;
|
||
font-size: 42rpx;
|
||
color: #E8101E;
|
||
line-height: 34rpx;
|
||
}
|
||
.service-price2.data-v-4f227d55 {
|
||
font-weight: 400;
|
||
font-size: 24rpx;
|
||
color: #999999;
|
||
line-height: 34rpx;
|
||
margin-left: 4rpx;
|
||
}
|
||
.service-count.data-v-4f227d55 {
|
||
font-size: 28rpx;
|
||
color: #666666;
|
||
}
|
||
.service-real.data-v-4f227d55 {
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: flex-end;
|
||
align-items: baseline;
|
||
padding-top: 24rpx;
|
||
border-top: 1rpx solid rgba(0, 0, 0, 0.05);
|
||
}
|
||
.real-lable.data-v-4f227d55 {
|
||
font-weight: 400;
|
||
font-size: 30rpx;
|
||
color: #333333;
|
||
line-height: 34rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
}
|
||
.real-price.data-v-4f227d55 {
|
||
font-family: DINPro, DINPro;
|
||
font-weight: 500;
|
||
font-size: 36rpx;
|
||
color: #E8101E;
|
||
line-height: 34rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
}
|
||
/* 订单信息卡片 */
|
||
.order-card.data-v-4f227d55 {
|
||
margin: 24rpx;
|
||
background-color: #ffffff;
|
||
border-radius: 16rpx;
|
||
padding: 24rpx;
|
||
box-shadow: 0 4rpx 16rpx 0 rgba(210, 213, 224, 0.5);
|
||
}
|
||
.info-item.data-v-4f227d55 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
margin-top: 16rpx;
|
||
}
|
||
.label.data-v-4f227d55 {
|
||
font-size: 28rpx;
|
||
color: #999999;
|
||
}
|
||
.value.data-v-4f227d55 {
|
||
font-size: 28rpx;
|
||
color: #333333;
|
||
}
|
||
/* 底部按钮 */
|
||
.bottom-buttons.data-v-4f227d55 {
|
||
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.data-v-4f227d55 {
|
||
width: 186rpx;
|
||
height: 72rpx;
|
||
display: flex;
|
||
flex-flow: row nowrap;
|
||
justify-content: center;
|
||
align-items: center;
|
||
border-radius: 36rpx;
|
||
margin-left: 60rpx;
|
||
}
|
||
.btn-border.data-v-4f227d55 {
|
||
border: 2rpx solid #979797;
|
||
background-color: #fff;
|
||
box-sizing: border-box;
|
||
margin-left: 60rpx;
|
||
}
|
||
.btn-bg.data-v-4f227d55 {
|
||
background-color: #E8101E;
|
||
}
|
||
.button-text.data-v-4f227d55 {
|
||
font-size: 28rpx;
|
||
font-weight: 400;
|
||
color: #ffffff;
|
||
}
|
||
.btn-border .button-text.data-v-4f227d55 {
|
||
font-weight: 400;
|
||
font-size: 28rpx;
|
||
color: #333333;
|
||
line-height: 39rpx;
|
||
}
|
||
.contact-button.data-v-4f227d55 {
|
||
display: flex;
|
||
flex-flow: column nowrap;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.contact-text.data-v-4f227d55 {
|
||
font-size: 24rpx;
|
||
color: #666666;
|
||
}
|
||
.tell-icon.data-v-4f227d55 {
|
||
width: 36rpx;
|
||
height: 36rpx;
|
||
margin-right: 8rpx;
|
||
}
|
||
/* APP适配 */
|
||
/* 平台适配 */
|
||
.custom-nav.data-v-4f227d55 {
|
||
padding-top: calc(25px + constant(safe-area-inset-top));
|
||
padding-top: calc(25px + env(safe-area-inset-top));
|
||
}
|
||
.group-invite.data-v-4f227d55 {
|
||
background: linear-gradient(180deg, #fff4f3 0%, #ffffff 100%);
|
||
box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(210, 213, 224, 0.5);
|
||
border-radius: 20rpx;
|
||
padding: 40rpx 25rpx 50rpx 25rpx;
|
||
margin: 0 30rpx;
|
||
}
|
||
.group-invite .invite-text.data-v-4f227d55 {
|
||
font-weight: 500;
|
||
font-size: 35rpx;
|
||
color: #333333;
|
||
line-height: 49rpx;
|
||
text-align: center;
|
||
font-style: normal;
|
||
}
|
||
.group-invite .invite-time.data-v-4f227d55 {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin-top: 44rpx;
|
||
}
|
||
.group-invite .invite-time .time.data-v-4f227d55 {
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #E8101E;
|
||
line-height: 33rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
gap: 6rpx;
|
||
margin: 0 20rpx;
|
||
}
|
||
.group-invite .invite-time .time__item.data-v-4f227d55 {
|
||
width: 42rpx;
|
||
height: 42rpx;
|
||
background: #fdeded;
|
||
border-radius: 6rpx;
|
||
border: 1rpx solid #f4c1c8;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.group-invite .invite-time .invite-time-line1.data-v-4f227d55 {
|
||
width: 84rpx;
|
||
height: 2rpx;
|
||
background: linear-gradient(90deg, #FFFFFF 0%, #E2E7E7 100%);
|
||
margin-right: 20rpx;
|
||
}
|
||
.group-invite .invite-time .invite-time-line2.data-v-4f227d55 {
|
||
width: 84rpx;
|
||
height: 2rpx;
|
||
background: linear-gradient(337deg, #FFFFFF 0%, #E2E7E7 100%);
|
||
margin-left: 20rpx;
|
||
}
|
||
.group-invite .invite-time-items.data-v-4f227d55 {
|
||
margin-top: 61rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
gap: 28rpx;
|
||
flex-wrap: wrap;
|
||
}
|
||
.group-invite .invite-time-items .invite-time-item .invite-time-item-img.data-v-4f227d55 {
|
||
width: 100rpx;
|
||
height: 100rpx;
|
||
border-radius: 100rpx;
|
||
}
|
||
.group-invite .invite-btn.data-v-4f227d55 {
|
||
margin-top: 60rpx;
|
||
background-image: url(/static/images/shop/pintuan/button.png);
|
||
background-size: cover;
|
||
background-position: center top;
|
||
background-repeat: no-repeat;
|
||
width: 640rpx;
|
||
height: 90rpx;
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.group-invite .invite-btn .invite-btn-wx.data-v-4f227d55 {
|
||
font-weight: 500;
|
||
font-size: 34rpx;
|
||
color: #FFFFFF;
|
||
line-height: 48rpx;
|
||
text-align: left;
|
||
font-style: normal;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.group-invite .invite-btn .invite-btn-wx .invite-btn-wx-img.data-v-4f227d55 {
|
||
width: 43rpx;
|
||
height: 39rpx;
|
||
margin-right: 20rpx;
|
||
}
|