mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/artisan/service-skills.wxss

211 lines
4.1 KiB
Plaintext

.service-skills-page.data-v-c38404f0 {
background-color: #f5f5f5;
min-height: 100vh;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
/* 页面内容区域 */
.page-content.data-v-c38404f0 {
flex: 1;
overflow-y: auto;
padding: 20rpx 0;
box-sizing: border-box;
}
/* 审核中提示 */
.audit-tip.data-v-c38404f0 {
margin: 20rpx 24rpx 20rpx 24rpx;
border-radius: 12rpx;
}
.audit-text.data-v-c38404f0 {
font-weight: 400;
font-size: 32rpx;
color: #333333;
text-align: center;
display: block;
}
/* 驳回原因样式 */
.reject-reason.data-v-c38404f0 {
background: transparent;
padding: 24rpx;
}
.reject-title.data-v-c38404f0 {
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #333333;
line-height: 45rpx;
text-align: center;
font-style: normal;
}
.reject-detail.data-v-c38404f0 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #999999;
line-height: 40rpx;
text-align: center;
font-style: normal;
margin-top: 12rpx;
}
.skills-header.data-v-c38404f0 {
display: flex;
align-items: center;
margin-bottom: 20rpx;
}
.title-bar.data-v-c38404f0 {
width: 6rpx;
height: 30rpx;
background-color: #E8101E;
margin-right: 10rpx;
border-radius: 5rpx;
}
.skills-title.data-v-c38404f0 {
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #1D2129;
line-height: 48rpx;
text-align: left;
font-style: normal;
}
.skills-subtitle.data-v-c38404f0 {
margin-left: 20rpx;
margin-bottom: 20rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: left;
font-style: normal;
}
.box-cont.data-v-c38404f0 {
background: #ffffff;
border-radius: 20rpx;
margin: 4rpx 24rpx 24rpx 24rpx;
box-shadow: none;
}
.skills-container.data-v-c38404f0 {
padding: 32rpx;
}
.skills-list.data-v-c38404f0 {
display: flex;
flex-wrap: wrap;
margin: 0 4rpx;
}
.skill-item.data-v-c38404f0 {
width: 100%;
display: flex;
align-items: center;
padding: 20rpx 16rpx;
box-sizing: border-box;
}
.checkbox-wrapper.data-v-c38404f0 {
margin-right: 20rpx;
}
.checkbox.data-v-c38404f0 {
width: 40rpx;
height: 40rpx;
border: 2rpx solid #DDDDDD;
border-radius: 8rpx;
display: flex;
align-items: center;
justify-content: center;
}
.checkbox.checked.data-v-c38404f0 {
background-color: #E8101E;
border-color: #E8101E;
}
.check-icon.data-v-c38404f0 {
width: 42rpx;
height: 42rpx;
}
.skill-name.data-v-c38404f0 {
font-size: 28rpx;
color: #333333;
}
.bottom-actions.data-v-c38404f0 {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 0rpx 24rpx 40rpx 24rpx;
background: #ffffff;
z-index: 100;
}
/* 单个按钮样式 */
.action-btn.data-v-c38404f0 {
height: 88rpx;
border-radius: 43rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 32rpx;
font-weight: 400;
}
.change-info-btn.data-v-c38404f0 {
margin-top: 20rpx;
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
}
.view-change-btn.data-v-c38404f0 {
margin-top: 20rpx;
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
}
/* 双按钮行样式 */
.action-buttons-row.data-v-c38404f0 {
display: flex;
justify-content: space-between;
margin: 20rpx 30rpx;
}
.action-buttons-row .action-btn.data-v-c38404f0 {
width: 270rpx;
}
.cancel-btn.data-v-c38404f0 {
background: #E5E5E5;
border-radius: 43rpx;
padding: 0 15rpx;
}
.submit-btn.data-v-c38404f0 {
background: linear-gradient(180deg, #F52540 0%, #E8101E 100%, #E8101E 100%);
border-radius: 43rpx;
padding: 0 15rpx;
}
.btn-text.data-v-c38404f0 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 36rpx;
color: #FFFFFF;
line-height: 50rpx;
text-align: left;
font-style: normal;
}
.cancel-text.data-v-c38404f0 {
color: #666666;
}
/* 响应式适配 */
/* @media (max-width: 375px) {
.skill-item {
width: 100%;
}
.action-buttons-row .action-btn {
width: 260rpx;
}
}
@media (min-width: 750px) {
.skill-item {
width: 33.333%;
}
} */