卡片样式适配移动端

This commit is contained in:
2022-06-04 18:28:00 +08:00
parent ab96982cc4
commit 21244e49e1

View File

@@ -407,13 +407,13 @@
.conf-card-info::after {
content: "";
width: 30rem;
width: 20rem;
height: 50rem;
background: cadetblue;
transform: rotate(30deg);
position: absolute;
transform: rotate(-30deg);
top: -10rem;
left: -23rem;
left: -17rem;
top: -15rem;
z-index: 1;
}