作者:泡乙唐 | 来源:互联网 | 2022-10-09 00:56
1> Temani Afif..:
使用属性选择器:
[aria-expanded=true] {
height: calc(100vh - 75px)
}
[aria-expanded=false] {
height: 90%
}
例:
[aria-expanded=true] {
height: calc(100vh - 75px)
}
[aria-expanded=false] {
height: 90%
}
[aria-expanded=true] {
color:red;
}
[aria-expanded=false] {
color:blue;
}