pay-customer/dist/dev/mp-weixin/pages/index/components/ConvenienceServices.wxss
2025-12-15 18:19:04 +08:00

66 lines
1.6 KiB
Plaintext

.type_select.data-v-e03f33cf {
padding: 30rpx 0 0 0;
white-space: nowrap;
}
.type_select .type_select_item.data-v-e03f33cf {
color: #333;
display: inline-block;
border: 1px solid #909399;
border-radius: 100rpx;
background-color: #fff;
padding: 8rpx 20rpx;
margin-left: 30rpx;
font-size: 24rpx;
}
.type_select .type_select_item.data-v-e03f33cf:last-child {
margin-right: 30rpx;
}
.type_select .type_select_item_active.data-v-e03f33cf {
color: #2a7efb;
border: 1px solid #2a7efb;
}
.convenience_services_list.data-v-e03f33cf {
background-color: #fff;
border-radius: 15rpx;
padding: 0 30rpx 30rpx 30rpx;
margin: 30rpx 30rpx 0 30rpx;
}
.convenience_services_list_title.data-v-e03f33cf {
color: #333333;
font-size: 28rpx;
font-weight: 500;
display: flex;
align-items: center;
padding: 30rpx 0 0 0;
}
.convenience_services_list_title text.data-v-e03f33cf {
width: 3px;
height: 30rpx;
background-color: #2a7efb;
border-radius: 100rpx;
margin-right: 10rpx;
display: inline-block;
}
.convenience_services_list_cell.data-v-e03f33cf {
display: flex;
align-items: center;
justify-content: space-between;
color: #333333;
font-size: 28rpx;
padding: 25rpx 30rpx;
border-radius: 20rpx;
background-color: #f7f8fc;
margin-top: 25rpx;
}
.convenience_services_list_cell .phone_btn.data-v-e03f33cf {
color: #2a7efb;
}
.convenience_services_list_cell .phone_btn image.data-v-e03f33cf {
width: 60rpx;
height: 60rpx;
}
.convenience_services_list .error.data-v-e03f33cf {
padding-top: 16rpx;
color: #c45656;
font-size: 24rpx;
}