This commit is contained in:
chashaobao
2025-12-24 23:30:30 +08:00
parent 3f782b6be3
commit dfa73624eb
4 changed files with 67 additions and 3 deletions

View File

@ -0,0 +1,22 @@
@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;
}
}