feat: first commit

This commit is contained in:
eleanor.mao
2025-03-31 22:34:22 +08:00
commit d25187c9c8
390 changed files with 57031 additions and 0 deletions

View File

@ -0,0 +1,48 @@
@import '@/styles/common.less';
@import '@/styles/variables.less';
.fragment-profile-intention {
width: 100%;
&__indent-city-container {
background: transparent;
padding: 0;
}
&__indent-city {
width: 100%;
height: 100px;
.flex-row();
&__item {
position: relative;
width: calc(calc(100% - 48px) / 3);
height: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-left: 24px;
background: #FFFFFF;
border-radius: 16px;
&:first-child {
margin-left: 0px;
}
}
&__delete-icon {
position: absolute;
top: 0;
right: 0;
transform: translate3d(50%, -50%, 0);
width: 44px;
height: 44px;
}
&__add-icon {
width: 32px;
height: 32px;
}
}
}