Files
boluo-app-main/src/fragments/user/anchor/index.less
chashaobao 14853bcda2 feat:
2025-12-27 16:21:33 +08:00

42 lines
702 B
Plaintext

@import '@/styles/common.less';
@import '@/styles/variables.less';
.user-fragment-anchor {
&__cell {
height: 112px;
padding-left: 24px;
padding-right: 24px;
border-radius: 16px;
margin-top: 24px;
}
&__switch-to-company {
width: 100%;
height: 112px;
border-radius: 16px;
margin-top: 24px;
}
&__recommend {
display: inline-flex;
line-height: 36px;
padding: 0 8px;
height: 36px;
background: rgb(255, 80, 81);
border-radius: 4px;
font-size: 24px;
color: #fff;
align-items: center;
gap: 6px;
position: absolute;
left: 208px;
top: 8px;
width: 128px;
&-cell {
position: relative;
}
}
}