mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/shop/buy-service.wxss

324 lines
6.4 KiB
Plaintext

.class-page.data-v-0ba742ce {
padding-bottom: 30rpx;
width: 750rpx;
}
.popupShow.data-v-0ba742ce {
overflow: hidden;
position: fixed;
}
.main-tab-scroll.data-v-0ba742ce {
position: -webkit-sticky;
position: sticky;
top: calc(25px + 88rpx);
z-index: 9999;
white-space: nowrap;
}
.icon-tab-scroll.data-v-0ba742ce {
position: relative;
z-index: 1999;
}
.main-tabs.data-v-0ba742ce {
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
background: #fff;
border-bottom: 1rpx solid #f5f5f5;
padding: 0 24rpx;
height: 88rpx;
gap: 40rpx;
padding-bottom: 20rpx;
}
.main-tab.data-v-0ba742ce {
line-height: 88rpx;
position: relative;
}
.tab-text.data-v-0ba742ce {
font-size: 28rpx;
color: #666;
}
.main-tab.active .tab-text.data-v-0ba742ce {
color: #E8101E;
font-weight: 500;
}
.main-tab.active.data-v-0ba742ce::after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 32rpx;
height: 6rpx;
background: #E8101E;
border-radius: 3rpx;
}
.icon-tabs.data-v-0ba742ce {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: center;
background: #fff;
padding: 24rpx 0 0 24rpx;
}
.icon-tab.data-v-0ba742ce {
width: 110rpx;
display: flex;
flex-direction: column;
align-items: center;
margin-right: 32rpx;
margin-bottom: 32rpx;
}
.icon-img.data-v-0ba742ce {
width: 96rpx;
height: 96rpx;
border-radius: 48rpx;
margin-bottom: 12rpx;
}
.icon-text.data-v-0ba742ce {
font-size: 24rpx;
color: #3d3d3d;
}
.icon-tab.active .icon-text.data-v-0ba742ce {
color: #E8101E;
}
.icon-tab.active .icon-img.data-v-0ba742ce {
border: 2rpx solid #E8101E;
}
.service-list.data-v-0ba742ce {
margin: 32rpx 24rpx;
}
/* 服务时间弹框样式 */
.time-filter-popup.data-v-0ba742ce {
width: 750rpx;
background-color: #ffffff;
-webkit-transform: translateY(-120%);
transform: translateY(-120%);
opacity: 0;
transition: all 0.3s ease;
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.1);
visibility: hidden;
border-radius: 0 0 20rpx 20rpx;
overflow: hidden;
z-index: 998;
position: absolute;
top: 66rpx;
left: 0;
right: 0;
}
.time-filter-popup.show.data-v-0ba742ce {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.time-filter-content.data-v-0ba742ce {
padding: 0;
}
.time-option.data-v-0ba742ce {
display: flex;
justify-content: space-between;
align-items: center;
padding: 32rpx;
background-color: #ffffff;
position: relative;
}
.time-option.data-v-0ba742ce:not(:last-child)::after {
content: "";
position: absolute;
left: 32rpx;
right: 32rpx;
bottom: 0;
height: 1rpx;
background-color: #eeeeee;
}
.time-option.active.data-v-0ba742ce {
background-color: #fff5f6;
}
.time-option.active .time-text.data-v-0ba742ce {
color: #E8101E;
font-weight: 500;
}
.time-text.data-v-0ba742ce {
font-size: 28rpx;
color: #333333;
}
.time-discount.data-v-0ba742ce {
font-size: 24rpx;
color: #E8101E;
padding: 4rpx 12rpx;
background-color: #fff5f6;
border-radius: 20rpx;
}
/* 筛选栏样式 */
.filter-bar.data-v-0ba742ce {
position: relative;
z-index: 999;
overflow: hidden;
}
.filter-bar-cont.data-v-0ba742ce {
height: 66rpx;
width: 750rpx;
padding: 0 24rpx;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
background-color: #fff;
position: relative;
z-index: 999;
}
.filter-item.data-v-0ba742ce {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
margin-right: 40rpx;
position: relative;
}
.filter-item-text.data-v-0ba742ce {
font-size: 28rpx;
color: #666;
}
.filter-item.active .filter-item-text.data-v-0ba742ce {
color: #E8101E;
}
.sq-icon.data-v-0ba742ce {
width: 16rpx;
height: 16rpx;
margin-left: 8rpx;
}
.filter-icon.data-v-0ba742ce {
width: 32rpx;
height: 32rpx;
margin-left: 8rpx;
}
/* 筛选相关样式 */
.filter-popup.data-v-0ba742ce {
width: 750rpx;
position: absolute;
top: 66rpx;
left: 0;
right: 0;
background-color: #ffffff;
z-index: 99;
padding: 32rpx 24rpx;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
transition: all 0.3s;
visibility: hidden;
box-sizing: border-box;
}
.filter-popup.show.data-v-0ba742ce {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.filter-section.data-v-0ba742ce {
margin-bottom: 32rpx;
}
.section-title.data-v-0ba742ce {
display: inline-block;
font-size: 28rpx;
color: #333333;
margin-bottom: 16rpx;
}
.price-tags.data-v-0ba742ce,
.sort-tags.data-v-0ba742ce,
.star-tags.data-v-0ba742ce {
display: flex;
flex-wrap: wrap;
gap: 20rpx;
}
.price-tag.data-v-0ba742ce,
.sort-tag.data-v-0ba742ce,
.star-tag.data-v-0ba742ce {
width: 220rpx;
height: 52rpx;
text-align: center;
line-height: 50rpx;
border-radius: 26rpx;
border: 1rpx solid #E8101E;
font-size: 24rpx;
color: #3d3d3d;
box-sizing: border-box;
}
.price-tag.active.data-v-0ba742ce,
.sort-tag.active.data-v-0ba742ce,
.star-tag.active.data-v-0ba742ce {
background-color: #E8101E;
color: #ffffff;
border-color: #E8101E;
}
.price-input.data-v-0ba742ce {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 24rpx;
}
.price-input-field.data-v-0ba742ce {
width: 220rpx;
height: 52rpx;
line-height: 50rpx;
text-align: center;
border: 1rpx solid #E8101E;
border-radius: 26rpx;
font-size: 24rpx;
color: #3d3d3d;
}
.price-separator.data-v-0ba742ce {
margin: 0 16rpx;
color: #666666;
}
.filter-buttons.data-v-0ba742ce {
display: flex;
gap: 34rpx;
margin-top: 48rpx;
}
.reset-btn.data-v-0ba742ce,
.confirm-btn.data-v-0ba742ce {
flex: 1;
height: 64rpx;
border-radius: 32rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
}
.reset-btn.data-v-0ba742ce {
background-color: #ffffff;
border: 1rpx solid #E8101E;
color: #E8101E;
}
.confirm-btn.data-v-0ba742ce {
background-color: #E8101E;
color: #ffffff;
}
/* 加载更多 */
.loading-more.data-v-0ba742ce,
.no-more.data-v-0ba742ce {
text-align: center;
font-size: 26rpx;
color: #999999;
padding: 24rpx 0;
}
/* 暂无数据 */
.service-nothings.data-v-0ba742ce {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
padding: 280rpx 0 0;
}
.nothings-text.data-v-0ba742ce {
font-size: 32rpx;
font-weight: 500;
color: #999999;
text-align: center;
font-style: italic;
}