修改对齐问题与文字
This commit is contained in:
@@ -198,19 +198,25 @@ box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
z-index: 1001;
|
||||
position: relative;
|
||||
.closeIcon {
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
transform: rotate(45deg);
|
||||
|
||||
}
|
||||
&.rotated {
|
||||
transform: rotate(-90deg);
|
||||
.closeIcon{
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.closeIcon {
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
||||
.aiItem{
|
||||
border-radius: 20px;
|
||||
|
||||
Reference in New Issue
Block a user