feat: 模卡更新

This commit is contained in:
chashaobao
2025-11-03 22:18:39 +08:00
parent fde2027588
commit 5e3e6903cb
31 changed files with 479 additions and 193 deletions

View File

@ -2,20 +2,36 @@
@import '@/styles/variables.less';
.profile-checkbox {
&__group {
width: 100%;
height: 100%;
.flex-row();
flex-wrap: wrap;
gap: 24px;
}
&__item {
flex: 1;
height: 100%;
}
flex: 0 1 auto;
padding: 34px 36px;
line-height: 32px;
border-radius: 16px;
border: 2px solid #fff;
background: #fff;
margin-right: 0;
margin-bottom: 0;
box-sizing: border-box;
&.active {
background: rgba(109, 61, 245, 0.12);
border: 2px solid #6d3df5;
&__icon {
width: 36px;
height: 36px;
.taroify-checkbox__label {
color: #6d3df5;
}
}
.taroify-checkbox__label {
line-height: 32px;
margin-left: 0;
}
}
}
}