Files
boluo-app-main/src/components/invite-operations-banner/index.less
chashaobao dfa73624eb feat:
2025-12-24 23:30:30 +08:00

23 lines
341 B
Plaintext

@import '@/styles/variables.less';
@import '@/styles/common.less';
.invite-operations-fragment-banner {
width: 100%;
height: 90px;
position: relative;
margin-bottom: 24px;
&__image {
width: 100%;
height: 100%;
}
&__close {
width: 64px;
height: 38px;
position: absolute;
right: 0;
top: 0;
}
}