消息
This commit is contained in:
39
TUIKit/components/TUIGroup/manage-group/style/index.scss
Normal file
39
TUIKit/components/TUIGroup/manage-group/style/index.scss
Normal file
@@ -0,0 +1,39 @@
|
||||
@import '../../../../assets/styles/common';
|
||||
@import './color';
|
||||
@import './web';
|
||||
@import './h5';
|
||||
|
||||
|
||||
.icon-close {
|
||||
display: inline-block;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
position: relative;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.icon-close::before,
|
||||
.icon-close::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
background-color: #8F959E;
|
||||
height: 16px;
|
||||
width: 2px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -8px;
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.icon-close::before {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.icon-close::after {
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
.tab-icon {
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user