修改对齐问题与文字

This commit is contained in:
筱野
2025-11-09 21:26:51 +08:00
parent 905aa4841c
commit f9ccc8b183
3 changed files with 26 additions and 15 deletions

View File

@@ -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;